Source-Changes-HG archive

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

[src/trunk]: src Use full month names with .Dd, as per mdoc.samples(7).



details:   https://anonhg.NetBSD.org/src/rev/df7d4bd78002
branches:  trunk
changeset: 476299:df7d4bd78002
user:      kleink <kleink%NetBSD.org@localhost>
date:      Sun Sep 12 18:47:10 1999 +0000

description:
Use full month names with .Dd, as per mdoc.samples(7).

diffstat:

 lib/libc/gen/basename.3                  |  4 ++--
 lib/libc/gen/daemon.3                    |  4 ++--
 lib/libc/gen/dirname.3                   |  4 ++--
 sbin/mount_ntfs/mount_ntfs.8             |  4 ++--
 sbin/slattach/slattach.8                 |  4 ++--
 sbin/wsconsctl/wsconsctl.8               |  4 ++--
 share/man/man4/ohci.4                    |  4 ++--
 share/man/man4/pcscp.4                   |  6 +++---
 share/man/man4/uhci.4                    |  4 ++--
 share/man/man7/packages.7                |  4 ++--
 share/man/man9/kprintf.9                 |  4 ++--
 share/man/man9/microtime.9               |  4 ++--
 usr.bin/midiplay/midiplay.1              |  4 ++--
 usr.sbin/pim6dd/pim6dd.8                 |  4 ++--
 usr.sbin/pim6dd/pim6dd.conf.5            |  4 ++--
 usr.sbin/rpc.bootparamd/rpc.bootparamd.8 |  4 ++--
 16 files changed, 33 insertions(+), 33 deletions(-)

diffs (279 lines):

diff -r 6c88e46e8819 -r df7d4bd78002 lib/libc/gen/basename.3
--- a/lib/libc/gen/basename.3   Sun Sep 12 18:43:43 1999 +0000
+++ b/lib/libc/gen/basename.3   Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: basename.3,v 1.3 1999/03/22 19:44:38 garbled Exp $
+.\"    $NetBSD: basename.3,v 1.4 1999/09/12 18:47:10 kleink Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Oct 31, 1997
+.Dd October 31, 1997
 .Dt BASENAME 3
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 lib/libc/gen/daemon.3
--- a/lib/libc/gen/daemon.3     Sun Sep 12 18:43:43 1999 +0000
+++ b/lib/libc/gen/daemon.3     Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: daemon.3,v 1.7 1999/09/03 13:12:44 proff Exp $
+.\"    $NetBSD: daemon.3,v 1.8 1999/09/12 18:47:11 kleink Exp $
 .\"
 .\" Copyright (c) 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"    @(#)daemon.3    8.1 (Berkeley) 6/9/93
 .\"
-.Dd Sep 3, 1999
+.Dd September 3, 1999
 .Dt DAEMON 3
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 lib/libc/gen/dirname.3
--- a/lib/libc/gen/dirname.3    Sun Sep 12 18:43:43 1999 +0000
+++ b/lib/libc/gen/dirname.3    Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: dirname.3,v 1.3 1999/03/22 19:44:39 garbled Exp $
+.\"    $NetBSD: dirname.3,v 1.4 1999/09/12 18:47:11 kleink Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Nov 2, 1997
+.Dd November 2, 1997
 .Dt DIRNAME 3
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 sbin/mount_ntfs/mount_ntfs.8
--- a/sbin/mount_ntfs/mount_ntfs.8      Sun Sep 12 18:43:43 1999 +0000
+++ b/sbin/mount_ntfs/mount_ntfs.8      Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mount_ntfs.8,v 1.4 1999/09/07 08:16:14 jdolecek Exp $
+.\" $NetBSD: mount_ntfs.8,v 1.5 1999/09/12 18:47:11 kleink Exp $
 .\"
 .\" Copyright (c) 1993,1994 Christopher G. Demetriou
 .\" Copyright (c) 1999 Semen Ustimenko
@@ -31,7 +31,7 @@
 .\"
 .\"    Id: mount_ntfs.8,v 1.3 1999/05/04 11:34:33 jkoshy Exp 
 .\"
-.Dd Jan 3, 1999
+.Dd January 3, 1999
 .Dt MOUNT_NTFS 8
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 sbin/slattach/slattach.8
--- a/sbin/slattach/slattach.8  Sun Sep 12 18:43:43 1999 +0000
+++ b/sbin/slattach/slattach.8  Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: slattach.8,v 1.21 1999/09/03 13:29:44 proff Exp $
+.\"    $NetBSD: slattach.8,v 1.22 1999/09/12 18:47:11 kleink Exp $
 .\"
 .\" Copyright (c) 1986, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -33,7 +33,7 @@
 .\"
 .\"     @(#)slattach.8 8.2 (Berkeley) 4/1/94
 .\"
-.Dd Sep 3, 1999
+.Dd September 3, 1999
 .Dt SLATTACH 8
 .Os BSD 4.3
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 sbin/wsconsctl/wsconsctl.8
--- a/sbin/wsconsctl/wsconsctl.8        Sun Sep 12 18:43:43 1999 +0000
+++ b/sbin/wsconsctl/wsconsctl.8        Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: wsconsctl.8,v 1.4 1999/06/28 21:48:13 agc Exp $
+.\" $NetBSD: wsconsctl.8,v 1.5 1999/09/12 18:47:11 kleink Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"/
-.Dd Dec 24, 1998
+.Dd December 24, 1998
 .Dt WSCONSCTL 8
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man4/ohci.4
--- a/share/man/man4/ohci.4     Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man4/ohci.4     Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ohci.4,v 1.2 1999/04/13 20:25:29 augustss Exp $
+.\" $NetBSD: ohci.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Oct 25, 1998
+.Dd October 25, 1998
 .Dt OHCI 4
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man4/pcscp.4
--- a/share/man/man4/pcscp.4    Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man4/pcscp.4    Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pcscp.4,v 1.2 1999/03/22 18:21:29 garbled Exp $
+.\"    $NetBSD: pcscp.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -30,9 +30,9 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $NetBSD: pcscp.4,v 1.2 1999/03/22 18:21:29 garbled Exp $
+.\"    $NetBSD: pcscp.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
 .\"
-.Dd Feb 21, 1999
+.Dd February 21, 1999
 .Dt PCSCP 4
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man4/uhci.4
--- a/share/man/man4/uhci.4     Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man4/uhci.4     Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: uhci.4,v 1.2 1999/04/13 20:25:29 augustss Exp $
+.\" $NetBSD: uhci.4,v 1.3 1999/09/12 18:47:12 kleink Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Oct 25, 1998
+.Dd October 25, 1998
 .Dt UHCI 4
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man7/packages.7
--- a/share/man/man7/packages.7 Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man7/packages.7 Sun Sep 12 18:47:10 1999 +0000
@@ -1,10 +1,10 @@
-.\"    $NetBSD: packages.7,v 1.19 1999/08/31 08:41:57 rh Exp $
+.\"    $NetBSD: packages.7,v 1.20 1999/09/12 18:47:12 kleink Exp $
 .\"
 .\" from: NetBSD: bsd.pkg.mk,v 1.89 1998/06/01 21:30:10 hubertf Exp
 .\"
 .\"    This file is in the public domain.
 .\"
-.Dd Aug 30, 1999
+.Dd August 30, 1999
 .Dt PACKAGES 7
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man9/kprintf.9
--- a/share/man/man9/kprintf.9  Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man9/kprintf.9  Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: kprintf.9,v 1.6 1999/03/16 00:40:47 garbled Exp $
+.\"     $NetBSD: kprintf.9,v 1.7 1999/09/12 18:47:13 kleink Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Sep 1, 1998
+.Dd September 1, 1998
 .Dt KPRINTF 9
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 share/man/man9/microtime.9
--- a/share/man/man9/microtime.9        Sun Sep 12 18:43:43 1999 +0000
+++ b/share/man/man9/microtime.9        Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: microtime.9,v 1.2 1999/03/16 00:40:47 garbled Exp $
+.\"     $NetBSD: microtime.9,v 1.3 1999/09/12 18:47:13 kleink Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -34,7 +34,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Sep 14, 1998
+.Dd September 14, 1998
 .Dt MICROTIME 9
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 usr.bin/midiplay/midiplay.1
--- a/usr.bin/midiplay/midiplay.1       Sun Sep 12 18:43:43 1999 +0000
+++ b/usr.bin/midiplay/midiplay.1       Sun Sep 12 18:47:10 1999 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: midiplay.1,v 1.4 1999/03/10 05:23:31 erh Exp $
+.\" $NetBSD: midiplay.1,v 1.5 1999/09/12 18:47:11 kleink Exp $
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
 .\"
@@ -32,7 +32,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd Aug 12, 1998
+.Dd August 12, 1998
 .Dt MIDIPLAY 1
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 usr.sbin/pim6dd/pim6dd.8
--- a/usr.sbin/pim6dd/pim6dd.8  Sun Sep 12 18:43:43 1999 +0000
+++ b/usr.sbin/pim6dd/pim6dd.8  Sun Sep 12 18:47:10 1999 +0000
@@ -25,10 +25,10 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $NetBSD: pim6dd.8,v 1.4 1999/09/03 04:49:24 itojun Exp $
+.\"    $NetBSD: pim6dd.8,v 1.5 1999/09/12 18:47:12 kleink Exp $
 .\"    KAME Id: pim6dd.8,v 1.3 1999/08/13 09:20:43 jinmei Exp
 .\"
-.Dd Nov 17, 1998
+.Dd November 17, 1998
 .Dt PIM6DD 8
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 usr.sbin/pim6dd/pim6dd.conf.5
--- a/usr.sbin/pim6dd/pim6dd.conf.5     Sun Sep 12 18:43:43 1999 +0000
+++ b/usr.sbin/pim6dd/pim6dd.conf.5     Sun Sep 12 18:47:10 1999 +0000
@@ -25,10 +25,10 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    $NetBSD: pim6dd.conf.5,v 1.3 1999/09/03 04:49:24 itojun Exp $
+.\"    $NetBSD: pim6dd.conf.5,v 1.4 1999/09/12 18:47:12 kleink Exp $
 .\"    KAME Id: pim6dd.conf.5,v 1.1.1.1 1999/08/08 23:30:53 itojun Exp
 .\"
-.Dd Nov 17, 1998
+.Dd November 17, 1998
 .Dt PIM6DD.CONF 5
 .Os
 .Sh NAME
diff -r 6c88e46e8819 -r df7d4bd78002 usr.sbin/rpc.bootparamd/rpc.bootparamd.8
--- a/usr.sbin/rpc.bootparamd/rpc.bootparamd.8  Sun Sep 12 18:43:43 1999 +0000
+++ b/usr.sbin/rpc.bootparamd/rpc.bootparamd.8  Sun Sep 12 18:47:10 1999 +0000
@@ -1,6 +1,6 @@
-.\" $NetBSD: rpc.bootparamd.8,v 1.10 1999/04/06 04:54:21 cgd Exp $
+.\" $NetBSD: rpc.bootparamd.8,v 1.11 1999/09/12 18:47:12 kleink Exp $
 .\" @(#)bootparamd.8
-.Dd Jan 8, 1994
+.Dd January 8, 1994
 .Dt BOOTPARAMD 8
 .Os
 .Sh NAME



Home | Main Index | Thread Index | Old Index