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$
.\"
.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 ...

View File

@ -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);
}