Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Dec 2010 23:26:32 +0000 (UTC)
From:      Jilles Tjoelker <jilles@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216100 - head/bin/sh
Message-ID:  <201012012326.oB1NQW5n056328@svn.freebsd.org>

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



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