Module Name: src
Committed By: jruoho
Date: Thu Apr 29 17:17:18 UTC 2010
Modified Files:
src/lib/libc/string: swab.3
Log Message:
Fix markup.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/lib/libc/string/swab.3:1.14
--- src/lib/libc/string/swab.3:1.13 Thu Apr 29 05:42:04 2010
+++ src/lib/libc/string/swab.3 Thu Apr 29 17:17:18 2010
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)swab.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: swab.3,v 1.13 2010/04/29 05:42:04 jruoho Exp $
+.\" $NetBSD: swab.3,v 1.14 2010/04/29 17:17:18 jruoho Exp $
.\"
.Dd April 29, 2010
.Dt SWAB 3
@@ -59,7 +59,8 @@
If
.Fa len
is odd,
-.Nm copies
+.Nm
+copies
.Fa len - 1
bytes and the disposition of the last byte is unspecified.
.Sh SEE ALSO