diff options
author | jilles <jilles@FreeBSD.org> | 2010-12-01 23:26:32 +0000 |
---|---|---|
committer | jilles <jilles@FreeBSD.org> | 2010-12-01 23:26:32 +0000 |
commit | 67c1c795556c3ca7212f1787a1e0a9908cf5c358 (patch) | |
tree | f8f8eacad41e0f975dc0ae3a445b2a8bdf8d068a /bin/sh | |
parent | e3e1ae2c87e9c90fc1af144567e491f3f049512d (diff) | |
download | FreeBSD-src-67c1c795556c3ca7212f1787a1e0a9908cf5c358.zip FreeBSD-src-67c1c795556c3ca7212f1787a1e0a9908cf5c358.tar.gz |
sh(1): Document that command's -p option also works with -v/-V.
This was implemented in r201343.
Diffstat (limited to 'bin/sh')
-rw-r--r-- | bin/sh/sh.1 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/sh/sh.1 b/bin/sh/sh.1 index ba06a0c..16f431e 100644 --- a/bin/sh/sh.1 +++ b/bin/sh/sh.1 @@ -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. |