Document -r option in SYNOPSIS and usage statement.
Submitted by: Andrey Zonov <andrey zonov.org> MFC after: 3 days
This commit is contained in:
parent
1300b8151a
commit
3092b09c77
@ -26,7 +26,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 19, 2012
|
||||
.Dd June 4, 2012
|
||||
.Dt DAEMON 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -34,7 +34,7 @@
|
||||
.Nd run detached from the controlling terminal
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
||||
.Op Fl cf
|
||||
.Op Fl cfr
|
||||
.Op Fl p Ar pidfile
|
||||
.Op Fl u Ar user
|
||||
.Ar command arguments ...
|
||||
|
@ -240,7 +240,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: daemon [-cf] [-p pidfile] [-u user] command "
|
||||
"usage: daemon [-cfr] [-p pidfile] [-u user] command "
|
||||
"arguments ...\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user