diff options
author | Peter Karlsson <peterk@debian.org> | 2001-03-04 20:57:52 +0000 |
---|---|---|
committer | Peter Karlsson <peterk@debian.org> | 2001-03-04 20:57:52 +0000 |
commit | 6d541a0163abd3102ee932717f7f92d652bfe26d (patch) | |
tree | 7fa788dcd1af83be6054d2521f26cabce4dcee28 /utils | |
parent | c4ae0f80705ae015212cc1718d7c330a5045d819 (diff) | |
download | dpkg-6d541a0163abd3102ee932717f7f92d652bfe26d.tar.gz |
Fix typos
Diffstat (limited to 'utils')
-rw-r--r-- | utils/start-stop-daemon.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/utils/start-stop-daemon.8 b/utils/start-stop-daemon.8 index 79114d120..4fb1a2e91 100644 --- a/utils/start-stop-daemon.8 +++ b/utils/start-stop-daemon.8 @@ -120,7 +120,7 @@ specify a group by appending a then the group or gid in the same way as you would for the `chown' command (\fIuser\fP\fB:\fP\fIgroup\fP). When using this option -you must realize that the primary and suplimental groups are set as well, +you must realize that the primary and supplemental groups are set as well, even if the .B --group option is not specified. The @@ -148,7 +148,7 @@ reason. This is a last resort, and is only meant for programs that either make no sense forking on their own, or where it's not feasible to add the code for it to do this itself. .TP --BR -N | --nicelevel +.BR -N | --nicelevel This alters the prority of the process before starting it. .TP .BR -m | --make-pidfile @@ -166,13 +166,13 @@ only useful when combined with the .B --background option. .TP -.BR -v|--verbose +.BR -v | --verbose Print verbose informational messages. .TP -.BR -H|--help +.BR -H | --help Print help information; then exit. .TP -.BR -V|--version +.BR -V | --version Print version information; then exit. .SH AUTHORS |