Module Name: src
Committed By: jdf
Date: Tue Jun 12 21:16:17 UTC 2012
Modified Files:
src/lib/libc/stdlib: abort.3
Log Message:
Use correct macro (.Nm is only used within the NAME section, for section 3
manpages).
Patch provided by Bug Hunting.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libc/stdlib/abort.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdlib/abort.3
diff -u src/lib/libc/stdlib/abort.3:1.12 src/lib/libc/stdlib/abort.3:1.13
--- src/lib/libc/stdlib/abort.3:1.12 Thu Aug 7 16:43:37 2003
+++ src/lib/libc/stdlib/abort.3 Tue Jun 12 21:16:17 2012
@@ -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 @@ function results in temporary files bein
Any open streams are flushed and closed.
.Sh RETURN VALUES
The
-.Nm abort
+.Fn abort
function
never returns.
.Sh SEE ALSO