Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/heimdal/dist/lib/com_err Change little w...



details:   https://anonhg.NetBSD.org/src/rev/3e40941642c9
branches:  trunk
changeset: 779994:3e40941642c9
user:      jdf <jdf%NetBSD.org@localhost>
date:      Wed Jul 04 20:46:14 2012 +0000

description:
Change little wording error (s/associate/associated/) and formatting error.
Patch proposal was sent upstream to Heimdal as well.
Patch by jklowden in PR lib/46651.

diffstat:

 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3 |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 1f72e7a452b6 -r 3e40941642c9 crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3
--- a/crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3    Wed Jul 04 18:35:58 2012 +0000
+++ b/crypto/external/bsd/heimdal/dist/lib/com_err/com_err.3    Wed Jul 04 20:46:14 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: com_err.3,v 1.1.1.2 2011/04/14 14:08:23 elric Exp $
+.\"    $NetBSD: com_err.3,v 1.2 2012/07/04 20:46:14 jdf Exp $
 .\"
 .\" Copyright (c) 2005 Kungliga Tekniska Högskolan
 .\" (Royal Institute of Technology, Stockholm, Sweden).
@@ -136,10 +136,11 @@
 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



Home | Main Index | Thread Index | Old Index