diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-04 19:05:16 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2015-01-04 19:05:16 +0000 |
| commit | 6a32877f2e8ee5db3ffa290caa02e6409f03a24c (patch) | |
| tree | e7926b490d1e683ba0b566c99bfe78736b5a881f /bin | |
| parent | d8cb2f7e2d83d783529b578a496aad734f17bf0f (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 983e0511ec92..3a847577785d 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 @@ -2473,7 +2473,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 . |
