diff options
author | 1998-03-10 04:50:33 +0000 | |
---|---|---|
committer | 1998-03-10 04:50:33 +0000 | |
commit | 6b707689dd5b551620c47ecf7151fc525b5b509d (patch) | |
tree | de5fde78221def244e15c61f6bb1ad5bb1b1146f | |
parent | sync. I see a lot of unfixed architectures here. Idlers (diff) | |
download | wireguard-openbsd-6b707689dd5b551620c47ecf7151fc525b5b509d.tar.xz wireguard-openbsd-6b707689dd5b551620c47ecf7151fc525b5b509d.zip |
use .Ox
-rw-r--r-- | lib/libc/md/mdX.3 | 4 | ||||
-rw-r--r-- | lib/libc/sys/issetugid.2 | 4 | ||||
-rw-r--r-- | lib/libutil/opendev.3 | 5 | ||||
-rw-r--r-- | lib/libutil/readlabelfs.3 | 5 | ||||
-rw-r--r-- | libexec/tftpd/tftpd.8 | 7 | ||||
-rw-r--r-- | share/man/man4/fxp.4 | 5 | ||||
-rw-r--r-- | share/man/man4/ip.4 | 2 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/intro.4 | 5 | ||||
-rw-r--r-- | share/man/man4/man4.i386/xf86.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/intro.4 | 5 | ||||
-rw-r--r-- | share/man/man4/vnd.4 | 5 | ||||
-rw-r--r-- | share/man/man8/rc.conf.8 | 3 | ||||
-rw-r--r-- | share/man/man9/intro.9 | 5 | ||||
-rw-r--r-- | sys/arch/hp300/stand/isolif/isolif.8 | 5 | ||||
-rw-r--r-- | usr.bin/aucat/aucat.1 | 5 | ||||
-rw-r--r-- | usr.bin/elf2olf/elf2olf.1 | 7 | ||||
-rw-r--r-- | usr.bin/encrypt/encrypt.1 | 5 | ||||
-rw-r--r-- | usr.sbin/apm/apm.8 | 5 | ||||
-rw-r--r-- | usr.sbin/apmd/apmd.8 | 5 | ||||
-rw-r--r-- | usr.sbin/fdformat/fdformat.1 | 5 | ||||
-rw-r--r-- | usr.sbin/pcmciad/pcmciad.8 | 5 |
21 files changed, 60 insertions, 43 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index b1605abaa3d..71020135f12 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.8 1997/07/15 01:54:22 millert Exp $ +.\" $OpenBSD: mdX.3,v 1.9 1998/03/10 04:50:33 millert Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 @@ -134,7 +134,7 @@ This code is derived directly from these implementations by Poul-Henning Kamp Phk ristede runen. .Sh HISTORY These functions appeared in -.Em OpenBSD-2.0 . +.Ox 2.0 . .Sh BUGS Hans Dobbertin has shown collisions for the full version of MD4 and found a collision in the compress function of MD5. The use of SHA or diff --git a/lib/libc/sys/issetugid.2 b/lib/libc/sys/issetugid.2 index 4da99a124dd..16c7a927489 100644 --- a/lib/libc/sys/issetugid.2 +++ b/lib/libc/sys/issetugid.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: issetugid.2,v 1.10 1997/07/04 23:58:59 deraadt Exp $ +.\" $OpenBSD: issetugid.2,v 1.11 1998/03/10 04:50:35 millert Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -106,4 +106,4 @@ indicate an error. The .Fn issetugid function call first appeared in -OpenBSD 2.0 +.Ox 2.0 . diff --git a/lib/libutil/opendev.3 b/lib/libutil/opendev.3 index 70ee7181959..6e8b246aa3a 100644 --- a/lib/libutil/opendev.3 +++ b/lib/libutil/opendev.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: opendev.3,v 1.4 1996/06/20 10:46:01 deraadt Exp $ +.\" $OpenBSD: opendev.3,v 1.5 1998/03/10 04:50:37 millert Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -70,6 +70,7 @@ return value and errors are the same as the return value and errors of .Xr open 2 . .Sh HISTORY .Fn opendev -first appeared in OpenBSD 1.2. +first appeared in +.Ox 1.2 . .Sh SEE ALSO .Xr open 2 diff --git a/lib/libutil/readlabelfs.3 b/lib/libutil/readlabelfs.3 index 4b95fa7acc4..e2c4362d926 100644 --- a/lib/libutil/readlabelfs.3 +++ b/lib/libutil/readlabelfs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: readlabelfs.3,v 1.1 1996/12/23 08:25:31 downsj Exp $ +.\" $OpenBSD: readlabelfs.3,v 1.2 1998/03/10 04:50:38 millert Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -56,4 +56,5 @@ produces no output on the terminal. returns NULL upon error, or a valid filesystem type upon success. .Sh HISTORY .Fn readlabelfs -first appeared in OpenBSD 2.0. +first appeared in +.Ox 2.0 . diff --git a/libexec/tftpd/tftpd.8 b/libexec/tftpd/tftpd.8 index 7f9cb7d604d..bdeecf78174 100644 --- a/libexec/tftpd/tftpd.8 +++ b/libexec/tftpd/tftpd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tftpd.8,v 1.3 1997/06/11 21:19:46 downsj Exp $ +.\" $OpenBSD: tftpd.8,v 1.4 1998/03/10 04:50:40 millert Exp $ .\" .\" Copyright (c) 1983, 1991 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tftpd.8 6.7 (Berkeley) 5/13/91 -.\" $OpenBSD: tftpd.8,v 1.3 1997/06/11 21:19:46 downsj Exp $ +.\" $OpenBSD: tftpd.8,v 1.4 1998/03/10 04:50:40 millert Exp $ .\" .Dd June 11, 1997 .Dt TFTPD 8 @@ -121,4 +121,5 @@ flag appeared in NetBSD 0.9a. .Pp The .Fl c -flag was added in OpenBSD 2.1. +flag was added in +.Ox 2.1 . diff --git a/share/man/man4/fxp.4 b/share/man/man4/fxp.4 index 5b412e87e2a..0cc279f0eee 100644 --- a/share/man/man4/fxp.4 +++ b/share/man/man4/fxp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fxp.4,v 1.1 1997/10/16 10:08:02 deraadt Exp $ +.\" $OpenBSD: fxp.4,v 1.2 1998/03/10 04:50:49 millert Exp $ .\" .\" Copyright (c) 1997 David E. O'Brien .\" @@ -83,7 +83,8 @@ the network connection (cable). .Sh HISTORY The .Nm -device driver first appeared in OpenBSD 2.2. +device driver first appeared in +.Ox 2.2 . .Sh AUTHORS The .Nm diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 8716cfa4a30..91ae644bc5c 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -342,7 +342,7 @@ ip->ip_len = htons(len); .sp .5 .Pp Additionally note that starting with -.Tn OpenBSD 2.1 +.Ox 2.1 , the ip_off and ip_len fields are in network byte order. If the header source address is set to .Dv INADDR_ANY, diff --git a/share/man/man4/man4.alpha/intro.4 b/share/man/man4/man4.alpha/intro.4 index 1df5faab1b4..5b9db0098a5 100644 --- a/share/man/man4/man4.alpha/intro.4 +++ b/share/man/man4/man4.alpha/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1998/03/08 00:09:39 johns Exp $ +.\" $OpenBSD: intro.4,v 1.2 1998/03/10 04:50:51 millert Exp $ .\" .\" Copyright (c) 1998 The OpenBSD Project .\" All Rights Reserved. @@ -85,4 +85,5 @@ Alpha systems are not supported. The Alpha .Nm -first appeared with OpenBSD 2.3. +first appeared with +.Ox 2.3 . diff --git a/share/man/man4/man4.i386/xf86.4 b/share/man/man4/man4.i386/xf86.4 index eef19d25275..1f6c84c7bed 100644 --- a/share/man/man4/man4.i386/xf86.4 +++ b/share/man/man4/man4.i386/xf86.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: xf86.4,v 1.2 1998/02/21 16:13:18 deraadt Exp $ +.\" $OpenBSD: xf86.4,v 1.3 1998/03/10 04:50:42 millert Exp $ .\" .\" Copyright (c) 1998 Matthieu Herrb .\" All rights reserved. @@ -70,8 +70,8 @@ set in .Sh HISTORY .Pa /dev/xf86 was introduced as a loadable kernel module for NetBSD 0.9C -with XFree86 3.1. It was integrated as an in-kernel device on OpenBSD -2.3. +with XFree86 3.1. It was integrated as an in-kernel device on +.Ox 2.3 . .Sh AUTHOR The aperture driver was written by Matthieu Herrb. .Sh BUGS diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4 index 7f9df8e7010..5456fb6a5dc 100644 --- a/share/man/man4/man4.sparc/intro.4 +++ b/share/man/man4/man4.sparc/intro.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.4,v 1.1 1998/03/07 21:17:05 johns Exp $ +.\" $OpenBSD: intro.4,v 1.2 1998/03/10 04:50:44 millert Exp $ .\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $ .\" .\" Copyright (c) 1996 Jonathan Stone. @@ -252,4 +252,5 @@ sun4m power management is recognized but unused The sparc .Nm -first appeared with OpenBSD 2.3. +first appeared with +.Ox 2.3 . diff --git a/share/man/man4/vnd.4 b/share/man/man4/vnd.4 index 8bb26c43bbf..fd80a4d5208 100644 --- a/share/man/man4/vnd.4 +++ b/share/man/man4/vnd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vnd.4,v 1.5 1997/05/14 15:34:05 niklas Exp $ +.\" $OpenBSD: vnd.4,v 1.6 1998/03/10 04:50:46 millert Exp $ .\" $NetBSD: vnd.4,v 1.1 1995/12/30 18:10:48 thorpej Exp $ .\" .\" Copyright (c) 1995 Jason R. Thorpe. @@ -92,7 +92,8 @@ variant does. .Pp .Sh HISTORY The vnode disk driver was originally written at the University of -Utah. The svnd variant was first seen in OpenBSD 2.1 +Utah. The svnd variant was first seen in +.Ox 2.1 . .Sh SEE ALSO .Xr MAKEDEV 8 , .Xr config 8 , diff --git a/share/man/man8/rc.conf.8 b/share/man/man8/rc.conf.8 index cab5b1d3a88..401f8d5ac39 100644 --- a/share/man/man8/rc.conf.8 +++ b/share/man/man8/rc.conf.8 @@ -90,4 +90,5 @@ configurable in this fashion. .Sh HISTORY The file .Nm rc.conf -first appeared in OpenBSD 2.2 +first appeared in +.Ox 2.2 . diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index 4795f32c66a..938c7d94618 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.9,v 1.1 1996/03/11 13:04:49 mickey Exp $ +.\" $OpenBSD: intro.9,v 1.2 1998/03/10 04:50:54 millert Exp $ .\" .\" Copyright (c) 1996 Michael Shalayeff .\" @@ -41,4 +41,5 @@ data structures, variables and functions. .Sh HISTORY The .Nm intro -section manual page appeared in OpenBSD 1.2. +section manual page appeared in +.Ox 1.2 . diff --git a/sys/arch/hp300/stand/isolif/isolif.8 b/sys/arch/hp300/stand/isolif/isolif.8 index ea484a572db..1c30b604515 100644 --- a/sys/arch/hp300/stand/isolif/isolif.8 +++ b/sys/arch/hp300/stand/isolif/isolif.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: isolif.8,v 1.1 1997/09/15 06:20:55 downsj Exp $ +.\" $OpenBSD: isolif.8,v 1.2 1998/03/10 04:50:56 millert Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -106,4 +106,5 @@ option is not currently actually used by the program. .Xr mkisofs 8 . .Sh HISTORY .Nm -first appeared in OpenBSD 2.2. +first appeared in +.Ox 2.2 . diff --git a/usr.bin/aucat/aucat.1 b/usr.bin/aucat/aucat.1 index c81b24d6ea1..7c5deed5e5e 100644 --- a/usr.bin/aucat/aucat.1 +++ b/usr.bin/aucat/aucat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aucat.1,v 1.2 1997/01/05 19:00:50 kstailey Exp $ +.\" $OpenBSD: aucat.1,v 1.3 1998/03/10 04:51:02 millert Exp $ .\" .\" Copyright (c) 1997 Kenneth Stailey. All rights reserved. .\" @@ -61,4 +61,5 @@ utility exits 0 on success, and >0 if an error occurs. .Sh HISTORY A .Nm -utility appeared in OpenBSD 2.0 +utility appeared in +.Ox 2.0 . diff --git a/usr.bin/elf2olf/elf2olf.1 b/usr.bin/elf2olf/elf2olf.1 index 889bdc7f7fa..8432b9c6d54 100644 --- a/usr.bin/elf2olf/elf2olf.1 +++ b/usr.bin/elf2olf/elf2olf.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: elf2olf.1,v 1.3 1997/05/05 23:26:12 etheisen Exp $ +.\" $OpenBSD: elf2olf.1,v 1.4 1998/03/10 04:51:00 millert Exp $ .\" .\" Copyright (c) 1996, 1997 Erik Theisen. .\" 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. .\" -.\" @(#)$Id: elf2olf.1,v 1.3 1997/05/05 23:26:12 etheisen Exp $ +.\" @(#)$Id: elf2olf.1,v 1.4 1998/03/10 04:51:00 millert Exp $ .\" .Dd May 5, 1997 .Dt ELF2OLF 1 @@ -109,4 +109,5 @@ The .Nm elf2olf and .Nm olf2elf -utility first appeared in OpenBSD 2.1. +utility first appeared in +.Ox 2.1 . diff --git a/usr.bin/encrypt/encrypt.1 b/usr.bin/encrypt/encrypt.1 index 4b393e687b6..f885e3fa7d3 100644 --- a/usr.bin/encrypt/encrypt.1 +++ b/usr.bin/encrypt/encrypt.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: encrypt.1,v 1.5 1997/03/30 19:22:45 provos Exp $ +.\" $OpenBSD: encrypt.1,v 1.6 1998/03/10 04:50:58 millert Exp $ .\" .\" Copyright (c) 1996, Jason Downs. All rights reserved. .\" @@ -88,7 +88,8 @@ standard input is more secure. .Xr pw_getconf 3 .Sh HISTORY .Nm encrypt -first appeared in OpenBSD 1.2. +first appeared in +.Ox 1.2 . .Pp A .Nm makekey diff --git a/usr.sbin/apm/apm.8 b/usr.sbin/apm/apm.8 index f9a5b2a2db1..f67bdb28230 100644 --- a/usr.sbin/apm/apm.8 +++ b/usr.sbin/apm/apm.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: apm.8,v 1.2 1997/01/22 23:11:46 deraadt Exp $ +.\" $Id: apm.8,v 1.3 1998/03/10 04:51:03 millert Exp $ .\" .Dd March 18, 1996 .Dt APM 8 @@ -111,4 +111,5 @@ Advanced Power Management (APM) BIOS Interface Specification (revision .Sh HISTORY The .Nm apm -command appeared in OpenBSD 1.1B. +command appeared in +.Ox 1.2 . diff --git a/usr.sbin/apmd/apmd.8 b/usr.sbin/apmd/apmd.8 index b18edfd65c7..9155e4b5c16 100644 --- a/usr.sbin/apmd/apmd.8 +++ b/usr.sbin/apmd/apmd.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: apmd.8,v 1.2 1997/07/24 14:58:53 deraadt Exp $ +.\" $Id: apmd.8,v 1.3 1998/03/10 04:51:05 millert Exp $ .\" .Dd March 24, 1996 .Dt APMD 8 @@ -172,4 +172,5 @@ Advanced Power Management (APM) BIOS Interface Specification (revision .Sh HISTORY The .Nm apmd -command appeared in OpenBSD 1.1B. +command appeared in +.Ox 1.2 . diff --git a/usr.sbin/fdformat/fdformat.1 b/usr.sbin/fdformat/fdformat.1 index 798ab72edd5..c3814fd0058 100644 --- a/usr.sbin/fdformat/fdformat.1 +++ b/usr.sbin/fdformat/fdformat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fdformat.1,v 1.4 1997/09/21 00:30:11 millert Exp $ +.\" $OpenBSD: fdformat.1,v 1.5 1998/03/10 04:51:07 millert Exp $ .\" .\" Copyright (C) 1993, 1994 by Joerg Wunsch, Dresden .\" All rights reserved. @@ -114,7 +114,8 @@ appropriate information written to diagnostic output). was developed for 386BSD 0.1 and upgraded to the new .Xr fd 4 floppy disk driver. It later became part of -FreeBSD 1.1, and was then ported to OpenBSD 1.2. +FreeBSD 1.1, and was then ported to +.Ox 1.2 . .Sh AUTHOR The program was been contributed by .if n Joerg Wunsch, diff --git a/usr.sbin/pcmciad/pcmciad.8 b/usr.sbin/pcmciad/pcmciad.8 index 439e01459af..ea608bb48fd 100644 --- a/usr.sbin/pcmciad/pcmciad.8 +++ b/usr.sbin/pcmciad/pcmciad.8 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: pcmciad.8,v 1.1 1996/04/29 13:08:56 hvozda Exp $ +.\" $Id: pcmciad.8,v 1.2 1998/03/10 04:51:09 millert Exp $ .\" .Dd October 29, 1995 .Dt PCMCIAD 8 @@ -73,4 +73,5 @@ on the speaker. .Sh HISTORY The .Nm pcmciad -command appeared in OpenBSD 1.1B. +command appeared in +.Ox 1.2 . |