diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-11-07 21:30:16 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2014-11-07 21:30:16 +0000 |
| commit | 945e15624bd7d5baa28ea00dc8ef97c8abf3c79a (patch) | |
| tree | b13ef965dc7186c6a68b6b2ca727a4bdac3e6b00 /bin | |
| parent | 3f829b0c9cf5f69ead295f501bec443a60171c36 (diff) | |
Notes
Diffstat (limited to 'bin')
| -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 47b1b36c59f1..c770aca07d59 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 September 21, 2014 +.Dd November 7, 2014 .Dt SH 1 .Os .Sh NAME @@ -2522,7 +2522,8 @@ and so on, decreasing the value of .Li $# by one. -If there are zero positional parameters, shifting does not do anything. +For portability, shifting if there are zero positional parameters +should be avoided, since the shell may abort. .It Ic test A built-in equivalent of .Xr test 1 . |
