Module Name:    src
Committed By:   perry
Date:           Sun Mar 22 14:29:35 UTC 2009

Modified Files:
        src/crypto/dist/ssh: scp.1 sftp-server.8 sftp.1 ssh-add.1 ssh-agent.1
            ssh-keygen.1 ssh-keyscan.1 ssh-keysign.8 ssh.1 ssh_config.5 sshd.8
            sshd_config.5
        src/dist/pf/libexec/tftp-proxy: tftp-proxy.8
        src/dist/pf/sbin/pfctl: pfctl.8
        src/dist/pf/sbin/pflogd: pflogd.8
        src/dist/pf/share/man/man4: pf.4 pflog.4
        src/dist/pf/share/man/man5: pf.conf.5 pf.os.5
        src/dist/pf/usr.sbin/authpf: authpf.8
        src/dist/pf/usr.sbin/ftp-proxy: ftp-proxy.8
        src/share/man/man4/man4.hp700: pdc.4

Log Message:
add missing commas to .Dd fix, pointed out by wiz


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/crypto/dist/ssh/scp.1 \
    src/crypto/dist/ssh/ssh-keysign.8
cvs rdiff -u -r1.5 -r1.6 src/crypto/dist/ssh/sftp-server.8
cvs rdiff -u -r1.17 -r1.18 src/crypto/dist/ssh/sftp.1 \
    src/crypto/dist/ssh/sshd_config.5
cvs rdiff -u -r1.16 -r1.17 src/crypto/dist/ssh/ssh-add.1
cvs rdiff -u -r1.20 -r1.21 src/crypto/dist/ssh/ssh-agent.1
cvs rdiff -u -r1.22 -r1.23 src/crypto/dist/ssh/ssh-keygen.1
cvs rdiff -u -r1.18 -r1.19 src/crypto/dist/ssh/ssh-keyscan.1 \
    src/crypto/dist/ssh/ssh_config.5
cvs rdiff -u -r1.41 -r1.42 src/crypto/dist/ssh/ssh.1
cvs rdiff -u -r1.42 -r1.43 src/crypto/dist/ssh/sshd.8
cvs rdiff -u -r1.3 -r1.4 src/dist/pf/libexec/tftp-proxy/tftp-proxy.8
cvs rdiff -u -r1.8 -r1.9 src/dist/pf/sbin/pfctl/pfctl.8
cvs rdiff -u -r1.5 -r1.6 src/dist/pf/sbin/pflogd/pflogd.8
cvs rdiff -u -r1.8 -r1.9 src/dist/pf/share/man/man4/pf.4
cvs rdiff -u -r1.5 -r1.6 src/dist/pf/share/man/man4/pflog.4
cvs rdiff -u -r1.14 -r1.15 src/dist/pf/share/man/man5/pf.conf.5
cvs rdiff -u -r1.5 -r1.6 src/dist/pf/share/man/man5/pf.os.5
cvs rdiff -u -r1.8 -r1.9 src/dist/pf/usr.sbin/authpf/authpf.8
cvs rdiff -u -r1.3 -r1.4 src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8
cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/man4.hp700/pdc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/crypto/dist/ssh/scp.1
diff -u src/crypto/dist/ssh/scp.1:1.7 src/crypto/dist/ssh/scp.1:1.8
--- src/crypto/dist/ssh/scp.1:1.7	Sat Mar 21 00:15:52 2009
+++ src/crypto/dist/ssh/scp.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: scp.1,v 1.7 2009/03/21 00:15:52 perry Exp $
+.\"	$NetBSD: scp.1,v 1.8 2009/03/22 14:29:34 perry Exp $
 .\"  -*- nroff -*-
 .\"
 .\" scp.1
@@ -12,7 +12,7 @@
 .\"
 .\" $OpenBSD: scp.1,v 1.46 2008/07/12 05:33:41 djm Exp $
 .\"
-.Dd July 12 2008
+.Dd July 12, 2008
 .Dt SCP 1
 .Os
 .Sh NAME
Index: src/crypto/dist/ssh/ssh-keysign.8
diff -u src/crypto/dist/ssh/ssh-keysign.8:1.7 src/crypto/dist/ssh/ssh-keysign.8:1.8
--- src/crypto/dist/ssh/ssh-keysign.8:1.7	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh-keysign.8	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh-keysign.8,v 1.7 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh-keysign.8,v 1.8 2009/03/22 14:29:34 perry Exp $
 .\" $OpenBSD: ssh-keysign.8,v 1.9 2007/05/31 19:20:16 jmc Exp $
 .\"
 .\" Copyright (c) 2002 Markus Friedl.  All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt SSH-KEYSIGN 8
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/sftp-server.8
diff -u src/crypto/dist/ssh/sftp-server.8:1.5 src/crypto/dist/ssh/sftp-server.8:1.6
--- src/crypto/dist/ssh/sftp-server.8:1.5	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/sftp-server.8	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sftp-server.8,v 1.5 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: sftp-server.8,v 1.6 2009/03/22 14:29:34 perry Exp $
 .\" $OpenBSD: sftp-server.8,v 1.14 2008/07/18 22:51:01 jmc Exp $
 .\"
 .\" Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 18 2008
+.Dd July 18, 2008
 .Dt SFTP-SERVER 8
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/sftp.1
diff -u src/crypto/dist/ssh/sftp.1:1.17 src/crypto/dist/ssh/sftp.1:1.18
--- src/crypto/dist/ssh/sftp.1:1.17	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/sftp.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sftp.1,v 1.17 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: sftp.1,v 1.18 2009/03/22 14:29:34 perry Exp $
 .\" $OpenBSD: sftp.1,v 1.67 2008/07/15 02:23:14 djm Exp $
 .\"
 .\" Copyright (c) 2001 Damien Miller.  All rights reserved.
@@ -23,7 +23,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 15 2008
+.Dd July 15, 2008
 .Dt SFTP 1
 .Os
 .Sh NAME
Index: src/crypto/dist/ssh/sshd_config.5
diff -u src/crypto/dist/ssh/sshd_config.5:1.17 src/crypto/dist/ssh/sshd_config.5:1.18
--- src/crypto/dist/ssh/sshd_config.5:1.17	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/sshd_config.5	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sshd_config.5,v 1.17 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: sshd_config.5,v 1.18 2009/03/22 14:29:34 perry Exp $
 .\"  -*- nroff -*-
 .\"
 .\" Author: Tatu Ylonen <y...@cs.hut.fi>
@@ -36,7 +36,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $OpenBSD: sshd_config.5,v 1.96 2008/07/02 02:24:18 djm Exp $
-.Dd July 2 2008
+.Dd July 2, 2008
 .Dt SSHD_CONFIG 5
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/ssh-add.1
diff -u src/crypto/dist/ssh/ssh-add.1:1.16 src/crypto/dist/ssh/ssh-add.1:1.17
--- src/crypto/dist/ssh/ssh-add.1:1.16	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh-add.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh-add.1,v 1.16 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh-add.1,v 1.17 2009/03/22 14:29:34 perry Exp $
 .\"	$OpenBSD: ssh-add.1,v 1.46 2007/06/12 13:41:03 jmc Exp $
 .\"
 .\"  -*- nroff -*-
@@ -38,7 +38,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 12 2007
+.Dd June 12, 2007
 .Dt SSH-ADD 1
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/ssh-agent.1
diff -u src/crypto/dist/ssh/ssh-agent.1:1.20 src/crypto/dist/ssh/ssh-agent.1:1.21
--- src/crypto/dist/ssh/ssh-agent.1:1.20	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh-agent.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh-agent.1,v 1.20 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh-agent.1,v 1.21 2009/03/22 14:29:34 perry Exp $
 .\" $OpenBSD: ssh-agent.1,v 1.46 2007/09/09 11:38:01 sobrado Exp $
 .\"
 .\" Author: Tatu Ylonen <y...@cs.hut.fi>
@@ -35,7 +35,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd September 9 2007
+.Dd September 9, 2007
 .Dt SSH-AGENT 1
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/ssh-keygen.1
diff -u src/crypto/dist/ssh/ssh-keygen.1:1.22 src/crypto/dist/ssh/ssh-keygen.1:1.23
--- src/crypto/dist/ssh/ssh-keygen.1:1.22	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh-keygen.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh-keygen.1,v 1.22 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh-keygen.1,v 1.23 2009/03/22 14:29:34 perry Exp $
 .\"	$OpenBSD: ssh-keygen.1,v 1.78 2008/06/12 19:10:09 jmc Exp $
 .\"
 .\"  -*- nroff -*-
@@ -38,7 +38,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 12 2008
+.Dd June 12, 2008
 .Dt SSH-KEYGEN 1
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/ssh-keyscan.1
diff -u src/crypto/dist/ssh/ssh-keyscan.1:1.18 src/crypto/dist/ssh/ssh-keyscan.1:1.19
--- src/crypto/dist/ssh/ssh-keyscan.1:1.18	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh-keyscan.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh-keyscan.1,v 1.18 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh-keyscan.1,v 1.19 2009/03/22 14:29:34 perry Exp $
 .\"	$OpenBSD: ssh-keyscan.1,v 1.24 2008/04/30 10:14:03 djm Exp $
 .\"
 .\" Copyright 1995, 1996 by David Mazieres <d...@lcs.mit.edu>.
@@ -7,7 +7,7 @@
 .\" permitted provided that due credit is given to the author and the
 .\" OpenBSD project by leaving this copyright notice intact.
 .\"
-.Dd April 30 2008
+.Dd April 30, 2008
 .Dt SSH-KEYSCAN 1
 .Os
 .Sh NAME
Index: src/crypto/dist/ssh/ssh_config.5
diff -u src/crypto/dist/ssh/ssh_config.5:1.18 src/crypto/dist/ssh/ssh_config.5:1.19
--- src/crypto/dist/ssh/ssh_config.5:1.18	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh_config.5	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh_config.5,v 1.18 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh_config.5,v 1.19 2009/03/22 14:29:34 perry Exp $
 .\"  -*- nroff -*-
 .\"
 .\" Author: Tatu Ylonen <y...@cs.hut.fi>
@@ -36,7 +36,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $OpenBSD: ssh_config.5,v 1.111 2008/06/26 11:46:31 grunk Exp $
-.Dd June 26 2008
+.Dd June 26, 2008
 .Dt SSH_CONFIG 5
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/ssh.1
diff -u src/crypto/dist/ssh/ssh.1:1.41 src/crypto/dist/ssh/ssh.1:1.42
--- src/crypto/dist/ssh/ssh.1:1.41	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/ssh.1	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ssh.1,v 1.41 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ssh.1,v 1.42 2009/03/22 14:29:34 perry Exp $
 .\"  -*- nroff -*-
 .\"
 .\" Author: Tatu Ylonen <y...@cs.hut.fi>
@@ -36,7 +36,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $OpenBSD: ssh.1,v 1.277 2008/07/02 13:47:39 djm Exp $
-.Dd July 2 2008
+.Dd July 2, 2008
 .Dt SSH 1
 .Os
 .Sh NAME

Index: src/crypto/dist/ssh/sshd.8
diff -u src/crypto/dist/ssh/sshd.8:1.42 src/crypto/dist/ssh/sshd.8:1.43
--- src/crypto/dist/ssh/sshd.8:1.42	Sat Mar 21 00:15:53 2009
+++ src/crypto/dist/ssh/sshd.8	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: sshd.8,v 1.42 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: sshd.8,v 1.43 2009/03/22 14:29:34 perry Exp $
 .\"  -*- nroff -*-
 .\"
 .\" Author: Tatu Ylonen <y...@cs.hut.fi>
@@ -36,7 +36,7 @@
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
 .\" $OpenBSD: sshd.8,v 1.246 2008/07/02 02:24:18 djm Exp $
-.Dd July 2 2008
+.Dd July 2, 2008
 .Dt SSHD 8
 .Os
 .Sh NAME

Index: src/dist/pf/libexec/tftp-proxy/tftp-proxy.8
diff -u src/dist/pf/libexec/tftp-proxy/tftp-proxy.8:1.3 src/dist/pf/libexec/tftp-proxy/tftp-proxy.8:1.4
--- src/dist/pf/libexec/tftp-proxy/tftp-proxy.8:1.3	Sat Mar 21 00:15:54 2009
+++ src/dist/pf/libexec/tftp-proxy/tftp-proxy.8	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tftp-proxy.8,v 1.3 2009/03/21 00:15:54 perry Exp $
+.\"	$NetBSD: tftp-proxy.8,v 1.4 2009/03/22 14:29:35 perry Exp $
 .\"	$OpenBSD: tftp-proxy.8,v 1.2 2007/05/31 19:19:41 jmc Exp $
 .\"
 .\" Copyright (c) 2005 joshua stein <j...@openbsd.org>
@@ -26,7 +26,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt TFTP-PROXY 8
 .Os
 .Sh NAME

Index: src/dist/pf/sbin/pfctl/pfctl.8
diff -u src/dist/pf/sbin/pfctl/pfctl.8:1.8 src/dist/pf/sbin/pfctl/pfctl.8:1.9
--- src/dist/pf/sbin/pfctl/pfctl.8:1.8	Sat Mar 21 00:15:54 2009
+++ src/dist/pf/sbin/pfctl/pfctl.8	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: pfctl.8,v 1.8 2009/03/21 00:15:54 perry Exp $
+.\" $NetBSD: pfctl.8,v 1.9 2009/03/22 14:29:35 perry Exp $
 .\" $OpenBSD: pfctl.8,v 1.133 2007/07/01 11:38:51 henning Exp $
 .\"
 .\" Copyright (c) 2001 Kjell Wooding.  All rights reserved.
@@ -25,7 +25,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt PFCTL 8
 .Os
 .Sh NAME

Index: src/dist/pf/sbin/pflogd/pflogd.8
diff -u src/dist/pf/sbin/pflogd/pflogd.8:1.5 src/dist/pf/sbin/pflogd/pflogd.8:1.6
--- src/dist/pf/sbin/pflogd/pflogd.8:1.5	Sat Mar 21 00:15:54 2009
+++ src/dist/pf/sbin/pflogd/pflogd.8	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pflogd.8,v 1.5 2009/03/21 00:15:54 perry Exp $
+.\"	$NetBSD: pflogd.8,v 1.6 2009/03/22 14:29:35 perry Exp $
 .\"	$OpenBSD: pflogd.8,v 1.35 2007/05/31 19:19:47 jmc Exp $
 .\"
 .\" Copyright (c) 2001 Can Erkin Acar.  All rights reserved.
@@ -25,7 +25,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt PFLOGD 8
 .Os
 .Sh NAME

Index: src/dist/pf/share/man/man4/pf.4
diff -u src/dist/pf/share/man/man4/pf.4:1.8 src/dist/pf/share/man/man4/pf.4:1.9
--- src/dist/pf/share/man/man4/pf.4:1.8	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/share/man/man4/pf.4	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pf.4,v 1.8 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: pf.4,v 1.9 2009/03/22 14:29:34 perry Exp $
 .\"	$OpenBSD: pf.4,v 1.59 2007/05/31 19:19:51 jmc Exp $
 .\"
 .\" Copyright (C) 2001, Kjell Wooding.  All rights reserved.
@@ -27,7 +27,7 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt PF 4
 .Os
 .Sh NAME

Index: src/dist/pf/share/man/man4/pflog.4
diff -u src/dist/pf/share/man/man4/pflog.4:1.5 src/dist/pf/share/man/man4/pflog.4:1.6
--- src/dist/pf/share/man/man4/pflog.4:1.5	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/share/man/man4/pflog.4	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pflog.4,v 1.5 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: pflog.4,v 1.6 2009/03/22 14:29:34 perry Exp $
 .\"	$OpenBSD: pflog.4,v 1.10 2007/05/31 19:19:51 jmc Exp $
 .\"
 .\" Copyright (c) 2001 Tobias Weingartner
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt PFLOG 4
 .Os
 .Sh NAME

Index: src/dist/pf/share/man/man5/pf.conf.5
diff -u src/dist/pf/share/man/man5/pf.conf.5:1.14 src/dist/pf/share/man/man5/pf.conf.5:1.15
--- src/dist/pf/share/man/man5/pf.conf.5:1.14	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/share/man/man5/pf.conf.5	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pf.conf.5,v 1.14 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: pf.conf.5,v 1.15 2009/03/22 14:29:35 perry Exp $
 .\"	$OpenBSD: pf.conf.5,v 1.383 2007/07/17 16:27:38 jmc Exp $
 .\"
 .\" Copyright (c) 2002, Daniel Hartmeier
@@ -28,7 +28,7 @@
 .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 26 2007
+.Dd June 26, 2007
 .Dt PF.CONF 5
 .Os
 .Sh NAME

Index: src/dist/pf/share/man/man5/pf.os.5
diff -u src/dist/pf/share/man/man5/pf.os.5:1.5 src/dist/pf/share/man/man5/pf.os.5:1.6
--- src/dist/pf/share/man/man5/pf.os.5:1.5	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/share/man/man5/pf.os.5	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pf.os.5,v 1.5 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: pf.os.5,v 1.6 2009/03/22 14:29:35 perry Exp $
 .\"	$OpenBSD: pf.os.5,v 1.8 2007/05/31 19:19:58 jmc Exp $
 .\"
 .\" Copyright (c) 2003 Mike Frantzen <frant...@w4g.org>
@@ -14,7 +14,7 @@
 .\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-.Dd May 31 2007
+.Dd May 31, 2007
 .Dt PF.OS 5
 .Os
 .Sh NAME

Index: src/dist/pf/usr.sbin/authpf/authpf.8
diff -u src/dist/pf/usr.sbin/authpf/authpf.8:1.8 src/dist/pf/usr.sbin/authpf/authpf.8:1.9
--- src/dist/pf/usr.sbin/authpf/authpf.8:1.8	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/usr.sbin/authpf/authpf.8	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: authpf.8,v 1.8 2009/03/21 00:15:53 perry Exp $
+.\" $NetBSD: authpf.8,v 1.9 2009/03/22 14:29:35 perry Exp $
 .\" $OpenBSD: authpf.8,v 1.44 2007/05/31 19:20:22 jmc Exp $
 .\"
 .\" Copyright (c) 1998-2007 Bob Beck (b...@openbsd.org>.  All rights reserved.
@@ -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 May 31 2007
+.Dd May 31, 2007
 .Dt AUTHPF 8
 .Os
 .Sh NAME

Index: src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8
diff -u src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.3 src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.4
--- src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8:1.3	Sat Mar 21 00:15:53 2009
+++ src/dist/pf/usr.sbin/ftp-proxy/ftp-proxy.8	Sun Mar 22 14:29:35 2009
@@ -1,4 +1,4 @@
-.\"	$NetBSD: ftp-proxy.8,v 1.3 2009/03/21 00:15:53 perry Exp $
+.\"	$NetBSD: ftp-proxy.8,v 1.4 2009/03/22 14:29:35 perry Exp $
 .\"	$OpenBSD: ftp-proxy.8,v 1.10 2007/08/01 15:45:41 jmc Exp $
 .\"
 .\" Copyright (c) 2004, 2005 Camiel Dobbelaar, <c...@sentia.nl>
@@ -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 August 1 2007
+.Dd August 1, 2007
 .Dt FTP-PROXY 8
 .Os
 .Sh NAME

Index: src/share/man/man4/man4.hp700/pdc.4
diff -u src/share/man/man4/man4.hp700/pdc.4:1.4 src/share/man/man4/man4.hp700/pdc.4:1.5
--- src/share/man/man4/man4.hp700/pdc.4:1.4	Sat Mar 21 00:15:53 2009
+++ src/share/man/man4/man4.hp700/pdc.4	Sun Mar 22 14:29:34 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: pdc.4,v 1.4 2009/03/21 00:15:53 perry Exp $
+.\" $NetBSD: pdc.4,v 1.5 2009/03/22 14:29:34 perry Exp $
 .\"
 .\" $OpenBSD: pdc.4,v 1.6 2007/06/01 19:54:10 aanriot Exp $
 .\"
@@ -26,7 +26,7 @@
 .\" IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
 .\" THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 1 2007
+.Dd June 1, 2007
 .Dt PDC 4 hp700
 .Os
 .Sh NAME

Reply via email to