svn commit: r298706 - stable/10/usr.sbin/jexec

Benedict Reuschling bcr at FreeBSD.org
Wed Apr 27 16:23:17 UTC 2016


Author: bcr (doc committer)
Date: Wed Apr 27 16:23:16 2016
New Revision: 298706
URL: https://svnweb.freebsd.org/changeset/base/298706

Log:
  MFC r298524:
  
  Define which of the username options (-u/-U) to jexec(8) is the default.
  Bump Dd.
  
  PR:		207587
  Submitted by:	dewayne at heuristicsystems.com.au
  Sponsored by:   Essen Hackathon 2016

Modified:
  stable/10/usr.sbin/jexec/jexec.8
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.sbin/jexec/jexec.8
==============================================================================
--- stable/10/usr.sbin/jexec/jexec.8	Wed Apr 27 15:48:47 2016	(r298705)
+++ stable/10/usr.sbin/jexec/jexec.8	Wed Apr 27 16:23:16 2016	(r298706)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Jul 11, 2015
+.Dd April 24, 2016
 .Dt JEXEC 8
 .Os
 .Sh NAME
@@ -59,6 +59,7 @@ and anything from the login class capabi
 The user name from host environment as whom the
 .Ar command
 should run.
+This is the default.
 .It Fl U Ar username
 The user name from jailed environment as whom the
 .Ar command


More information about the svn-src-all mailing list