Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 May 2010 11:18:33 +0000 (UTC)
From:      Ivan Voras <ivoras@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r208190 - head/usr.sbin/daemon
Message-ID:  <201005171118.o4HBIXo3007527@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005171118.o4HBIXo3007527>