Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/string .Nm -> .Fn.



details:   https://anonhg.NetBSD.org/src/rev/c4b8ffe8f3bc
branches:  trunk
changeset: 754412:c4b8ffe8f3bc
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Fri Apr 30 03:52:13 2010 +0000

description:
.Nm -> .Fn.

diffstat:

 lib/libc/string/swab.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 4665b81c1d99 -r c4b8ffe8f3bc lib/libc/string/swab.3
--- a/lib/libc/string/swab.3    Thu Apr 29 23:39:47 2010 +0000
+++ b/lib/libc/string/swab.3    Fri Apr 30 03:52:13 2010 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index