hash.3, stdarg.3, unicode.7: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-09-26 07:37:23 +02:00
parent 5fab2e7c9c
commit 66d3a13ba5
3 changed files with 3 additions and 3 deletions

View File

@ -133,7 +133,7 @@ If a hash function is specified,
will attempt to determine if the hash function specified is the same as will attempt to determine if the hash function specified is the same as
the one with which the database was created, and will fail if it is not. the one with which the database was created, and will fail if it is not.
.PP .PP
Backward compatible interfaces to the routines described in Backward-compatible interfaces to the routines described in
.BR dbm (3), .BR dbm (3),
and and
.BR ndbm (3) .BR ndbm (3)

View File

@ -221,7 +221,7 @@ macro.
These macros are These macros are
.I not .I not
compatible with the historic macros they replace. compatible with the historic macros they replace.
A backward compatible version can be found in the include file A backward-compatible version can be found in the include file
.IR <varargs.h> . .IR <varargs.h> .
.PP .PP
The historic setup is: The historic setup is:

View File

@ -106,7 +106,7 @@ In addition, there exist two encoding forms
.B UTF-8 .B UTF-8
for backward compatibility with ASCII processing software and for backward compatibility with ASCII processing software and
.B UTF-16 .B UTF-16
for the backward compatible handling of non-BMP characters up to for the backward-compatible handling of non-BMP characters up to
0x10ffff by UCS-2 software. 0x10ffff by UCS-2 software.
.PP .PP
The UCS characters 0x0000 to 0x007f are identical to those of the The UCS characters 0x0000 to 0x007f are identical to those of the