]> err.no Git - dpkg/commitdiff
Fix typos
authorPeter Karlsson <peterk@debian.org>
Sun, 4 Mar 2001 20:57:52 +0000 (20:57 +0000)
committerPeter Karlsson <peterk@debian.org>
Sun, 4 Mar 2001 20:57:52 +0000 (20:57 +0000)
utils/start-stop-daemon.8

index 79114d12032ee25e237f5fdd55de5483fe8ebfe3..4fb1a2e917bb53ecbfee584de5d88d144ac89e73 100644 (file)
@@ -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