diff options
Diffstat (limited to 'runit/chpst.c')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 63da4797f..185706089 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -34,7 +34,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" //usage:#define chpst_full_usage "\n\n" //usage: "Change the process state, run PROG\n" -//usage: "\nOptions:" //usage: "\n -u USER[:GRP] Set uid and gid" //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" //usage: "\n -e DIR Set environment variables as specified by files" @@ -76,7 +75,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. //usage: " PROG ARGS" //usage:#define softlimit_full_usage "\n\n" //usage: "Set soft resource limits, then run PROG\n" -//usage: "\nOptions:" //usage: "\n -a BYTES Limit total size of all segments" //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" //usage: "\n -d BYTES Limit data segment" |