svn commit: r216100 - head/bin/sh

Jilles Tjoelker jilles at FreeBSD.org
Wed Dec 1 23:26:33 UTC 2010


Author: jilles
Date: Wed Dec  1 23:26:32 2010
New Revision: 216100
URL: http://svn.freebsd.org/changeset/base/216100

Log:
  sh(1): Document that command's -p option also works with -v/-V.
  
  This was implemented in r201343.

Modified:
  head/bin/sh/sh.1

Modified: head/bin/sh/sh.1
==============================================================================
--- head/bin/sh/sh.1	Wed Dec  1 21:19:11 2010	(r216099)
+++ head/bin/sh/sh.1	Wed Dec  1 23:26:32 2010	(r216100)
@@ -32,7 +32,7 @@
 .\"	from: @(#)sh.1	8.6 (Berkeley) 5/4/95
 .\" $FreeBSD$
 .\"
-.Dd November 19, 2010
+.Dd December 1, 2010
 .Dt SH 1
 .Os
 .Sh NAME
@@ -1712,7 +1712,8 @@ A synonym for the
 .Ic cd
 built-in command.
 .It Ic command Oo Fl p Oc Op Ar utility Op Ar argument ...
-.It Ic command Oo Fl v | V Oc Op Ar utility
+.It Ic command Oo Fl p Oc Fl v Ar utility
+.It Ic command Oo Fl p Oc Fl V Ar utility
 The first form of invocation executes the specified
 .Ar utility ,
 ignoring shell functions in the search.


More information about the svn-src-head mailing list