diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-18 22:11:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-03-18 22:11:22 +0000 |
commit | d2c9eaa2d24980bc2bd77b2c38022bc734328572 (patch) | |
tree | 10960cdeef9b23692ce603864c60b955506ab230 /bin | |
parent | b17646c663bbf071454cb32b7e200372043f666a (diff) |
from zhuk: a little more info on <>
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/sh.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index f23a2dac495..f3e9aac3fc7 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sh.1,v 1.114 2015/03/18 22:09:22 jmc Exp $ +.\" $OpenBSD: sh.1,v 1.115 2015/03/18 22:11:21 jmc Exp $ .\" .\" Copyright (c) 2015 Jason McIntyre <jmc@openbsd.org> .\" @@ -1578,6 +1578,10 @@ Open for reading and writing on file descriptor .Ar n , by default standard input. +If +.Ar file +does not exist, +create it. .El .Sh COMMANDS The shell first expands |