| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
| |
More libraries manpages updates following.
|
|
|
|
|
| |
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
|
|
|
|
|
|
|
|
| |
mdoc(7)'fy.
PR: docs/13406
Submitted by: Garret Woolman <woolman@khavrinen.lcs.mit.edu>
Reviewed by: mpp
|
| |
|
|
|
|
|
| |
s/bytes/characters/g to be consistent with Standard C terminology.
Update date and add RCS Id.
|
|
|
|
|
| |
a potentally inflammatory comment from BUGS, and add a more useful comment
about the lack of reentrancy in the timezone-setting interface.
|
|
|
|
| |
ctime_r, gmtime_r, and localtime_r.
|
| |
|
| |
|
|
|
|
|
|
| |
This commit covers the man pages for most of the ANSI library functions.
A few others such as strtol.3 have to mention <sys/types.h> because they
mix ANSI interfaces with less well designed extensions.
|
|
|
|
|
| |
converted them into .Fn macros where appropriate. Also fixed
up some minor formatting problems.
|
|
4.4. The code is almost identical to the 4.4 versions, but this organization
should make it easier to merge new versions in the future.
|