aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/daemon/daemon.8
diff options
context:
space:
mode:
authorIvan Voras <ivoras@FreeBSD.org>2010-05-17 11:18:33 +0000
committerIvan Voras <ivoras@FreeBSD.org>2010-05-17 11:18:33 +0000
commit27ad5065fe942d32767f4ac7906a2479c0026eaa (patch)
treec89c192d07f4721ffcc3f83372bebd3758169cce /usr.sbin/daemon/daemon.8
parent5dfab45b42894872c7bb07c71f8de26d9d99bac8 (diff)
downloadsrc-27ad5065fe942d32767f4ac7906a2479c0026eaa.tar.gz
src-27ad5065fe942d32767f4ac7906a2479c0026eaa.zip
Slightly improve wording.
Notes
Notes: svn path=/head/; revision=208190
Diffstat (limited to 'usr.sbin/daemon/daemon.8')
-rw-r--r--usr.sbin/daemon/daemon.83
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/daemon/daemon.8 b/usr.sbin/daemon/daemon.8
index c284427fab36..bdebd83ae508 100644
--- a/usr.sbin/daemon/daemon.8
+++ b/usr.sbin/daemon/daemon.8
@@ -63,7 +63,8 @@ Note, that the file will be created shortly before the process is
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