svn commit: r208190 - head/usr.sbin/daemon
Ivan Voras
ivoras at FreeBSD.org
Mon May 17 11:18:34 UTC 2010
Author: ivoras
Date: Mon May 17 11:18:33 2010
New Revision: 208190
URL: http://svn.freebsd.org/changeset/base/208190
Log:
Slightly improve wording.
Modified:
head/usr.sbin/daemon/daemon.8
Modified: head/usr.sbin/daemon/daemon.8
==============================================================================
--- head/usr.sbin/daemon/daemon.8 Mon May 17 09:37:59 2010 (r208189)
+++ head/usr.sbin/daemon/daemon.8 Mon May 17 11:18:33 2010 (r208190)
@@ -63,7 +63,8 @@ Note, that the file will be created shor
actually executed, and will remain after the process exits (although
it will be removed if the execution fails).
.It Fl u Ar user
-Run the program with the rights of user specified, requires privilege.
+Login name of the user to execute the program under.
+Requires adequate superuser privileges.
.El
.Sh EXIT STATUS
The
More information about the svn-src-all
mailing list