From 66d3a13ba57763434112be6fa2cda36c317fd478 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 26 Sep 2010 07:37:23 +0200 Subject: [PATCH] hash.3, stdarg.3, unicode.7: grfix Signed-off-by: Michael Kerrisk --- man3/hash.3 | 2 +- man3/stdarg.3 | 2 +- man7/unicode.7 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man3/hash.3 b/man3/hash.3 index 6768b73a4..24c194da9 100644 --- a/man3/hash.3 +++ b/man3/hash.3 @@ -133,7 +133,7 @@ If a hash function is specified, 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. .PP -Backward compatible interfaces to the routines described in +Backward-compatible interfaces to the routines described in .BR dbm (3), and .BR ndbm (3) diff --git a/man3/stdarg.3 b/man3/stdarg.3 index 67b4538a8..cea9085c6 100644 --- a/man3/stdarg.3 +++ b/man3/stdarg.3 @@ -221,7 +221,7 @@ macro. These macros are .I not 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 . .PP The historic setup is: diff --git a/man7/unicode.7 b/man7/unicode.7 index b12faa356..9ef1e3c63 100644 --- a/man7/unicode.7 +++ b/man7/unicode.7 @@ -106,7 +106,7 @@ In addition, there exist two encoding forms .B UTF-8 for backward compatibility with ASCII processing software and .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. .PP The UCS characters 0x0000 to 0x007f are identical to those of the