diff options
author | 2005-06-01 03:32:05 +0000 | |
---|---|---|
committer | 2005-06-01 03:32:05 +0000 | |
commit | 3e40ca2754bd614f02c3b97a9fb0ab460ecc0bc5 (patch) | |
tree | 54142101a2be3a2ae4acfd03f65903b60f1b755d | |
parent | fix ordering of PCI devs (diff) | |
download | wireguard-openbsd-3e40ca2754bd614f02c3b97a9fb0ab460ecc0bc5.tar.xz wireguard-openbsd-3e40ca2754bd614f02c3b97a9fb0ab460ecc0bc5.zip |
add missing detail from IFS example
Originally from TAKAHASHI Tamotsu <ttakah@lapis.plala.or.jp>
from PR 4220
reminded by jmc
-rw-r--r-- | bin/ksh/sh.1 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 11e390f7003..ec765b89ffd 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.66 2005/05/12 09:18:24 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.67 2005/06/01 03:32:05 jaredy Exp $ .\" .\" Public Domain .\" @@ -774,6 +774,7 @@ not .Sq A , .Sq B , .Sq , +.Sq D , and .Sq E . This behavior is POSIX compliant, but incompatible with some other shell |