Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/string Fix markup.



details:   https://anonhg.NetBSD.org/src/rev/3cb6f3a3bcd1
branches:  trunk
changeset: 754397:3cb6f3a3bcd1
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Thu Apr 29 17:17:18 2010 +0000

description:
Fix markup.

diffstat:

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

diffs (22 lines):

diff -r b313721d43d7 -r 3cb6f3a3bcd1 lib/libc/string/swab.3
--- a/lib/libc/string/swab.3    Thu Apr 29 17:07:00 2010 +0000
+++ b/lib/libc/string/swab.3    Thu Apr 29 17:17:18 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index