formattinf fixes

This commit is contained in:
Michael Kerrisk 2005-10-24 09:00:36 +00:00
parent e4bd7c17b9
commit 6060319831
2 changed files with 9 additions and 6 deletions

13
Changes
View File

@ -8,6 +8,7 @@ Contributors
The following people contributed notes, ideas, or patches that have
been incorporated in changes in this release:
Alain PORTAL <aportal@univ-montp2.fr>
Apologies if I missed anyone!
@ -15,17 +16,15 @@ Global changes
--------------
Most instances of the constant "NULL" are not formatted (bolded) in
man pages, but a few are. For consistency, formatting on "NULL" has i
man pages, but a few are. For consistency, formatting on "NULL" has
been removed where it occurred.
Many minor formatting fixes were made.
Typographical or grammatical errors have been corrected in several
places.
New pages
---------
Changes to individual pages
---------------------------
@ -37,3 +36,7 @@ prctl.2
mkfifo.3
mtk
Minor change to RETURN VALUE text.
sk98lin.4
Alain Portal
Formatting fixes

View File

@ -49,7 +49,7 @@ operates in exactly the same way as
except that the final argument specifies the offset into the
file in units of the system page size (instead of bytes).
This enables applications that use a 32-bit
. I off_t
.I off_t
to map
larger files (typically up to 2^44 bytes).
.SH "RETURN VALUE"