diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-17 21:06:24 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-10-17 21:06:24 +0000 |
commit | b82a366252410f900adad2303d7c4b8db22803f1 (patch) | |
tree | f2a7d2ee43c274f78b42fa2594bfc3a09c8f327f /bin/ksh | |
parent | 34c86138e5623b08c9eeae675c18a1f18a6ee36d (diff) |
add missing underscore; from theo buehler
Diffstat (limited to 'bin/ksh')
-rw-r--r-- | bin/ksh/ksh.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/ksh/ksh.1 b/bin/ksh/ksh.1 index 3e58f42c18e..d333b38d7fd 100644 --- a/bin/ksh/ksh.1 +++ b/bin/ksh/ksh.1 @@ -1,8 +1,8 @@ -.\" $OpenBSD: ksh.1,v 1.161 2015/09/14 20:06:58 schwarze Exp $ +.\" $OpenBSD: ksh.1,v 1.162 2015/10/17 21:06:23 jmc Exp $ .\" .\" Public Domain .\" -.Dd $Mdocdate: September 14 2015 $ +.Dd $Mdocdate: October 17 2015 $ .Dt KSH 1 .Os .Sh NAME @@ -5215,7 +5215,7 @@ List all the commands or files that match the current big-word. .It @ Ns Ar c Macro expansion. Execute the commands found in the alias -.Ar c . +.No _ Ns Ar c . .El .Pp Intra-line movement commands: |