Skip to content

Commit

Permalink
Document -r option in SYNOPSIS and usage statement.
Browse files Browse the repository at this point in the history
Submitted by:	Andrey Zonov <andrey zonov.org>
MFC after:	3 days
  • Loading branch information
trociny committed Jun 4, 2012
1 parent 09c8b51 commit 3c0b4d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions usr.sbin/daemon/daemon.8
Expand Up @@ -26,15 +26,15 @@
.\"
.\" $FreeBSD$
.\"
.Dd February 19, 2012
.Dd June 4, 2012
.Dt DAEMON 8
.Os
.Sh NAME
.Nm daemon
.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 ...
Expand Down
2 changes: 1 addition & 1 deletion usr.sbin/daemon/daemon.c
Expand Up @@ -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);
}

0 comments on commit 3c0b4d3

Please sign in to comment.