From cf6c5eebe7a6f0f1e8b75d249a54989c5fa3bcdc Mon Sep 17 00:00:00 2001
From: Christian Brueffer <brueffer@FreeBSD.org>
Date: Mon, 2 Nov 2009 12:35:38 +0000
Subject: [PATCH] Use our canonical .Dd format.

Submitted by:	Ulrich Spoerlein
---
 bin/getfacl/getfacl.1                           | 2 +-
 lib/libc/gen/posix_spawn.3                      | 2 +-
 lib/libc/gen/posix_spawn_file_actions_addopen.3 | 2 +-
 lib/libc/gen/posix_spawn_file_actions_init.3    | 2 +-
 lib/libc/gen/posix_spawnattr_getflags.3         | 2 +-
 lib/libc/gen/posix_spawnattr_getpgroup.3        | 2 +-
 lib/libc/gen/posix_spawnattr_getschedparam.3    | 2 +-
 lib/libc/gen/posix_spawnattr_getschedpolicy.3   | 2 +-
 lib/libc/gen/posix_spawnattr_getsigdefault.3    | 2 +-
 lib/libc/gen/posix_spawnattr_getsigmask.3       | 2 +-
 lib/libc/gen/posix_spawnattr_init.3             | 2 +-
 lib/libpmc/pmc_attach.3                         | 2 +-
 share/man/man4/tty.4                            | 2 +-
 share/man/man5/ar.5                             | 2 +-
 share/man/man5/msdosfs.5                        | 2 +-
 share/man/man7/adding_user.7                    | 2 +-
 usr.bin/tail/tail.1                             | 2 +-
 usr.sbin/i2c/i2c.8                              | 2 +-
 usr.sbin/nfsd/stablerestart.5                   | 2 +-
 usr.sbin/wake/wake.8                            | 2 +-
 20 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/bin/getfacl/getfacl.1 b/bin/getfacl/getfacl.1
index 58202299f656..e787349336b2 100644
--- a/bin/getfacl/getfacl.1
+++ b/bin/getfacl/getfacl.1
@@ -30,7 +30,7 @@
 .\" Developed by the TrustedBSD Project.
 .\" Support for POSIX.1e access control lists.
 .\"
-.Dd September 04, 2009
+.Dd September 4, 2009
 .Dt GETFACL 1
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawn.3 b/lib/libc/gen/posix_spawn.3
index 518be2e2d751..756923986ff6 100644
--- a/lib/libc/gen/posix_spawn.3
+++ b/lib/libc/gen/posix_spawn.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWN 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawn_file_actions_addopen.3 b/lib/libc/gen/posix_spawn_file_actions_addopen.3
index b1fc2595cc7a..c6fd017f22d1 100644
--- a/lib/libc/gen/posix_spawn_file_actions_addopen.3
+++ b/lib/libc/gen/posix_spawn_file_actions_addopen.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWN_FILE_ACTIONS_ADDOPEN 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawn_file_actions_init.3 b/lib/libc/gen/posix_spawn_file_actions_init.3
index 31b677e0976d..d826b8bf4458 100644
--- a/lib/libc/gen/posix_spawn_file_actions_init.3
+++ b/lib/libc/gen/posix_spawn_file_actions_init.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWN_FILE_ACTIONS_INIT 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getflags.3 b/lib/libc/gen/posix_spawnattr_getflags.3
index c3f9ee547f14..a2dda02c128b 100644
--- a/lib/libc/gen/posix_spawnattr_getflags.3
+++ b/lib/libc/gen/posix_spawnattr_getflags.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETFLAGS 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getpgroup.3 b/lib/libc/gen/posix_spawnattr_getpgroup.3
index 8ba8142037f4..5cd51d687ab7 100644
--- a/lib/libc/gen/posix_spawnattr_getpgroup.3
+++ b/lib/libc/gen/posix_spawnattr_getpgroup.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETPGROUP 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getschedparam.3 b/lib/libc/gen/posix_spawnattr_getschedparam.3
index 59cece893c04..70009b9b4090 100644
--- a/lib/libc/gen/posix_spawnattr_getschedparam.3
+++ b/lib/libc/gen/posix_spawnattr_getschedparam.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETSCHEDPARAM 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getschedpolicy.3 b/lib/libc/gen/posix_spawnattr_getschedpolicy.3
index 158923a0634d..45c1965408b6 100644
--- a/lib/libc/gen/posix_spawnattr_getschedpolicy.3
+++ b/lib/libc/gen/posix_spawnattr_getschedpolicy.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETSCHEDPOLICY 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getsigdefault.3 b/lib/libc/gen/posix_spawnattr_getsigdefault.3
index f37992a594f2..9e13c3742cf7 100644
--- a/lib/libc/gen/posix_spawnattr_getsigdefault.3
+++ b/lib/libc/gen/posix_spawnattr_getsigdefault.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETSIGDEFAULT 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_getsigmask.3 b/lib/libc/gen/posix_spawnattr_getsigmask.3
index 44b5c1761207..5cee7ec6853e 100644
--- a/lib/libc/gen/posix_spawnattr_getsigmask.3
+++ b/lib/libc/gen/posix_spawnattr_getsigmask.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_GETSIGMASK 3
 .Os
 .Sh NAME
diff --git a/lib/libc/gen/posix_spawnattr_init.3 b/lib/libc/gen/posix_spawnattr_init.3
index 7eddc750acc8..66c99cd5afa8 100644
--- a/lib/libc/gen/posix_spawnattr_init.3
+++ b/lib/libc/gen/posix_spawnattr_init.3
@@ -34,7 +34,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Mar 24, 2008
+.Dd March 24, 2008
 .Dt POSIX_SPAWNATTR_INIT 3
 .Os
 .Sh NAME
diff --git a/lib/libpmc/pmc_attach.3 b/lib/libpmc/pmc_attach.3
index 62b0be6b089e..be340a775985 100644
--- a/lib/libpmc/pmc_attach.3
+++ b/lib/libpmc/pmc_attach.3
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd November 25 2007
+.Dd November 25, 2007
 .Os
 .Dt PMC_ATTACH 3
 .Sh NAME
diff --git a/share/man/man4/tty.4 b/share/man/man4/tty.4
index ba0379eb09a2..6e8cd8ee3296 100644
--- a/share/man/man4/tty.4
+++ b/share/man/man4/tty.4
@@ -32,7 +32,7 @@
 .\"     @(#)tty.4	8.3 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd Jun 27, 2007
+.Dd June 27, 2007
 .Dt TTY 4
 .Os
 .Sh NAME
diff --git a/share/man/man5/ar.5 b/share/man/man5/ar.5
index 1796795398d0..58d2d788701b 100644
--- a/share/man/man5/ar.5
+++ b/share/man/man5/ar.5
@@ -23,7 +23,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 07, 2007
+.Dd September 7, 2007
 .Os
 .Dt AR 5
 .Sh NAME
diff --git a/share/man/man5/msdosfs.5 b/share/man/man5/msdosfs.5
index 9dd679c1b0c8..933577aeb5a2 100644
--- a/share/man/man5/msdosfs.5
+++ b/share/man/man5/msdosfs.5
@@ -2,7 +2,7 @@
 .\" Written by Tom Rhodes
 .\" This file is in the public domain.
 .\"
-.Dd Aug 22, 2007
+.Dd August 22, 2007
 .Dt MSDOSFS 5
 .Os
 .Sh NAME
diff --git a/share/man/man7/adding_user.7 b/share/man/man7/adding_user.7
index 1b467714a37b..499bd481615e 100644
--- a/share/man/man7/adding_user.7
+++ b/share/man/man7/adding_user.7
@@ -32,7 +32,7 @@
 .\"     @(#)adduser.8	8.1 (Berkeley) 6/5/93
 .\" $FreeBSD$
 .\"
-.Dd Jan 30, 2009
+.Dd January 30, 2009
 .Dt ADDING_USER 8
 .Os
 .Sh NAME
diff --git a/usr.bin/tail/tail.1 b/usr.bin/tail/tail.1
index 7f91e7159511..5e382e91b17c 100644
--- a/usr.bin/tail/tail.1
+++ b/usr.bin/tail/tail.1
@@ -35,7 +35,7 @@
 .\"	@(#)tail.1	8.1 (Berkeley) 6/6/93
 .\" $FreeBSD$
 .\"
-.Dd June 05, 2009
+.Dd June 5, 2009
 .Dt TAIL 1
 .Os
 .Sh NAME
diff --git a/usr.sbin/i2c/i2c.8 b/usr.sbin/i2c/i2c.8
index 0067be796484..e2bea3c4fe98 100644
--- a/usr.sbin/i2c/i2c.8
+++ b/usr.sbin/i2c/i2c.8
@@ -26,7 +26,7 @@
 .\" $FreeBSD$ 
 .\"
 
-.Dd Jan 23, 2009
+.Dd January 23, 2009
 .Dt I2C 8
 .Os
 .Sh NAME
diff --git a/usr.sbin/nfsd/stablerestart.5 b/usr.sbin/nfsd/stablerestart.5
index c469835fc0db..8499986056e6 100644
--- a/usr.sbin/nfsd/stablerestart.5
+++ b/usr.sbin/nfsd/stablerestart.5
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd Sept 7, 2007
+.Dd September 7, 2007
 .Dt STABLERESTART 5
 .Os
 .Sh NAME
diff --git a/usr.sbin/wake/wake.8 b/usr.sbin/wake/wake.8
index 03a283b19cc4..bc508da3364a 100644
--- a/usr.sbin/wake/wake.8
+++ b/usr.sbin/wake/wake.8
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd June 27 2009
+.Dd June 27, 2009
 .Dt WAKE 8
 .Os
 .Sh NAME