Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Use correct macro (.Nm is only used within t...



details:   https://anonhg.NetBSD.org/src/rev/c86eca70c2bf
branches:  trunk
changeset: 779709:c86eca70c2bf
user:      jdf <jdf%NetBSD.org@localhost>
date:      Tue Jun 12 21:16:17 2012 +0000

description:
Use correct macro (.Nm is only used within the NAME section, for section 3
manpages).

Patch provided by Bug Hunting.

diffstat:

 lib/libc/stdlib/abort.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r cd6d721f9751 -r c86eca70c2bf lib/libc/stdlib/abort.3
--- a/lib/libc/stdlib/abort.3   Tue Jun 12 21:06:43 2012 +0000
+++ b/lib/libc/stdlib/abort.3   Tue Jun 12 21:16:17 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: abort.3,v 1.12 2003/08/07 16:43:37 agc Exp $
+.\"    $NetBSD: abort.3,v 1.13 2012/06/12 21:16:17 jdf Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -59,7 +59,7 @@
 Any open streams are flushed and closed.
 .Sh RETURN VALUES
 The
-.Nm abort
+.Fn abort
 function
 never returns.
 .Sh SEE ALSO



Home | Main Index | Thread Index | Old Index