diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 00:58:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-11-22 00:58:41 +0000 |
commit | 030cab12534e3306ecb508f1239812819abee5af (patch) | |
tree | c5ba199b5a773748066a93ca184f4d1597a562d4 /share | |
parent | 26ebd553950fbfd53aa72078985c7b2c40c4d417 (diff) |
.{N,O}x fixes;
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bce.4 | 4 | ||||
-rw-r--r-- | share/man/man4/man4.macppc/adb.4 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.alpha/boot_alpha.8 | 5 | ||||
-rw-r--r-- | share/man/man8/man8.i386/boot_i386.8 | 4 |
4 files changed, 8 insertions, 10 deletions
diff --git a/share/man/man4/bce.4 b/share/man/man4/bce.4 index 5db24126cde..b2c484a4787 100644 --- a/share/man/man4/bce.4 +++ b/share/man/man4/bce.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bce.4,v 1.4 2004/09/30 19:59:24 mickey Exp $ +.\" $OpenBSD: bce.4,v 1.5 2004/11/22 00:58:39 jmc Exp $ .\" $NetBSD: bce.4,v 1.2 2003/10/05 11:58:36 wiz Exp $ .\" .\" Copyright (c) 2003 The NetBSD Foundation, Inc. @@ -148,7 +148,7 @@ driver appeared in .Nx 1.6.2 . .Ox support was added in -.Ox 3.5 +.Ox 3.5 . .Sh AUTHORS The .Nm diff --git a/share/man/man4/man4.macppc/adb.4 b/share/man/man4/man4.macppc/adb.4 index 74a59b68419..4586fc1d8e8 100644 --- a/share/man/man4/man4.macppc/adb.4 +++ b/share/man/man4/man4.macppc/adb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: adb.4,v 1.7 2004/09/30 19:59:27 mickey Exp $ +.\" $OpenBSD: adb.4,v 1.8 2004/11/22 00:58:40 jmc Exp $ .\" .\" Copyright (c) 2001 Peter Philipp .\" Copyright (c) 1997 Colin Wood @@ -93,8 +93,7 @@ It has been under development ever since. The original .Nm adb manpage was written by Colin Wood for -.Nx -/ Mac68K. +.Nx Ns / Ns Mac68K. .Sh AUTHORS Original ADB support was written by Bradley A. Grantham. The direct ADB routines were written by John P. Wittkoski. diff --git a/share/man/man8/man8.alpha/boot_alpha.8 b/share/man/man8/man8.alpha/boot_alpha.8 index 3ee1125da1d..eb628eb6cb8 100644 --- a/share/man/man8/man8.alpha/boot_alpha.8 +++ b/share/man/man8/man8.alpha/boot_alpha.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_alpha.8,v 1.11 2004/02/09 19:21:52 espie Exp $ +.\" $OpenBSD: boot_alpha.8,v 1.12 2004/11/22 00:58:40 jmc Exp $ .\" .\" Copyright (c) 2002, Miodrag Vallat. .\" All rights reserved. @@ -140,8 +140,7 @@ network bootstrap .Re .Sh BUGS The device names used by -.Ox -.Ns Tn /alpha +.Ox Ns / Ns alpha and the .Tn SRM Console often have no relation to each other. diff --git a/share/man/man8/man8.i386/boot_i386.8 b/share/man/man8/man8.i386/boot_i386.8 index 6e3ea960dba..b661a244d94 100644 --- a/share/man/man8/man8.i386/boot_i386.8 +++ b/share/man/man8/man8.i386/boot_i386.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: boot_i386.8,v 1.10 2004/04/03 10:15:37 jmc Exp $ +.\" $OpenBSD: boot_i386.8,v 1.11 2004/11/22 00:58:40 jmc Exp $ .\" .\" Copyright (c) 1997 Tobias Weingartner .\" @@ -131,7 +131,7 @@ On most systems, booting .Ox from the BIOS will eventually load the -.Ox -specific +.Ox Ns -specific i386 bootstrapping code. This versatile program is described in a separate document, .Xr boot 8 . |