mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix some formatting errors, typos and other problems (#78)
Some notes: - Removed a TODO note that was fixed in commit43d9fbac
. - Removed a duplicate note about the '%l' time format in the changelog. - Applied the following documentation fixes from Terrence J. Doyle: - https://www.mail-archive.com/ast-developers@lists.research.att.com/msg01852.html - https://www.mail-archive.com/ast-developers@lists.research.att.com/msg01856.html - Fixed strange grammar in one of the error messages. - Added missing options for rksh to the synopsis section. - Applied a formatting fix from ksh93v- to the man page. - Replaced a C99 line comment in src/lib/libast/comp/realpath.c with a proper comment that is valid in C89. - Prioritize UTC over GMT in the documentation (missed by commitc9634e90
). - Add some extra information for 'ksh -R file' to the man page. This patch is from Red Hat: https://git.centos.org/rpms/ksh/blob/c8/f/SOURCES/ksh-20080202-manfix.patch
This commit is contained in:
parent
03224ae3af
commit
ea5b25b93a
16 changed files with 26 additions and 24 deletions
|
@ -58,7 +58,7 @@ option ] .\|.\|. [
|
|||
.B rksh93
|
||||
.\}
|
||||
[
|
||||
.B \(+-abcefhikmnoprstuvxBCD
|
||||
.B \(+-abcefhiklmnopstuvxBCDEGH
|
||||
] [
|
||||
.B \-R
|
||||
file ] [
|
||||
|
@ -732,6 +732,8 @@ A word beginning with
|
|||
.B #
|
||||
causes that word and all the following characters up to a new-line
|
||||
to be ignored.
|
||||
.PD
|
||||
.RE
|
||||
.SS Aliasing.
|
||||
The first word of each command is replaced by the text of an
|
||||
.B alias
|
||||
|
@ -1648,7 +1650,7 @@ is assigned a new value.
|
|||
Used for defining arithmetic functions
|
||||
(see
|
||||
.I "Arithmetic evaluation"
|
||||
below).
|
||||
below)
|
||||
and stores the list of user defined arithmetic functions.
|
||||
.TP
|
||||
.B .sh.name
|
||||
|
@ -7980,7 +7982,7 @@ No commands will be executed.
|
|||
Reads the file named by the
|
||||
.B ENV
|
||||
variable or by
|
||||
\s-1$HOME\s+1/\f3.\fPkshrc
|
||||
.B \s-1$HOME\s+1/\f3.\fPkshrc
|
||||
if not defined after the profiles.
|
||||
.TP 8
|
||||
.BI \-c
|
||||
|
@ -8042,6 +8044,8 @@ option is used
|
|||
to generate a cross reference database
|
||||
that can be used by a separate utility
|
||||
to find definitions and references for variables and commands.
|
||||
The filename argument specifies the generated database. A script file must be
|
||||
provided on the command line as well.
|
||||
.PP
|
||||
The remaining options and arguments are described under the
|
||||
.B set
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue