Document -r option in SYNOPSIS and usage statement.

Submitted by:	Andrey Zonov <andrey zonov.org>
MFC after:	3 days
This commit is contained in:
Mikolaj Golub 2012-06-04 09:25:01 +00:00
parent c60d51f964
commit 76462499eb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236551
2 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd February 19, 2012 .Dd June 4, 2012
.Dt DAEMON 8 .Dt DAEMON 8
.Os .Os
.Sh NAME .Sh NAME
@ -34,7 +34,7 @@
.Nd run detached from the controlling terminal .Nd run detached from the controlling terminal
.Sh SYNOPSIS .Sh SYNOPSIS
.Nm .Nm
.Op Fl cf .Op Fl cfr
.Op Fl p Ar pidfile .Op Fl p Ar pidfile
.Op Fl u Ar user .Op Fl u Ar user
.Ar command arguments ... .Ar command arguments ...

View File

@ -240,7 +240,7 @@ static void
usage(void) usage(void)
{ {
(void)fprintf(stderr, (void)fprintf(stderr,
"usage: daemon [-cf] [-p pidfile] [-u user] command " "usage: daemon [-cfr] [-p pidfile] [-u user] command "
"arguments ...\n"); "arguments ...\n");
exit(1); exit(1);
} }