diff options
author | ru <ru@FreeBSD.org> | 2001-08-31 12:52:50 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-08-31 12:52:50 +0000 |
commit | c98f3a3f5e4b253474b2fcc952dc2e9c25725a0e (patch) | |
tree | f8eb99a8bcc59123d4cd67a50e3571f7b6f5581e /usr.sbin/daemon | |
parent | 3be01aaf661cb34c3b44d7a7d7ff9639b3f2fda8 (diff) | |
download | FreeBSD-src-c98f3a3f5e4b253474b2fcc952dc2e9c25725a0e.zip FreeBSD-src-c98f3a3f5e4b253474b2fcc952dc2e9c25725a0e.tar.gz |
mdoc(7) police: minor formatting tweaks.
Diffstat (limited to 'usr.sbin/daemon')
-rw-r--r-- | usr.sbin/daemon/daemon.8 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8 index 3a23f54..8bdefed 100644 --- a/usr.sbin/daemon/daemon.8 +++ b/usr.sbin/daemon/daemon.8 @@ -28,30 +28,30 @@ .\" .Dd August 30, 2001 .Dt DAEMON 8 -.Os BSD 3 +.Os .Sh NAME .Nm daemon .Nd run detached from the controlling terminal .Sh SYNOPSIS -.Nm daemon +.Nm .Op Fl cf -.Ar "command arguments ..." +.Ar command arguments ... .Sh DESCRIPTION -.Pp The .Nm -utility detaches itself from the controlling terminal and +utility detaches itself from the controlling terminal and executes the program specified by its arguments. .Pp The options are as follows: -.Bl -tag -width Ds +.Bl -tag -width indent .It Fl c -Change the current working directory to the root (``/''). +Change the current working directory to the root +.Pq Dq Pa / . .It Fl f Redirect standard input, standard output and standard error to .Pa /dev/null . .El -.Sh DIAGNOSTICS +.Sh DIAGNOSTICS The .Nm utility exits 1 if an error is returned by the |