From 7aaeafb72b1e22502ab135f563f680ae953898c3 Mon Sep 17 00:00:00 2001 From: "Roland C. Dowdeswell" Date: Wed, 4 Jul 2012 21:53:36 +0100 Subject: [PATCH] Typo and separate formatting error in lib/com_err/com_err.3. Reported by jklowden@schemamania.org and jdf@NetBSD.org via NetBSD in: http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=46651 --- lib/com_err/com_err.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/com_err/com_err.3 b/lib/com_err/com_err.3 index b71203aa1..f9296497b 100644 --- a/lib/com_err/com_err.3 +++ b/lib/com_err/com_err.3 @@ -134,10 +134,11 @@ This routine provides an interface, equivalent to which may be used by higher-level variadic functions (functions which accept variable numbers of arguments). .It Fn error_message "code" -Returns the character string error message associate with +Returns the character string error message associated with .Fa code . If -.Fa code is associated with an unknown error table, or if +.Fa code +is associated with an unknown error table, or if .Fa code is associated with a known error table but is not in the table, a string of the form `Unknown code XXXX NN' is returned, where XXXX is