Module Name:    src
Committed By:   jruoho
Date:           Fri Apr 30 03:52:13 UTC 2010

Modified Files:
        src/lib/libc/string: swab.3

Log Message:
.Nm -> .Fn.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libc/string/swab.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/string/swab.3
diff -u src/lib/libc/string/swab.3:1.14 src/lib/libc/string/swab.3:1.15
--- src/lib/libc/string/swab.3:1.14	Thu Apr 29 17:17:18 2010
+++ src/lib/libc/string/swab.3	Fri Apr 30 03:52:13 2010
@@ -26,9 +26,9 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)swab.3	8.1 (Berkeley) 6/4/93
-.\"	$NetBSD: swab.3,v 1.14 2010/04/29 17:17:18 jruoho Exp $
+.\"	$NetBSD: swab.3,v 1.15 2010/04/30 03:52:13 jruoho Exp $
 .\"
-.Dd April 29, 2010
+.Dd April 30, 2010
 .Dt SWAB 3
 .Os
 .Sh NAME
@@ -53,13 +53,13 @@
 .Pp
 If
 .Fa len
-is negative or zero
-.Nm
+is negative or zero,
+.Fn swab
 does nothing.
 If
 .Fa len
 is odd,
-.Nm
+.Fn swab
 copies
 .Fa len - 1
 bytes and the disposition of the last byte is unspecified.

Reply via email to