diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-31 12:52:50 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2001-08-31 12:52:50 +0000 |
| commit | 217758f8e6a94b13a363acb4a5c6ddcd35defb44 (patch) | |
| tree | f8eb99a8bcc59123d4cd67a50e3571f7b6f5581e | |
| parent | 162c0b2eff6f5645f8303d9d34c91036fe18638e (diff) | |
Notes
| -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 3a23f543ad86..8bdefed87051 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 |
