Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Usually, the SEE ALSO section doesn't end wit...
details: https://anonhg.NetBSD.org/src/rev/74b334df5be0
branches: trunk
changeset: 514489:74b334df5be0
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Sep 04 02:48:40 2001 +0000
description:
Usually, the SEE ALSO section doesn't end with a dot.
diffstat:
share/man/man9/bcmp.9 | 4 ++--
share/man/man9/bcopy.9 | 4 ++--
share/man/man9/bzero.9 | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r 6d68075047d5 -r 74b334df5be0 share/man/man9/bcmp.9
--- a/share/man/man9/bcmp.9 Tue Sep 04 02:37:08 2001 +0000
+++ b/share/man/man9/bcmp.9 Tue Sep 04 02:48:40 2001 +0000
@@ -32,7 +32,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcmp.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bcmp.9,v 1.1 2001/07/07 05:05:18 perry Exp $
+.\" $NetBSD: bcmp.9,v 1.2 2001/09/04 02:48:40 wiz Exp $
.\"
.Dd July 7, 2001
.Dt BCMP 9
@@ -75,4 +75,4 @@
.Pp
The strings may overlap.
.Sh SEE ALSO
-.Xr memcmp 9 .
+.Xr memcmp 9
diff -r 6d68075047d5 -r 74b334df5be0 share/man/man9/bcopy.9
--- a/share/man/man9/bcopy.9 Tue Sep 04 02:37:08 2001 +0000
+++ b/share/man/man9/bcopy.9 Tue Sep 04 02:48:40 2001 +0000
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bcopy.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bcopy.9,v 1.1 2001/07/07 05:05:17 perry Exp $
+.\" $NetBSD: bcopy.9,v 1.2 2001/09/04 02:48:40 wiz Exp $
.\"
.Dd July 7, 2001
.Dt BCOPY 9
@@ -89,4 +89,4 @@
.Sh SEE ALSO
.Xr bcopy 3
.Xr memcpy 9 ,
-.Xr memmove 9 .
+.Xr memmove 9
diff -r 6d68075047d5 -r 74b334df5be0 share/man/man9/bzero.9
--- a/share/man/man9/bzero.9 Tue Sep 04 02:37:08 2001 +0000
+++ b/share/man/man9/bzero.9 Tue Sep 04 02:48:40 2001 +0000
@@ -33,7 +33,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)bzero.3 8.1 (Berkeley) 6/4/93
-.\" $NetBSD: bzero.9,v 1.2 2001/07/07 05:45:06 perry Exp $
+.\" $NetBSD: bzero.9,v 1.3 2001/09/04 02:48:40 wiz Exp $
.\"
.Dd July 7, 2001
.Dt BZERO 9
@@ -74,4 +74,4 @@
.Fn bzero
does nothing.
.Sh SEE ALSO
-.Xr memset 9 .
+.Xr memset 9
Home |
Main Index |
Thread Index |
Old Index