diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-02 17:41:48 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-01-02 17:41:48 +0000 |
commit | 74d4acb857a4e4d527832644e13ae4165485c4c3 (patch) | |
tree | 36e950151dca5afeecc1657152a87a21e7c65df8 /bin | |
parent | 05bd5e92fd8cb8af4e628fb7e1bab262b49399d0 (diff) |
Don't mention $_.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ksh/sh.1 | 8 | ||||
-rw-r--r-- | bin/ksh/sh.1tbl | 8 | ||||
-rw-r--r-- | bin/pdksh/sh.1tbl | 8 |
3 files changed, 3 insertions, 21 deletions
diff --git a/bin/ksh/sh.1 b/bin/ksh/sh.1 index 21e25ffc6b2..03b86793338 100644 --- a/bin/ksh/sh.1 +++ b/bin/ksh/sh.1 @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: sh.1,v 1.1 1996/11/30 23:54:37 downsj Exp $ +.\" $OpenBSD: sh.1,v 1.2 1997/01/02 17:41:47 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -616,12 +616,6 @@ splitting arguments with spaces). .\"{{{ general shell parameters .PP The following parameters are set and/or used by the shell: -.\"{{{ _ -.IP "\fB_\fP \fI(underscore)\fP" -In interactive use, this parameter is set to the last word of the -previous command. When a command is executed, this parameter is set to -the full path of the command and is placed in the command's environment. -.\"}}} .\"{{{ CDPATH .IP \fBCDPATH\fP Search path for the \fBcd\fP built-in command. Works the same way as diff --git a/bin/ksh/sh.1tbl b/bin/ksh/sh.1tbl index 79085f20e6e..8c5febc4e4a 100644 --- a/bin/ksh/sh.1tbl +++ b/bin/ksh/sh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: sh.1tbl,v 1.1 1996/11/30 23:54:37 downsj Exp $ +.\" $OpenBSD: sh.1tbl,v 1.2 1997/01/02 17:41:47 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -616,12 +616,6 @@ splitting arguments with spaces). .\"{{{ general shell parameters .PP The following parameters are set and/or used by the shell: -.\"{{{ _ -.IP "\fB_\fP \fI(underscore)\fP" -In interactive use, this parameter is set to the last word of the -previous command. When a command is executed, this parameter is set to -the full path of the command and is placed in the command's environment. -.\"}}} .\"{{{ CDPATH .IP \fBCDPATH\fP Search path for the \fBcd\fP built-in command. Works the same way as diff --git a/bin/pdksh/sh.1tbl b/bin/pdksh/sh.1tbl index 79085f20e6e..8c5febc4e4a 100644 --- a/bin/pdksh/sh.1tbl +++ b/bin/pdksh/sh.1tbl @@ -1,5 +1,5 @@ '\" t -.\" $OpenBSD: sh.1tbl,v 1.1 1996/11/30 23:54:37 downsj Exp $ +.\" $OpenBSD: sh.1tbl,v 1.2 1997/01/02 17:41:47 downsj Exp $ .\"{{{}}} .\"{{{ Notes about man page .\" - use the pseudo-macros .sh( and .sh) to begin and end sh-specific @@ -616,12 +616,6 @@ splitting arguments with spaces). .\"{{{ general shell parameters .PP The following parameters are set and/or used by the shell: -.\"{{{ _ -.IP "\fB_\fP \fI(underscore)\fP" -In interactive use, this parameter is set to the last word of the -previous command. When a command is executed, this parameter is set to -the full path of the command and is placed in the command's environment. -.\"}}} .\"{{{ CDPATH .IP \fBCDPATH\fP Search path for the \fBcd\fP built-in command. Works the same way as |