diff options
author | 2003-03-06 04:07:37 +0000 | |
---|---|---|
committer | 2003-03-06 04:07:37 +0000 | |
commit | af599a0aaae956a247870bc28aa92418bd97bd7c (patch) | |
tree | 287998032a2f63ad8c49eaa4867db796f84f1b96 | |
parent | date should be written formally: .Dd Month day, year (diff) | |
download | wireguard-openbsd-af599a0aaae956a247870bc28aa92418bd97bd7c.tar.xz wireguard-openbsd-af599a0aaae956a247870bc28aa92418bd97bd7c.zip |
date should be written formally: .Dd Month day, year
ok henning@ jmc@
-rw-r--r-- | lib/libarch/alpha/inb.2 | 4 | ||||
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 4 | ||||
-rw-r--r-- | lib/libc/net/getrrsetbyname.3 | 4 | ||||
-rw-r--r-- | lib/libwrap/rfc1413.3 | 4 | ||||
-rw-r--r-- | libexec/ftp-proxy/ftp-proxy.8 | 4 | ||||
-rw-r--r-- | libexec/spamd/spamd-setup.8 | 4 | ||||
-rw-r--r-- | libexec/spamd/spamd.8 | 4 | ||||
-rw-r--r-- | sbin/isakmpd/apps/keyconv/keyconv.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvme68k/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | sys/arch/mvmeppc/stand/installboot/installboot.8 | 4 | ||||
-rw-r--r-- | usr.bin/ipcrm/ipcrm.1 | 4 | ||||
-rw-r--r-- | usr.bin/pmdb/pmdb.1 | 4 | ||||
-rw-r--r-- | usr.bin/skeyaudit/skeyaudit.1 | 4 | ||||
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 4 | ||||
-rw-r--r-- | usr.sbin/httpd/httpd.8 | 4 | ||||
-rw-r--r-- | usr.sbin/ppp/pppctl/pppctl.8 | 4 | ||||
-rw-r--r-- | usr.sbin/rip6query/rip6query.8 | 4 |
18 files changed, 36 insertions, 36 deletions
diff --git a/lib/libarch/alpha/inb.2 b/lib/libarch/alpha/inb.2 index d6b9ae52c18..6fb17a0121b 100644 --- a/lib/libarch/alpha/inb.2 +++ b/lib/libarch/alpha/inb.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inb.2,v 1.2 2003/02/25 08:26:38 jmc Exp $ +.\" $OpenBSD: inb.2,v 1.3 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2002 Matthieu Herrb .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd Jul 6, 2002 +.Dd July 6, 2002 .Dt LIBALPHA 2 .Os .Sh NAME diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 2743bf6fc2d..03064689cd1 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.8 2002/01/02 06:08:55 nordin Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.9 2003/03/06 04:07:37 david Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -21,7 +21,7 @@ .\" LIABILITY, OR TORT (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 "October 12, 1995" +.Dd October 12, 1995 .Dt GETIFADDRS 3 .Os .Sh NAME diff --git a/lib/libc/net/getrrsetbyname.3 b/lib/libc/net/getrrsetbyname.3 index 50cadfd3720..7554b9eeba4 100644 --- a/lib/libc/net/getrrsetbyname.3 +++ b/lib/libc/net/getrrsetbyname.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getrrsetbyname.3,v 1.7 2002/06/09 05:03:59 deraadt Exp $ +.\" $OpenBSD: getrrsetbyname.3,v 1.8 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (C) 2000, 2001 Internet Software Consortium. .\" @@ -15,7 +15,7 @@ .\" NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION .\" WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd Oct 18, 2000 +.Dd October 18, 2000 .Dt GETRRSETBYNAME 3 .Os .Sh NAME diff --git a/lib/libwrap/rfc1413.3 b/lib/libwrap/rfc1413.3 index de0fce1c765..dc9adec6245 100644 --- a/lib/libwrap/rfc1413.3 +++ b/lib/libwrap/rfc1413.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rfc1413.3,v 1.6 2002/05/01 16:26:55 millert Exp $ +.\" $OpenBSD: rfc1413.3,v 1.7 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2001, Bob Beck. All rights reserved. .\" @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Feb 10, 2001 +.Dd February 10, 2001 .Dt RFC1413 3 .Os .Sh NAME diff --git a/libexec/ftp-proxy/ftp-proxy.8 b/libexec/ftp-proxy/ftp-proxy.8 index 52a2b9c703e..737b43edb28 100644 --- a/libexec/ftp-proxy/ftp-proxy.8 +++ b/libexec/ftp-proxy/ftp-proxy.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ftp-proxy.8,v 1.31 2003/02/26 15:05:07 david Exp $ +.\" $OpenBSD: ftp-proxy.8,v 1.32 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 1996-2001 .\" Obtuse Systems Corporation, All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Aug 17, 2001 +.Dd August 17, 2001 .Dt FTP-PROXY 8 .Os .Sh NAME diff --git a/libexec/spamd/spamd-setup.8 b/libexec/spamd/spamd-setup.8 index 846d6d88cb3..572299c6420 100644 --- a/libexec/spamd/spamd-setup.8 +++ b/libexec/spamd/spamd-setup.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd-setup.8,v 1.10 2003/03/06 03:27:53 david Exp $ +.\" $OpenBSD: spamd-setup.8,v 1.11 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -28,7 +28,7 @@ .\" STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd Febuary 14, 2003 +.Dd February 14, 2003 .Dt SPAMD-SETUP 8 .Os .Sh NAME diff --git a/libexec/spamd/spamd.8 b/libexec/spamd/spamd.8 index 42fc0d33b9b..ce5f71ff7e0 100644 --- a/libexec/spamd/spamd.8 +++ b/libexec/spamd/spamd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: spamd.8,v 1.20 2003/03/06 03:27:53 david Exp $ +.\" $OpenBSD: spamd.8,v 1.21 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2002 Theo de Raadt. All rights reserved. .\" @@ -22,7 +22,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 Dec 18, 2002 +.Dd December 18, 2002 .Dt SPAMD 8 .Os .Sh NAME diff --git a/sbin/isakmpd/apps/keyconv/keyconv.8 b/sbin/isakmpd/apps/keyconv/keyconv.8 index 7b05f2a2d46..675735f8654 100644 --- a/sbin/isakmpd/apps/keyconv/keyconv.8 +++ b/sbin/isakmpd/apps/keyconv/keyconv.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: keyconv.8,v 1.6 2002/11/09 00:57:20 fgsch Exp $ +.\" $OpenBSD: keyconv.8,v 1.7 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2001 Hakan Olsson. All rights reserved. .\" @@ -26,7 +26,7 @@ .\" .\" Manual page, using -mandoc macros .\" -.Dd Aug 22, 2001 +.Dd August 22, 2001 .Dt KEYCONV 8 .Os .Sh NAME diff --git a/sys/arch/mvme68k/stand/installboot/installboot.8 b/sys/arch/mvme68k/stand/installboot/installboot.8 index db8fc80b6b4..14f1bba459a 100644 --- a/sys/arch/mvme68k/stand/installboot/installboot.8 +++ b/sys/arch/mvme68k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.10 2003/02/18 08:01:44 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.11 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,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 31 May 1995 +.Dd May 31, 1995 .Dt INSTALLBOOT 8 mvme68k .Os .Sh NAME diff --git a/sys/arch/mvme88k/stand/installboot/installboot.8 b/sys/arch/mvme88k/stand/installboot/installboot.8 index cb350a0779b..dec3e51c553 100644 --- a/sys/arch/mvme88k/stand/installboot/installboot.8 +++ b/sys/arch/mvme88k/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.8 2003/02/18 08:01:45 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.9 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,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 31 May 1995 +.Dd May 31, 1995 .Dt INSTALLBOOT 8 mvme88k .Os .Sh NAME diff --git a/sys/arch/mvmeppc/stand/installboot/installboot.8 b/sys/arch/mvmeppc/stand/installboot/installboot.8 index 2f382859d96..e9aced28d73 100644 --- a/sys/arch/mvmeppc/stand/installboot/installboot.8 +++ b/sys/arch/mvmeppc/stand/installboot/installboot.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: installboot.8,v 1.2 2003/02/18 08:01:45 jmc Exp $ +.\" $OpenBSD: installboot.8,v 1.3 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 1994 Paul Kranenburg .\" All rights reserved. @@ -28,7 +28,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 31 May 1995 +.Dd May 31, 1995 .Dt INSTALLBOOT 8 mvme88k .Os .Sh NAME diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1 index 645100c2059..6edfbdd5643 100644 --- a/usr.bin/ipcrm/ipcrm.1 +++ b/usr.bin/ipcrm/ipcrm.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcrm.1,v 1.7 2000/11/09 17:52:14 aaron Exp $ +.\" $OpenBSD: ipcrm.1,v 1.8 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 1994 Adam Glass .\" All rights reserved. @@ -24,7 +24,7 @@ .\" SUCH DAMAGE. .\" .\"" -.Dd August 8th, 1994 +.Dd August 8, 1994 .Dt IPCRM 1 .Os .Sh NAME diff --git a/usr.bin/pmdb/pmdb.1 b/usr.bin/pmdb/pmdb.1 index 5538d62ad0d..37ea88d55ff 100644 --- a/usr.bin/pmdb/pmdb.1 +++ b/usr.bin/pmdb/pmdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pmdb.1,v 1.10 2003/01/26 23:41:08 mcbride Exp $ +.\" $OpenBSD: pmdb.1,v 1.11 2003/03/06 04:07:37 david Exp $ .\" .\" Copyright (c) 2002 Artur Grabowski <art@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd Feb 20, 2002 +.Dd February 20, 2002 .Dt PMDB 1 .Os .Sh NAME diff --git a/usr.bin/skeyaudit/skeyaudit.1 b/usr.bin/skeyaudit/skeyaudit.1 index 30192984c03..38df7f123b5 100644 --- a/usr.bin/skeyaudit/skeyaudit.1 +++ b/usr.bin/skeyaudit/skeyaudit.1 @@ -1,6 +1,6 @@ -.\" $OpenBSD: skeyaudit.1,v 1.9 2002/05/16 03:50:42 millert Exp $ +.\" $OpenBSD: skeyaudit.1,v 1.10 2003/03/06 04:07:38 david Exp $ .\" -.Dd 22 July 1997 +.Dd July 22, 1997 .Dt SKEYAUDIT 1 .Os .Sh NAME diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8 index 7ea42fd357d..de4662804a2 100644 --- a/usr.sbin/authpf/authpf.8 +++ b/usr.sbin/authpf/authpf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: authpf.8,v 1.21 2003/01/28 10:40:20 jmc Exp $ +.\" $OpenBSD: authpf.8,v 1.22 2003/03/06 04:07:38 david Exp $ .\" .\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved. .\" @@ -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 Jan 10, 2002 +.Dd January 10, 2002 .Dt AUTHPF 8 .Os .Sh NAME diff --git a/usr.sbin/httpd/httpd.8 b/usr.sbin/httpd/httpd.8 index 793684abdf8..f14f11aa6af 100644 --- a/usr.sbin/httpd/httpd.8 +++ b/usr.sbin/httpd/httpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: httpd.8,v 1.11 2002/12/22 22:29:18 henning Exp $ +.\" $OpenBSD: httpd.8,v 1.12 2003/03/06 04:07:38 david Exp $ .\" Copyright (c) 1995-1997 David Robinson. All rights reserved. .\" Copyright (c) 1997-1999 The Apache Group. All rights reserved. .\" Copyright (c) 1998-1999 Bob Beck. All rights reserved. @@ -49,7 +49,7 @@ .\" Supercomputing Applications, University of Illinois, Urbana-Champaign. .\" For more information on the Apache Group and the Apache HTTP server .\" project, please see <http://www.apache.org/>. -.Dd Sep 18, 2002 +.Dd September 18, 2002 .Dt HTTPD 8 .Os .Sh NAME diff --git a/usr.sbin/ppp/pppctl/pppctl.8 b/usr.sbin/ppp/pppctl/pppctl.8 index f154fa88a8f..b58f7b1436a 100644 --- a/usr.sbin/ppp/pppctl/pppctl.8 +++ b/usr.sbin/ppp/pppctl/pppctl.8 @@ -1,4 +1,4 @@ -.\" $Id: pppctl.8,v 1.10 2003/02/18 08:01:45 jmc Exp $ +.\" $Id: pppctl.8,v 1.11 2003/03/06 04:07:38 david Exp $ .\" .\" Copyright (c) 1997 Brian Somers <brian@Awfulhak.org> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd 26 June 1997 +.Dd June 26, 1997 .Dt PPPCTL 8 .Os .Sh NAME diff --git a/usr.sbin/rip6query/rip6query.8 b/usr.sbin/rip6query/rip6query.8 index 2f114c71902..c188b566c91 100644 --- a/usr.sbin/rip6query/rip6query.8 +++ b/usr.sbin/rip6query/rip6query.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rip6query.8,v 1.6 2001/11/16 07:16:48 itojun Exp $ +.\" $OpenBSD: rip6query.8,v 1.7 2003/03/06 04:07:38 david Exp $ .\" $KAME: rip6query.8,v 1.6 2001/11/16 07:05:36 itojun Exp $ .\" .\" Copyright (C) 1998 and 1999 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd Oct 7, 1999 +.Dd October 7, 1999 .Dt RIP6QUERY 8 .Os .Sh NAME |