mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Lots of man page fixes and some other minor fixes (#284)
Noteworthy changes: - The man pages have been updated to fix a ton of instances of runaway underlining (this was done with `sed -i 's/\\f5/\\f3/g'` commands). This commit dramatically increased in size because of this change. - The documentation for spawnveg(3) has been extended with information about its usage of posix_spawn(3) and vfork(2). - The documentation for tmfmt(3) has been updated with the changes previously made to the man pages for the printf and date builtins (though the latter builtin is disabled by default). - The shell's tracked alias tree (hash table) is now documented in the shell(3) man page. - Removed the commented out regression test for an ERRNO variable as the COMPATIBILITY file states it was removed in ksh93.
This commit is contained in:
parent
2c22ace1e6
commit
086d504393
51 changed files with 2195 additions and 2094 deletions
|
|
@ -63,7 +63,7 @@ command magic file.
|
|||
.L magicopen
|
||||
returns a magic session handle that is passed to all of the other routines.
|
||||
.I flags
|
||||
may be
|
||||
may be:
|
||||
.TP
|
||||
.L MAGIC_MIME
|
||||
Return the MIME type string rather than the magic file description.
|
||||
|
|
@ -209,7 +209,7 @@ and
|
|||
.L }
|
||||
records have no other fields.
|
||||
.TP
|
||||
\fIid\f5{\fR
|
||||
\fIid\f3{\fR
|
||||
A function declaration and call for the single character identifier
|
||||
.IR id .
|
||||
The function return is a nesting block end record
|
||||
|
|
@ -217,7 +217,7 @@ The function return is a nesting block end record
|
|||
Function may be redefined.
|
||||
Functions have no arguments or return value.
|
||||
.TP
|
||||
\fIid\f5()\fR
|
||||
\fIid\f3()\fR
|
||||
A call to the function
|
||||
.IR id .
|
||||
.PP
|
||||
|
|
@ -414,7 +414,7 @@ may be an integral constant or one of the following builtin function calls:
|
|||
A recursive call to the magic algorithm starting with the data at
|
||||
.LR offset .
|
||||
.TP
|
||||
\f5loop(\fIfunction\fP,\fIoffset\fP,\fIincrement\fP)\fR
|
||||
\f3loop(\fIfunction\fP, \fIoffset\fP, \fIincrement\fP)\fR
|
||||
Call
|
||||
.I function
|
||||
starting at
|
||||
|
|
@ -446,7 +446,7 @@ then a
|
|||
.I space
|
||||
is placed between the descriptions
|
||||
(most optional descriptions start with
|
||||
.IR comma .)
|
||||
.IR comma ).
|
||||
The data value at
|
||||
.L offset
|
||||
can be referenced in the description using
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue