mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-14 07:30:49 +02:00
commit bash-20040121 snapshot
This commit is contained in:
+7
-6
@@ -6,12 +6,12 @@
|
||||
.\" Case Western Reserve University
|
||||
.\" chet@po.CWRU.Edu
|
||||
.\"
|
||||
.\" Last Change: Thu Nov 13 09:47:27 EST 2003
|
||||
.\" Last Change: Sat Jan 24 13:18:08 EST 2004
|
||||
.\"
|
||||
.\" bash_builtins, strip all but Built-Ins section
|
||||
.if \n(zZ=1 .ig zZ
|
||||
.if \n(zY=1 .ig zY
|
||||
.TH BASH 1 "2003 Nov 13" "GNU Bash-3.0"
|
||||
.TH BASH 1 "2004 Jan 24" "GNU Bash-3.0"
|
||||
.\"
|
||||
.\" There's some problem with having a `@'
|
||||
.\" in a tagged paragraph with the BSD man macros.
|
||||
@@ -51,8 +51,8 @@ bash \- GNU Bourne-Again SHell
|
||||
[options]
|
||||
[file]
|
||||
.SH COPYRIGHT
|
||||
.if n Bash is Copyright (C) 1989-2003 by the Free Software Foundation, Inc.
|
||||
.if t Bash is Copyright \(co 1989-2003 by the Free Software Foundation, Inc.
|
||||
.if n Bash is Copyright (C) 1989-2004 by the Free Software Foundation, Inc.
|
||||
.if t Bash is Copyright \(co 1989-2004 by the Free Software Foundation, Inc.
|
||||
.SH DESCRIPTION
|
||||
.B Bash
|
||||
is an \fBsh\fR-compatible command language interpreter that
|
||||
@@ -4157,10 +4157,11 @@ the version of \fBbash\fP (e.g., 2.00)
|
||||
the release of \fBbash\fP, version + patchelvel (e.g., 2.00.0)
|
||||
.TP
|
||||
.B \ew
|
||||
the current working directory
|
||||
the current working directory, with \fB$HOME\fP abbreviated with a tilde
|
||||
.TP
|
||||
.B \eW
|
||||
the basename of the current working directory
|
||||
the basename of the current working directory, with \fB$HOME\fP
|
||||
abbreviated with a tilde
|
||||
.TP
|
||||
.B \e!
|
||||
the history number of this command
|
||||
|
||||
Reference in New Issue
Block a user