aboutsummaryrefslogtreecommitdiffstats
path: root/src/doexec.1
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-12-04 20:12:52 -0500
committerBill Nottingham <notting@redhat.com>2009-12-04 20:12:52 -0500
commit547c5956ec959ec7f95a57894faf0a85d12cc0e5 (patch)
tree0b3d66a9ab34afe01f26982fa0cd72704d46328e /src/doexec.1
parent0180d513bd4498a0ebda7d26747499b476a5dd50 (diff)
downloadinitscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar
initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.gz
initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.bz2
initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.tar.xz
initscripts-547c5956ec959ec7f95a57894faf0a85d12cc0e5.zip
Remove very obsolete doexec.
It was only ever used in the slip code, which has been removed.
Diffstat (limited to 'src/doexec.1')
-rw-r--r--src/doexec.112
1 files changed, 0 insertions, 12 deletions
diff --git a/src/doexec.1 b/src/doexec.1
deleted file mode 100644
index 59b8b91e..00000000
--- a/src/doexec.1
+++ /dev/null
@@ -1,12 +0,0 @@
-.TH DOEXEC 1 "Red Hat Software" "RHS" \" -*- nroff -*-
-.SH NAME
-doexec \- run an executable with an arbitrary argv[0]
-.SH SYNOPSIS
-.B doexec
-\fI/path/to/executable\fP \fIargv[0]\fP [\fIargv[1-n]\fP]
-.SH DESCRIPTION
-.B doexec
-simply runs the executable with the argv list provided. It allows you
-to specify an argv[0] other than the name of the executable.
-.SH OPTIONS
-All options are passed in the argv list to the executable being run.