diff options
118 files changed, 876 insertions, 476 deletions
diff --git a/sbin/fdisk/fdisk.8 b/sbin/fdisk/fdisk.8 index 1f6f39b5307..8b205ad1aea 100644 --- a/sbin/fdisk/fdisk.8 +++ b/sbin/fdisk/fdisk.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: fdisk.8,v 1.12 1997/11/26 04:26:27 ross Exp $ +.\" $NetBSD: fdisk.8,v 1.13 1998/02/06 06:03:41 perry Exp $ .\" .Dd April 4, 1993 .Dt FDISK 8 @@ -32,7 +32,9 @@ The DOS program can be used to divide space on the disk into partitions and set one active. .Pp -The NetBSD program +The +.Nx +program .Nm serves a similar purpose to the DOS program. When called with no arguments, it prints the sector 0 partition table. @@ -70,8 +72,9 @@ disk. The second partition overlaps the end of the first. The various fields in each partition are: .Bl -tag -width "cylinder" .It Em "sysid" -is used to label the partition. NetBSD reserves the -magic number 165 decimal (A5 in hex). +is used to label the partition. +.Nx +reserves the magic number 165 decimal (A5 in hex). .It Xo .Em start , .Em size @@ -158,7 +161,9 @@ The flag instructs .Nm to start by making the first 3 partitions empty, setting the last partition -to use the whole disk for NetBSD, and marking the last partition active. +to use the whole disk for +.Nx , +and marking the last partition active. .Pp The flags .Fl 0 , @@ -221,7 +226,9 @@ This allows the user to create a bootblock that can work with drives that use geometry translation under the BIOS. .Pp If you hand craft your disk layout, -please make sure that the NetBSD partition starts on a cylinder boundary. +please make sure that the +.Nx +partition starts on a cylinder boundary. (This restriction may be changed in the future.) .Pp Editing an existing partition is risky, and may cause you to diff --git a/sbin/mount_ados/mount_ados.8 b/sbin/mount_ados/mount_ados.8 index 9e372dea81d..1232f42dd79 100644 --- a/sbin/mount_ados/mount_ados.8 +++ b/sbin/mount_ados/mount_ados.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ados.8,v 1.4 1997/09/15 04:15:03 lukem Exp $ +.\" $NetBSD: mount_ados.8,v 1.5 1998/02/06 05:54:12 perry Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .Dd April 7, 1994 .Dt MOUNT_ADOS 8 -.Os NetBSD 0.9a +.Os NetBSD 1.0 .Sh NAME .Nm mount_ados .Nd mount an AmigaDOS file system @@ -104,4 +104,5 @@ filesystem currently supports the Amiga fast file system. .Sh HISTORY The .Nm -utility first appeared in NetBSD 0.9b. +utility first appeared in +.Nx 1.0 . diff --git a/sbin/mount_cd9660/mount_cd9660.8 b/sbin/mount_cd9660/mount_cd9660.8 index 90705bc1a2b..cc03551f219 100644 --- a/sbin/mount_cd9660/mount_cd9660.8 +++ b/sbin/mount_cd9660/mount_cd9660.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_cd9660.8,v 1.5 1997/12/05 16:57:47 ws Exp $ +.\" $NetBSD: mount_cd9660.8,v 1.6 1998/02/06 05:54:30 perry Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -104,4 +104,5 @@ There is no ECMA support. .Sh HISTORY The .Nm -utility first appeared 4.4BSD. +utility first appeared +.Bx 4.4 . diff --git a/sbin/mount_ext2fs/mount_ext2fs.8 b/sbin/mount_ext2fs/mount_ext2fs.8 index d5511243a9d..670684b31cb 100644 --- a/sbin/mount_ext2fs/mount_ext2fs.8 +++ b/sbin/mount_ext2fs/mount_ext2fs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_ext2fs.8,v 1.4 1997/09/15 04:31:48 lukem Exp $ +.\" $NetBSD: mount_ext2fs.8,v 1.5 1998/02/06 05:54:45 perry Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -79,4 +79,5 @@ any UID or GID greater than 65535. .Sh HISTORY The .Nm -utility first appeared in FreeBSD 2.2. +utility first appeared in +.Fx 2.2 . diff --git a/sbin/mount_fdesc/mount_fdesc.8 b/sbin/mount_fdesc/mount_fdesc.8 index 29f02436ccb..0a32a08896e 100644 --- a/sbin/mount_fdesc/mount_fdesc.8 +++ b/sbin/mount_fdesc/mount_fdesc.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_fdesc.8,v 1.7 1997/09/15 04:36:07 lukem Exp $ +.\" $NetBSD: mount_fdesc.8,v 1.8 1998/02/06 05:55:07 perry Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -152,4 +152,5 @@ This filesystem may not be NFS-exported. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/mount_kernfs/mount_kernfs.8 b/sbin/mount_kernfs/mount_kernfs.8 index e3b6de2c925..df60221470c 100644 --- a/sbin/mount_kernfs/mount_kernfs.8 +++ b/sbin/mount_kernfs/mount_kernfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_kernfs.8,v 1.7 1997/09/15 04:47:17 lukem Exp $ +.\" $NetBSD: mount_kernfs.8,v 1.8 1998/02/06 05:55:23 perry Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -137,4 +137,5 @@ This filesystem may not be NFS-exported. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/mount_lfs/mount_lfs.8 b/sbin/mount_lfs/mount_lfs.8 index b7773f78934..c0fd528331c 100644 --- a/sbin/mount_lfs/mount_lfs.8 +++ b/sbin/mount_lfs/mount_lfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_lfs.8,v 1.4 1997/09/15 04:52:36 lukem Exp $ +.\" $NetBSD: mount_lfs.8,v 1.5 1998/02/06 05:56:22 perry Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -124,4 +124,5 @@ to read data in small chunks when cleaning the file system. .Sh HISTORY The .Nm -function first appeared in 4.4BSD. +function first appeared in +.Bx 4.4 . diff --git a/sbin/mount_msdos/mount_msdos.8 b/sbin/mount_msdos/mount_msdos.8 index a6c02f27ca5..02133d6152b 100644 --- a/sbin/mount_msdos/mount_msdos.8 +++ b/sbin/mount_msdos/mount_msdos.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_msdos.8,v 1.12 1997/10/17 11:30:09 ws Exp $ +.\" $NetBSD: mount_msdos.8,v 1.13 1998/02/06 05:57:00 perry Exp $ .\" .\" Copyright (c) 1993,1994 Christopher G. Demetriou .\" All rights reserved. @@ -30,7 +30,7 @@ .\" .Dd April 7, 1994 .Dt MOUNT_MSDOS 8 -.Os NetBSD 0.9a +.Os NetBSD 1.0 .Sh NAME .Nm mount_msdos .Nd mount an MS-DOS file system @@ -149,9 +149,12 @@ on empty DOS filesystems use .Sh HISTORY The .Nm -utility first appeared in NetBSD 0.9. +utility first appeared in +.Nx 0.9. Its predecessor, the .Nm mount_pcfs -utility appeared in NetBSD 0.8, and was abandoned in favor +utility appeared in +.Nx 0.8 , +and was abandoned in favor of the more aptly-named -.Nm "" . +.Nm Ns . diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index b65c4c18cc3..bd69ff7b1b7 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_nfs.8,v 1.7 1997/10/19 01:24:47 fvdl Exp $ +.\" $NetBSD: mount_nfs.8,v 1.8 1998/02/06 05:57:35 perry Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 .\" The Regents of the University of California. All rights reserved. @@ -113,15 +113,21 @@ Set the retry count for doing the mount to the specified value. Use TCP transport instead of UDP. This is recommended for servers that are not on the same LAN cable as the client. -(NB: This is NOT supported by most non-BSD servers.) +(NB: This is NOT supported by most non +.Bx +servers.) .It Fl U Force the mount protocol to use UDP transport, even for TCP NFS mounts. -(Necessary for some old BSD servers.) +(Necessary for some old +.Bx +servers.) .It Fl X Perform 32 <-> 64 bit directory cookie translation for version 3 mounts. This may be need in the case of a server using the upper 32 bits of v3 directory cookies, and when you are running emulated binaries -that access such a filesystem. Native NetBSD binaries will never need this +that access such a filesystem. Native +.Nx +binaries will never need this option. This option introduces some overhead. .It Fl a Set the read-ahead count to the specified value. @@ -195,10 +201,15 @@ to maintain cache consistency. This protocol version 2 revision to Not Quite Nfs (NQNFS) is only supported by this updated release of NFS code. It is not backwards compatible with the version 1 NQNFS protocol -that was part of the first release of 4.4BSD-Lite. -To interoperate with a first release 4.4BSD-Lite NFS system you will have to -avoid this option until you have had an oppurtunity to upgrade the NFS code -to release 2 of 4.4BSD-Lite on all your systems. +that was part of the first release of +.Bx 4.4 Lite . +To interoperate with a first release +.Bx 4.4 Lite +NFS system you will have to +avoid this option until you have had an opportunity to upgrade the NFS code +to release 2 of +.Bx 4.4 Lite +on all your systems. .It Fl r Set the read data size to the specified value. It should normally be a power of 2 greater than or equal to 1024. @@ -257,4 +268,6 @@ to have limited success. For clients mounting servers that are not on the same LAN cable or that tend to be overloaded, TCP transport is strongly recommended, -but unfortunately this is restricted to mostly 4.4BSD servers. +but unfortunately this is restricted to mostly +.Bx 4.4 +servers. diff --git a/sbin/mount_null/mount_null.8 b/sbin/mount_null/mount_null.8 index f22c2ac83d4..1fa80ebca79 100644 --- a/sbin/mount_null/mount_null.8 +++ b/sbin/mount_null/mount_null.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_null.8,v 1.7 1997/10/20 09:11:30 enami Exp $ +.\" $NetBSD: mount_null.8,v 1.8 1998/02/06 05:58:26 perry Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -227,4 +227,5 @@ UCLA Technical Report CSD-910056, .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/mount_portal/mount_portal.8 b/sbin/mount_portal/mount_portal.8 index f284b0015b9..5461c170259 100644 --- a/sbin/mount_portal/mount_portal.8 +++ b/sbin/mount_portal/mount_portal.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_portal.8,v 1.7 1997/09/15 05:58:25 lukem Exp $ +.\" $NetBSD: mount_portal.8,v 1.8 1998/02/06 05:59:12 perry Exp $ .\" .\" Copyright (c) 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -131,4 +131,5 @@ This filesystem may not be NFS-exported. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/mount_procfs/mount_procfs.8 b/sbin/mount_procfs/mount_procfs.8 index 0f727919d08..228fcd9245c 100644 --- a/sbin/mount_procfs/mount_procfs.8 +++ b/sbin/mount_procfs/mount_procfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_procfs.8,v 1.10 1997/09/16 12:32:03 lukem Exp $ +.\" $NetBSD: mount_procfs.8,v 1.11 1998/02/06 05:59:23 perry Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -237,4 +237,5 @@ requires that state be maintained. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/mount_umap/mount_umap.8 b/sbin/mount_umap/mount_umap.8 index 10e91fc5e78..76578fdadf9 100644 --- a/sbin/mount_umap/mount_umap.8 +++ b/sbin/mount_umap/mount_umap.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mount_umap.8,v 1.8 1997/11/15 21:01:38 msaitoh Exp $ +.\" $NetBSD: mount_umap.8,v 1.9 1998/02/06 05:59:36 perry Exp $ .\" .\" Copyright (c) 1992, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -131,4 +131,5 @@ sophisticated. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/sbin/newfs/newfs.8 b/sbin/newfs/newfs.8 index 2a58a90cc12..dd3023ead40 100644 --- a/sbin/newfs/newfs.8 +++ b/sbin/newfs/newfs.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: newfs.8,v 1.17 1997/09/16 14:05:41 lukem Exp $ +.\" $NetBSD: newfs.8,v 1.18 1998/02/06 06:00:09 perry Exp $ .\" .\" Copyright (c) 1983, 1987, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -133,7 +133,9 @@ The following options define the general layout policies. Causes the file system parameters to be printed out without really creating the file system. .It Fl O -Creates a 4.3BSD format filesystem. +Creates a +.Bx 4.3 +format filesystem. This options is primarily used to build root filesystems that can be understood by older boot ROMs. .It Fl T diff --git a/sbin/newfs_msdos/newfs_msdos.8 b/sbin/newfs_msdos/newfs_msdos.8 index 5a54a6ba24c..a64048ffaa9 100644 --- a/sbin/newfs_msdos/newfs_msdos.8 +++ b/sbin/newfs_msdos/newfs_msdos.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: newfs_msdos.8,v 1.2 1997/03/12 13:57:51 christos Exp $ +.\" $NetBSD: newfs_msdos.8,v 1.3 1998/02/06 06:00:57 perry Exp $ .\" .\" Copyright (c) 1997 Christos Zoulas .\" Copyright (c) 1995, 1996 Joerg Wunsch @@ -124,8 +124,8 @@ should be added to the table of known formats, too. No attempt is made to handle media defects. .Sh HISTORY .Nm -appeared in FreeBSD-2.2. -.\" .Fx 2.2 . +appeared in +.Fx 2.2 . .Sh AUTHOR The program has been contributed by .if n Joerg Wunsch, diff --git a/sbin/ping/ping.8 b/sbin/ping/ping.8 index a90a6635a4c..01b264f26ff 100644 --- a/sbin/ping/ping.8 +++ b/sbin/ping/ping.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: ping.8,v 1.19 1997/11/06 10:07:33 fair Exp $ +.\" $NetBSD: ping.8,v 1.20 1998/02/06 06:02:01 perry Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -334,10 +334,11 @@ specification states that the field for .Tn TCP packets should -be set to 60, but many systems use smaller values (4.3 -.Tn BSD -uses 30, 4.2 used -15). +be set to 60, but many systems use smaller values ( +.Bx 4.3 +uses 30, +.Bx 4.2 +used 15). .Pp The maximum possible value of this field is 255, and most Unix systems set the diff --git a/sbin/routed/routed.8 b/sbin/routed/routed.8 index 228a34b0a46..83ff6ccadc4 100644 --- a/sbin/routed/routed.8 +++ b/sbin/routed/routed.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: routed.8,v 1.17 1997/11/11 14:40:03 mrg Exp $ +.\" $NetBSD: routed.8,v 1.18 1998/02/06 06:02:51 perry Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,9 @@ It uses Routing Information Protocol, RIPv1 (RFC\ 1058), RIPv2 (RFC\ 1723), and Internet Router Discovery Protocol (RFC 1256) to maintain the kernel routing table. -The RIPv1 protocol is based on the reference 4.3BSD daemon. +The RIPv1 protocol is based on the reference +.Bx 4.3 +daemon. .Pp It listens on the .Xr udp 4 diff --git a/share/man/man1/man1.atari/edahdi.1 b/share/man/man1/man1.atari/edahdi.1 index f5a75791333..733adafe7a2 100644 --- a/share/man/man1/man1.atari/edahdi.1 +++ b/share/man/man1/man1.atari/edahdi.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: edahdi.1,v 1.1.1.1 1996/05/16 19:53:00 leo Exp $ +.\" $NetBSD: edahdi.1,v 1.2 1998/02/06 06:03:42 perry Exp $ .\" .\" Copyright (c) 1996 Leo Weppelman .\" All rights reserved. @@ -41,9 +41,11 @@ .Nm edahdi Allows you to modify the partition identifiers on a disk partitioned with AHDI or an AHDI compatible formatter. An AHDI partition format is usually -only present on disks shared between NetBSD and some other OS. The partition -identifiers are used by NetBSD as a guideline to emulate a disklabel on such -a disk. +only present on disks shared between +.Nx +and some other OS. The partition identifiers are used by +.Nx +as a guideline to emulate a disklabel on such a disk. .Pp .Nm edahdi supports the following options: @@ -53,14 +55,19 @@ supports the following options: The name of the raw device you want to edit. .El .Pp -The following partition identifiers are recognized by NetBSD: +The following partition identifiers are recognized by +.Nx : .Pp .Bl -tag -width "GEM or BGM" -compact .It NBD -Partition is reserved for NetBSD. This can be either a root or an user -partition. The first NBD partition on a disk will be mapped to partition +Partition is reserved for +.Nx . +This can be either a root or an user partition. The first NBD +partition on a disk will be mapped to partition .Em a -in NetBSD. The following NBD partitions will be mapped from +in +.Nx . +The following NBD partitions will be mapped from .Em d up. The filesystem type is ffs by default. @@ -72,11 +79,14 @@ These partitions are mapped from .Em d up. The filesystem type is msdos. .It NBR -NetBSD root partition (depricated). +.Nx +root partition (depricated). .It NBU -NetBSD user partition (depricated). +.Nx +user partition (depricated). .It NBS -NetBSD swap partition (depricated). +.Nx +swap partition (depricated). .El .Sh EXAMPLES Say, you have a disk with that is partitioned like: @@ -89,7 +99,9 @@ Say, you have a disk with that is partitioned like: 4 GEM .El .Pp -This partitioning will show up in NetBSD as (Number refers to the first table): +This partitioning will show up in +.Nx +as (Number refers to the first table): .Pp .Bl -column header "Partition Fstype Number" .Sy "Partition Fstype Number" @@ -100,7 +112,8 @@ This partitioning will show up in NetBSD as (Number refers to the first table): g (user part) MSDOS 4 .El .Pp -Now you decide to change the id of partition 2 and 3 to NBD. Now NetBSD +Now you decide to change the id of partition 2 and 3 to NBD. Now +.Nx will show the partitioning as (Number refers to the first table): .Pp .Bl -column header "Partition Fstype Number" @@ -113,8 +126,9 @@ will show the partitioning as (Number refers to the first table): .El .Pp You will notice that the order of the partitions has changed! You will have -to watchout for this. It is a consequence of NetBSD habit of assigning a -predefined meaning to the partitions +to watchout for this. It is a consequence of +.Nx +habit of assigning a predefined meaning to the partitions .Em a/b and .Em c . @@ -137,4 +151,5 @@ write disklabels and install bootstraps. .Sh HISTORY The .Nm edahdi -command first appeared in NetBSD 1.1B +command first appeared in +.Nx 1.2 . diff --git a/share/man/man1/man1.atari/msconfig.1 b/share/man/man1/man1.atari/msconfig.1 index 82549d4d4a4..1c4b5e465b3 100644 --- a/share/man/man1/man1.atari/msconfig.1 +++ b/share/man/man1/man1.atari/msconfig.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: msconfig.1,v 1.2 1997/11/24 06:28:56 lukem Exp $ +.\" $NetBSD: msconfig.1,v 1.3 1998/02/06 06:03:43 perry Exp $ .\" .\" Copyright (c) 1996 Leo Weppelman .\" All rights reserved. @@ -41,7 +41,9 @@ .Sh DESCRIPTION .Nm is used to modify or examine the state of the middle-button emulation mode of -the NetBSD/Atari mouse driver. When +the +.Nx Ns Tn /Atari +mouse driver. When .Nm is used without the .Ar on|off diff --git a/share/man/man1/man1.x68k/loadfont.1 b/share/man/man1/man1.x68k/loadfont.1 index 0dc969aa6e2..c33829566ad 100644 --- a/share/man/man1/man1.x68k/loadfont.1 +++ b/share/man/man1/man1.x68k/loadfont.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: loadfont.1,v 1.3 1998/01/09 08:04:24 perry Exp $ +.\" $NetBSD: loadfont.1,v 1.4 1998/02/06 06:03:58 perry Exp $ .\" .\" This software is in the Public Domain. .\" Author: Masaru Oki @@ -8,7 +8,9 @@ .Os BSD 4 .Sh NAME .Nm loadfont -.Nd load and set font for the NetBSD/x68k console. +.Nd load and set font for the +.Nx Ns Tn /x68k +console. .Sh SYNOPSIS .Nm loadfont .Ar fontfile @@ -23,7 +25,9 @@ format is compatible with that of .Nm Human68k IOCS font . .Sh BUGS Replacing kanji fonts is not supported, -because current NetBSD/x68k kernel has no ability to use +because current +.Nx Ns Tn /x68k +kernel has no ability to use one other than in the ROM. Font data in diff --git a/share/man/man3/bitstring.3 b/share/man/man3/bitstring.3 index 4257c54578d..d256a206b57 100644 --- a/share/man/man3/bitstring.3 +++ b/share/man/man3/bitstring.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: bitstring.3,v 1.4 1994/11/30 15:24:31 jtc Exp $ +.\" $NetBSD: bitstring.3,v 1.5 1998/02/06 06:04:18 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -178,4 +178,5 @@ make_lpr_available() .Sh HISTORY The .Nm bitstring -functions first appeared in 4.4BSD. +functions first appeared in +.Bx 4.4 . diff --git a/share/man/man3/queue.3 b/share/man/man3/queue.3 index 20a22dc6998..65b8d0ec344 100644 --- a/share/man/man3/queue.3 +++ b/share/man/man3/queue.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: queue.3,v 1.8 1998/01/05 06:28:04 thorpej Exp $ +.\" $NetBSD: queue.3,v 1.9 1998/02/06 06:04:19 perry Exp $ .\" .\" Copyright (c) 1993 The Regents of the University of California. .\" All rights reserved. @@ -731,7 +731,8 @@ while (CIRCLEQ_HEAD(&head) != (void *)&head) .Sh HISTORY The .Nm queue -functions first appeared in 4.4BSD. +functions first appeared in +.Bx 4.4 . The .Nm SIMPLEQ functions first appeared in diff --git a/share/man/man4/ahc.4 b/share/man/man4/ahc.4 index ae202c54ce4..0e09429eb7e 100644 --- a/share/man/man4/ahc.4 +++ b/share/man/man4/ahc.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ahc.4,v 1.6 1997/10/19 18:08:10 soda Exp $ +.\" $NetBSD: ahc.4,v 1.7 1998/02/06 06:06:44 perry Exp $ .\" .\" Copyright (c) 1995, 1996 .\" Justin T. Gibbs. All rights reserved. @@ -135,7 +135,9 @@ utility will allow normal function. .if 1 \{ .Pp -SCSI residual handling is not complete on NetBSD version of this driver. +SCSI residual handling is not complete on +.Nx +version of this driver. \} .Sh SEE ALSO .Xr aha 4 , @@ -153,16 +155,13 @@ driver was written by Justin Gibbs. The .Tn AIC7xxx sequencer-code assembler was written by John Aycock. -.if 1 \{NetBSD porting is done by Stefan Grefen, Charles M. Hannum, +.Nx +porting is done by Stefan Grefen, Charles M. Hannum, Michael Graff, Jason R. Thorpe, Pete Bentley and Noriyuki Soda. -\} .Sh HISTORY The .Nm driver appeared in -.Tn FreeBSD -2.1 -.if 1 \{and -.Tn NetBSD -1.1. -\} +.Fx 2.1 +and +.Nx 1.1 . diff --git a/share/man/man4/atalk.4 b/share/man/man4/atalk.4 index 77c1fd6e8f9..4d46f91a20f 100644 --- a/share/man/man4/atalk.4 +++ b/share/man/man4/atalk.4 @@ -1,5 +1,5 @@ -.\" $NetBSD: atalk.4,v 1.1 1997/11/15 00:08:16 wrstuden Exp $ +.\" $NetBSD: atalk.4,v 1.2 1998/02/06 06:06:45 perry Exp $ .\" .\" This file is derived from the atalk.4 man page in the Netatlk 1.4b2 .\" distribution. That distribution is covered by the following copyright: @@ -52,8 +52,9 @@ AppleTalk Remote Access .Pq Tn ARA or .Tn PPP -). Currently, NetBSD's AppleTalk implimentataion supports only -Ethernet. +). Currently, +.Nx Ns 's +AppleTalk implimentataion supports only Ethernet. .\" and Token Ring? .\" If NetBSD supported it.... .Pp diff --git a/share/man/man4/cd.4 b/share/man/man4/cd.4 index 416a30f287c..dbf958dc8e3 100644 --- a/share/man/man4/cd.4 +++ b/share/man/man4/cd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: cd.4,v 1.3 1996/10/20 23:15:21 explorer Exp $ +.\" $NetBSD: cd.4,v 1.4 1998/02/06 06:06:45 perry Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -398,4 +398,5 @@ commands. .Sh HISTORY The .Nm -driver appeared in 386BSD 0.1. +driver appeared in +.Tn 386BSD 0.1 Ns . diff --git a/share/man/man4/ddb.4 b/share/man/man4/ddb.4 index 3f145c0c145..76bfd586ae4 100644 --- a/share/man/man4/ddb.4 +++ b/share/man/man4/ddb.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ddb.4,v 1.17 1998/01/15 06:38:18 thorpej Exp $ +.\" $NetBSD: ddb.4,v 1.18 1998/02/06 06:06:46 perry Exp $ .\" .\" Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -447,7 +447,9 @@ code supports it. .Xc Stack trace by .Dq thread -(process, on NetBSD) rather than by stack frame address. +(process, on +.Nx ) +rather than by stack frame address. Note that .Ar pid is interpreted using the current radix, whilst diff --git a/share/man/man4/ip.4 b/share/man/man4/ip.4 index 722eabb6f14..b0d6e6a38b9 100644 --- a/share/man/man4/ip.4 +++ b/share/man/man4/ip.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ip.4,v 1.5 1998/01/07 23:39:49 lukem Exp $ +.\" $NetBSD: ip.4,v 1.6 1998/02/06 06:06:47 perry Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -350,7 +350,7 @@ setsockopt(s, IPPROTO_IP, IP_HDRINCL, &hincl, sizeof(hincl)); .Ed .sp Unlike previous -.Tn BSD +.Bx releases, the program must set all the fields of the IP header, including the following: .Bd -literal diff --git a/share/man/man4/isapnp.4 b/share/man/man4/isapnp.4 index 95a99c2450d..b992cb4b5fd 100644 --- a/share/man/man4/isapnp.4 +++ b/share/man/man4/isapnp.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: isapnp.4,v 1.4 1997/11/27 14:38:56 kleink Exp $ +.\" $NetBSD: isapnp.4,v 1.5 1998/02/06 06:06:48 perry Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone .\" All rights reserved. @@ -41,7 +41,8 @@ An .Nm bus can be configured for each supported ISA bus. .Sh INTRODUCTION -NetBSD provides machine-independent bus support and +.Nx +provides machine-independent bus support and drivers for ISA Plug-and-Play (isapnp) autoconfiguration of PnP-compatible devices on an ISA bus. diff --git a/share/man/man4/man4.amiga/autoconf.4 b/share/man/man4/man4.amiga/autoconf.4 index 39d32338838..81dfdd213fa 100644 --- a/share/man/man4/man4.amiga/autoconf.4 +++ b/share/man/man4/man4.amiga/autoconf.4 @@ -27,7 +27,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. .\" -.\" $NetBSD: autoconf.4,v 1.3 1998/01/23 00:15:08 is Exp $ +.\" $NetBSD: autoconf.4,v 1.4 1998/02/06 06:06:54 perry Exp $ .\" .Dd .Dt AUTOCONF 4 amiga @@ -37,7 +37,7 @@ .Nd diagnostics from the autoconfiguration code .Sh DESCRIPTION When -.Tn NetBSD +.Nx bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out @@ -51,12 +51,12 @@ kernel are not detected. .Bl -diag .It CPU class not configured. You tried to boot -.Tn NetBSD +.Nx on a class of .Tn CPU type which it doesn't (or at least this compiled version of -.Tn NetBSD +.Nx doesn't) understand. .Pp .It %s at mainbus0. diff --git a/share/man/man4/man4.amiga/grfcl.4 b/share/man/man4/man4.amiga/grfcl.4 index 46de3dc0ca4..f88ba4738c8 100644 --- a/share/man/man4/man4.amiga/grfcl.4 +++ b/share/man/man4/man4.amiga/grfcl.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: grfcl.4,v 1.1 1997/10/20 14:24:33 veego Exp $ +.\" $NetBSD: grfcl.4,v 1.2 1998/02/06 06:06:54 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -55,7 +55,8 @@ interface supports the following ZorroII/III expansion cards: A Zorro II only card with the Cirrus Logic 5426, 5428 or 5429 chipset. From Village Tronic, manufacturerid 2167, productid 11 for the memory base and 12 for the register base (if your board has a productid of 13, it is in segmented -mode which is not supported by NetBSD). +mode which is not supported by +.Nx ) . This board supports 8/15/16/24 bit graphics modes. .It Em Picasso IV A Zorro II/III card with the Cirrus Logic 5446 chipset. From Village Tronic, diff --git a/share/man/man4/man4.arm32/autoconf.4 b/share/man/man4/man4.arm32/autoconf.4 index 7064450358d..454f6bbc8cb 100644 --- a/share/man/man4/man4.arm32/autoconf.4 +++ b/share/man/man4/man4.arm32/autoconf.4 @@ -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. .\" -.\" $NetBSD: autoconf.4,v 1.3 1997/10/18 03:52:53 mark Exp $ +.\" $NetBSD: autoconf.4,v 1.4 1998/02/06 06:06:55 perry Exp $ .\" .Dd .Dt AUTOCONF 4 arm32 @@ -38,7 +38,7 @@ .Nd diagnostics from the autoconfiguration code .Sh DESCRIPTION When -.Tn NetBSD +.Nx bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out @@ -52,12 +52,12 @@ kernel are not detected. .Bl -diag .It CPU class not configured. You tried to boot -.Tn NetBSD +.Nx on a class of .Tn CPU type which it doesn't (or at least this compiled version of -.Tn NetBSD +.Nx doesn't) understand. .El .Sh SEE ALSO diff --git a/share/man/man4/man4.hp300/rb.4 b/share/man/man4/man4.hp300/rb.4 index 88a1b79951a..76545a1070f 100644 --- a/share/man/man4/man4.hp300/rb.4 +++ b/share/man/man4/man4.hp300/rb.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: rb.4,v 1.4 1997/10/19 12:57:29 mrg Exp $ +.\" $NetBSD: rb.4,v 1.5 1998/02/06 06:06:56 perry Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -72,7 +72,7 @@ calls supported, refer to .Tn HP-UX manuals. The -.Tn BSD +.Bx calls supported are: .Bl -tag -width indent .It Dv GRFIOCGINFO diff --git a/share/man/man4/man4.i386/apm.4 b/share/man/man4/man4.i386/apm.4 index c7755076e55..1f2f297c00c 100644 --- a/share/man/man4/man4.i386/apm.4 +++ b/share/man/man4/man4.i386/apm.4 @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.\" $NetBSD: apm.4,v 1.2 1997/03/23 19:20:30 jtk Exp $ +.\" $NetBSD: apm.4,v 1.3 1998/02/06 06:06:57 perry Exp $ .\" .Dd May 18, 1996 .Dt APM 4 i386 @@ -48,7 +48,7 @@ jointly by the Intel Corporation and the Microsoft Corporation. The boot loader connects to the APM bios while the system is still operating in i386 real mode, and places the APM bios into 32-bit protected mode operation. The -NetBSD +.Nx kernel start-up routines establish the 32-bit protected mode connection to the APM BIOS. .Pp @@ -165,4 +165,5 @@ Advanced Power Management (APM) BIOS Interface Specification (Revision .Sh HISTORY The .Nm apm -pseudo-device driver appeared in NetBSD-1.3. +pseudo-device driver appeared in +.Nx 1.3 . diff --git a/share/man/man4/man4.i386/joy.4 b/share/man/man4/man4.i386/joy.4 index dddb94de326..874616839e7 100644 --- a/share/man/man4/man4.i386/joy.4 +++ b/share/man/man4/man4.i386/joy.4 @@ -27,11 +27,11 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $NetBSD: joy.4,v 1.2 1996/03/31 00:17:43 perry Exp $ +.\" $NetBSD: joy.4,v 1.3 1998/02/06 06:06:58 perry Exp $ .\" .Dd January 7, 1996 .Dt JOY 4 i386 -.Os "NetBSD 1.1A" +.Os NetBSD 1.2 .Sh NAME .Nm joy .Nd @@ -127,6 +127,9 @@ second joystick .El .Sh AUTHORS .Pp -Jean-Marc Zucconi wrote the FreeBSD driver. Matthieu Herrb ported it -to NetBSD and wrote this manual page. +Jean-Marc Zucconi wrote the +.Fx +driver. Matthieu Herrb ported it to +.Nx +and wrote this manual page. diff --git a/share/man/man4/man4.i386/pcvt.4 b/share/man/man4/man4.i386/pcvt.4 index 42db3a49866..69c4bbcc186 100644 --- a/share/man/man4/man4.i386/pcvt.4 +++ b/share/man/man4/man4.i386/pcvt.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: pcvt.4,v 1.3 1998/01/09 08:04:35 perry Exp $ +.\" $NetBSD: pcvt.4,v 1.4 1998/02/06 06:06:58 perry Exp $ .\" .\" .\" Copyright (c) 1992, 1995 Hellmuth Michaelis, Brian Dunford-Shore, @@ -164,11 +164,13 @@ Help you to make money... .Ss Configuration The .Nm pcvt -console driver is currently available for the Intel-based BSD operating -systems -.Em NetBSD/i386 Pq release 0.9 or higher, -and -.Em FreeBSD Pq release 1.0-GAMMA or higher . +console driver is currently available for the Intel-based +.Bx +operating systems +.Nx 0.9 +or higher, and +.Fx 1.0 +or higher. In order to get the appropriate system support, one of the options .Em PCVT_NETBSD , or @@ -176,13 +178,13 @@ or must be defined in the system's config file .Pq see Xr config 8 . In addition, for the -.Em FreeBSD +.Fx and -.Em NetBSD +.Nx operating systems, it is necessary to set this option to the operating system's version number. For -.Em FreeBSD +.Fx this version number must be expressed as a 3-digit number. E.\& g., if you are running the 1.0 release .Pq which is actually version 1.0.2 , @@ -191,11 +193,21 @@ you should define .Em PCVT_FREEBSD = 102 For -.Em NetBSD -this version number must be expressed as 9 if you are running NetBSD 0.9 -and anything greater than 9 for NetBSD-current (pre 1.0). It is recommended -to use (as with FreeBSD) 100 for NetBSD 1.0 and 999 for NetBSD-current. -E.\& g., if you are running the NetBSD 1.0 release, you should define +.Nx +this version number must be expressed as 9 if you are running +.Nx 0.9 +and anything greater than 9 for +.Nx Ns -current +(pre 1.0). It is recommended +to use (as with +.Fx ) +100 for +.Nx 1.0 +and 999 for +.Nx Ns -current. +E.\& g., if you are running the +.Nx 1.0 +release, you should define .Em PCVT_NETBSD = 100 @@ -828,10 +840,18 @@ Documents the various compile-time options to tailor .Sh HISTORY The .Nm pcvt -driver has been developed for and contributed to 386BSD release 0.1. Since -release 3.00 explicit support is provided for NetBSD 0.9. It is expected -that no further development on pcvt is done for 386BSD 0.1 after release 3.00, -in fact, 386BSD support was dropped with release 3.20. +driver has been developed for and contributed to +.Tn 386BSD +release 0.1. Since +release 3.00 explicit support is provided for +.Nx 0.9 . +It is expected +that no further development on pcvt is done for +.Tn 386BSD 0.1 +after release 3.00, +in fact, +.Tn 386BSD +support was dropped with release 3.20. .Sh AUTHORS .Bl -tag -width 30n -offset indent .It Written by : diff --git a/share/man/man4/man4.mac68k/autoconf.4 b/share/man/man4/man4.mac68k/autoconf.4 index e2717e63b18..6c1f50eadd0 100644 --- a/share/man/man4/man4.mac68k/autoconf.4 +++ b/share/man/man4/man4.mac68k/autoconf.4 @@ -29,7 +29,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. .\" -.\" $NetBSD: autoconf.4,v 1.2 1997/10/13 11:23:30 lukem Exp $ +.\" $NetBSD: autoconf.4,v 1.3 1998/02/06 06:06:59 perry Exp $ .\" .Dd July 17, 1997 .Dt AUTOCONF 4 mac68k @@ -39,7 +39,7 @@ .Nd diagnostics from the autoconfiguration code .Sh DESCRIPTION When -.Tn NetBSD +.Nx bootstraps it probes the innards of the machine on which it is running and locates controllers, drives, and other devices, printing out @@ -65,12 +65,12 @@ is not currently configured. .\" .\".It CPU class not configured. .\"You tried to boot -.\".Tn NetBSD +.\".Nx .\"on a class of .\".Tn CPU .\"type which it doesn't .\"(or at least this compiled version of -.\".Tn NetBSD +.\".Nx .\"doesn't) understand.a .It %s%d at obio0: %s. The system is configuring an onboard I/O controller. diff --git a/share/man/man4/man4.sparc/intro.4 b/share/man/man4/man4.sparc/intro.4 index 09d001dbbe2..75b7f18d8ee 100644 --- a/share/man/man4/man4.sparc/intro.4 +++ b/share/man/man4/man4.sparc/intro.4 @@ -27,7 +27,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. .\" -.\" $NetBSD: intro.4,v 1.4 1997/10/13 11:24:07 lukem Exp $ +.\" $NetBSD: intro.4,v 1.5 1998/02/06 06:07:00 perry Exp $ .\" .Dd August 13, 1997 .Dt INTRO 4 sparc @@ -250,6 +250,6 @@ This .Nm intro appeared with .Nx 1.3 . -Large chunks of text carefully recycled (shamelessly appropriated) -from NetBSD/pmax +Large chunks of text carefully recycled (shamelessly appropriated) from +.Nx Ns Tn /pmax .Xr intro 4 . diff --git a/share/man/man4/man4.sun3/intro.4 b/share/man/man4/man4.sun3/intro.4 index c62ab28b08c..5adb616417c 100644 --- a/share/man/man4/man4.sun3/intro.4 +++ b/share/man/man4/man4.sun3/intro.4 @@ -27,7 +27,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. .\" -.\" $NetBSD: intro.4,v 1.1 1997/10/22 23:10:05 gwr Exp $ +.\" $NetBSD: intro.4,v 1.2 1998/02/06 06:07:01 perry Exp $ .\" .Dd August 13, 1997 .Dt INTRO 4 sun3 @@ -170,5 +170,6 @@ This appeared with .Nx 1.3 . Large chunks of text carefully recycled (shamelessly appropriated) -from NetBSD/pmax +from +.Nx Ns /pmax .Xr intro 4 . diff --git a/share/man/man4/man4.sun3/leds.4 b/share/man/man4/man4.sun3/leds.4 index 4710f4db8a7..8451a54f566 100644 --- a/share/man/man4/man4.sun3/leds.4 +++ b/share/man/man4/man4.sun3/leds.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: leds.4,v 1.1 1997/05/21 01:40:03 jeremy Exp $ +.\" $NetBSD: leds.4,v 1.2 1998/02/06 06:07:02 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" .Dd March 2, 1996 .Dt LEDS 4 sun3 -.Os NetBSD 1.1a +.Os NetBSD 1.2 .Sh NAME .Nm leds .Nd sun3 diagnostic LED(s) @@ -113,4 +113,4 @@ A read or write starting beyond the end of the file was attempted. .Xr ppt 6 .Sh HISTORY .Nm /dev/leds -appeared in post-1.1 NetBSD. +.Nx 1.2 . diff --git a/share/man/man4/man4.sun3x/intro.4 b/share/man/man4/man4.sun3x/intro.4 index 810723f61c1..51f5d223306 100644 --- a/share/man/man4/man4.sun3x/intro.4 +++ b/share/man/man4/man4.sun3x/intro.4 @@ -27,7 +27,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. .\" -.\" $NetBSD: intro.4,v 1.1.1.1 1997/12/24 08:42:14 jeremy Exp $ +.\" $NetBSD: intro.4,v 1.2 1998/02/06 06:07:02 perry Exp $ .\" .Dd August 13, 1997 .Dt INTRO 4 sun3 @@ -170,5 +170,6 @@ This appeared with .Nx 1.3 . Large chunks of text carefully recycled (shamelessly appropriated) -from NetBSD/pmax +from +.Nx Ns /pmax .Xr intro 4 . diff --git a/share/man/man4/man4.sun3x/leds.4 b/share/man/man4/man4.sun3x/leds.4 index d3bc19eaee5..6bcda3d6b4e 100644 --- a/share/man/man4/man4.sun3x/leds.4 +++ b/share/man/man4/man4.sun3x/leds.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: leds.4,v 1.1.1.1 1997/12/24 08:42:14 jeremy Exp $ +.\" $NetBSD: leds.4,v 1.2 1998/02/06 06:07:03 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -36,7 +36,7 @@ .\" .Dd March 2, 1996 .Dt LEDS 4 sun3 -.Os NetBSD 1.1a +.Os NetBSD 1.2 .Sh NAME .Nm leds .Nd sun3 diagnostic LED(s) @@ -112,5 +112,6 @@ A read or write starting beyond the end of the file was attempted. .Sh "SEE ALSO" .Xr ppt 6 .Sh HISTORY -.Nm /dev/leds -appeared in post-1.1 NetBSD. +.Nm +appeared in +.Nx 1.2 . diff --git a/share/man/man4/man4.vax/dhu.4 b/share/man/man4/man4.vax/dhu.4 index e4e2061ad3b..4b5a7c929b2 100644 --- a/share/man/man4/man4.vax/dhu.4 +++ b/share/man/man4/man4.vax/dhu.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: dhu.4,v 1.5 1997/10/19 12:59:07 mrg Exp $ +.\" $NetBSD: dhu.4,v 1.6 1998/02/06 06:07:04 perry Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -104,7 +104,8 @@ driver appeared in .br A new .Nm -driver showed up in NetBSD 1.1A. +driver showed up in +.Bx 1.2 . .Sh BUGS Even if the .Nm diff --git a/share/man/man4/man4.vax/dl.4 b/share/man/man4/man4.vax/dl.4 index 34d7e05a0b0..bb209346702 100644 --- a/share/man/man4/man4.vax/dl.4 +++ b/share/man/man4/man4.vax/dl.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: dl.4,v 1.1 1997/02/04 19:16:10 ragge Exp $ +.\" $NetBSD: dl.4,v 1.2 1998/02/06 06:07:04 perry Exp $ .\" .\" Copyright (c) 1997 Ben Harris. All rights reserved. .\" @@ -89,8 +89,7 @@ nothing for it to read. The .Nm driver was written for -.Tn NetBSD -1.2B. +.Nx 1.3 . .Sh AUTHOR Ben Harris <bjh@mail.dotcom.fr> .Sh BUGS diff --git a/share/man/man4/man4.vax/hp.4 b/share/man/man4/man4.vax/hp.4 index 98c9da0bd0c..82d4bc51cdb 100644 --- a/share/man/man4/man4.vax/hp.4 +++ b/share/man/man4/man4.vax/hp.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: hp.4,v 1.5 1997/10/19 13:00:16 mrg Exp $ +.\" $NetBSD: hp.4,v 1.6 1998/02/06 06:07:05 perry Exp $ .\" .\" Copyright (c) 1991, 1993, 19801988 .\" The Regents of the University of California. All rights reserved. @@ -159,7 +159,8 @@ driver appeared in .br A new .Nm -driver showed up in NetBSD 1.1A. +driver showed up in +.Nx 1.2 . .Sh BUGS .Tn DEC Ns -standard .Xr bad144 8 diff --git a/share/man/man4/man4.vax/mtc.4 b/share/man/man4/man4.vax/mtc.4 index ab056b0486f..055ed08a8a9 100644 --- a/share/man/man4/man4.vax/mtc.4 +++ b/share/man/man4/man4.vax/mtc.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: mtc.4,v 1.1 1996/07/11 18:15:26 ragge Exp $ +.\" $NetBSD: mtc.4,v 1.2 1998/02/06 06:07:05 perry Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. .\" All rights reserved. @@ -70,4 +70,5 @@ for a detailed description of this protocol. .Sh HISTORY The .Nm -driver appeared in NetBSD 1.2. +driver appeared in +.Nx 1.2 . diff --git a/share/man/man4/man4.vax/mtio.4 b/share/man/man4/man4.vax/mtio.4 index 779ea544413..9c9383b9786 100644 --- a/share/man/man4/man4.vax/mtio.4 +++ b/share/man/man4/man4.vax/mtio.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: mtio.4,v 1.5 1997/10/19 13:01:28 mrg Exp $ +.\" $NetBSD: mtio.4,v 1.6 1998/02/06 06:07:06 perry Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,7 @@ .Sh NAME .Nm mtio .Nd -.Tn NetBSD +.Nx magtape interface .Sh DESCRIPTION Each tape subsystem has a couple of special devices associated with it. diff --git a/share/man/man4/man4.vax/ts.4 b/share/man/man4/man4.vax/ts.4 index 1989c169d2e..221bea4e0d2 100644 --- a/share/man/man4/man4.vax/ts.4 +++ b/share/man/man4/man4.vax/ts.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ts.4,v 1.5 1997/10/19 13:02:18 mrg Exp $ +.\" $NetBSD: ts.4,v 1.6 1998/02/06 06:07:07 perry Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -97,6 +97,7 @@ driver appeared in .br A new .Nm -driver showed up in NetBSD 1.1A. +driver showed up in +.Nx 1.2 . .Sh BUGS Lots of them. diff --git a/share/man/man4/man4.vax/tu.4 b/share/man/man4/man4.vax/tu.4 index 1d360970e0e..5760796e4cb 100644 --- a/share/man/man4/man4.vax/tu.4 +++ b/share/man/man4/man4.vax/tu.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: tu.4,v 1.5 1997/10/19 13:02:24 mrg Exp $ +.\" $NetBSD: tu.4,v 1.6 1998/02/06 06:07:07 perry Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -89,7 +89,8 @@ The driver appeared in .Bx 4.1 . .br -A new driver showed up in NetBSD 1.1A. +A new driver showed up in +.Nx 1.2 . .Sh BUGS The .Tn VAX Ns \-11/750 diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 73bc3d1dd93..719004468d3 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: uda.4,v 1.5 1997/10/19 13:02:29 mrg Exp $ +.\" $NetBSD: uda.4,v 1.6 1998/02/06 06:07:08 perry Exp $ .\" .\" Copyright (c) 1980, 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -77,4 +77,5 @@ driver appeared in .br A new .Nm -driver approach showed up in NetBSD 1.2. +driver approach showed up in +.Nx 1.2 . diff --git a/share/man/man4/man4.x68k/pow.4 b/share/man/man4/man4.x68k/pow.4 index 0a595619ac0..0b16b255185 100644 --- a/share/man/man4/man4.x68k/pow.4 +++ b/share/man/man4/man4.x68k/pow.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: pow.4,v 1.2 1998/01/09 08:04:39 perry Exp $ +.\" $NetBSD: pow.4,v 1.3 1998/02/06 06:07:09 perry Exp $ .\" .\" Copyright (c) 1995 MINOURA Makoto. .\" All rights reserved. @@ -95,7 +95,9 @@ EXPWON-related information is not tested. Current power switch status. See above. .It pow_boottime: -The time when NetBSD started. +The time when +.Nx +started. .It pow_bootcount: .It pow_usedtotal: diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4 index 779ea544413..9c9383b9786 100644 --- a/share/man/man4/mtio.4 +++ b/share/man/man4/mtio.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: mtio.4,v 1.5 1997/10/19 13:01:28 mrg Exp $ +.\" $NetBSD: mtio.4,v 1.6 1998/02/06 06:07:06 perry Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,7 +39,7 @@ .Sh NAME .Nm mtio .Nd -.Tn NetBSD +.Nx magtape interface .Sh DESCRIPTION Each tape subsystem has a couple of special devices associated with it. diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index dc638fc2de6..e3c5bc704e3 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.40 1998/01/21 22:54:56 thorpej Exp $ +.\" $NetBSD: options.4,v 1.41 1998/02/06 06:06:48 perry Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -126,7 +126,9 @@ SIOC[GS]IF{ADDR,DSTADDR,BRDADDR,NETMASK} interface ioctls, including binary compatibility with code written before the introduction of the sa_len field in sockaddrs. It also enables -support for some older pre BSD 4.4 socket calls. +support for some older pre +.Bx 4.4 +socket calls. .It Cd options COMPAT_SVR4 On those architectures that support it, this enables binary compatibility with @@ -150,7 +152,8 @@ applications built for the same architecture. This currently is limited to the pmax. The functionality of this option is unknown. .It Cd options COMPAT_FREEBSD On those architectures that support it, this enables binary -compatibility with FreeBSD +compatibility with +.Fx applications built for the same architecture. This is obviously limited to the i386. .It Cd options COMPAT_HPUX @@ -170,7 +173,9 @@ applications built for the same architecture. This is currently limited to the alpha, and may not even work. .It Cd options COMPAT_NOMID Enable compatibility with a.out executables that lack a machine id. -This includes NetBSD 0.8's ZMAGIC format, and 386BSD and BSDI's +This includes +.Nx 0.8 Ns 's +ZMAGIC format, and 386BSD and BSDI's QMAGIC, NMAGIC, and OMAGIC a.out formats. .El .Ss Debugging Options @@ -755,7 +760,9 @@ for details. This option is currently required. .It Cd options MCLSHIFT=value This option is the base-2 logarithm of the size of mbuf clusters. -The BSD networking stack keeps network packets in a linked +The +.Bx +networking stack keeps network packets in a linked list, or chain, of kernel buffer objects called mbufs. The system provides larger mbuf clusters as an optimization for large packets, instead of using long chains for large packets. @@ -803,11 +810,17 @@ is a desire to allow daemons without privileges to bind those ports, e.g. on firewalls. The security tradeoffs in doing this are subtle. This option should only be used by experts. .It Cd options TCP_COMPAT_42 -TCP bug compatibility with 4.2BSD. In 4.2BSD, TCP sequence numbers +TCP bug compatibility with +.Bx 4.2 . +In +.Bx 4.2 , +TCP sequence numbers were 32-bit signed values. Modern implementations of TCP use unsigned values. This option clamps the initial sequence number to start in the range 2^31 rather than the full unsigned range of 2^32. Also, -under 4.2BSD, keepalive packets must contain at least one byte or else +under +.Bx 4.2 , +keepalive packets must contain at least one byte or else the remote end would not respond. .It Cd options PFIL_HOOKS This option turns on the packet filter interface hooks. See @@ -934,8 +947,12 @@ when you boot via the bootblocks and don't have a DraCo. .It Cd options DISKLABEL_AHDI Include support for AHDI (native Atari) disklabels. .It Cd options DISKLABEL_NBDA -Include support for NetBSD-atari labels. If you don't set this option, it -will be set automatically. NetBSD/atari will not work without it. +Include support for +.Nx Ns Tn /atari +labels. If you don't set this option, it +will be set automatically. +.Nx Ns Tn /atari +will not work without it. .It Cd options FALCON_SCSI Include support for the 5380-SCSI configuration as found on the Falcon. .It Cd options RELOC_KERNEL diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 1a2ec2e4a88..9a36b167270 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: pcmcia.4,v 1.1 1997/11/11 17:21:48 augustss Exp $ +.\" $NetBSD: pcmcia.4,v 1.2 1998/02/06 06:06:49 perry Exp $ .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. .\" @@ -44,7 +44,8 @@ .Cd "XX* at pcmcia? function ?" .Pp .Sh INTRODUCTION -NetBSD provides machine-independent bus support and +.Nx +provides machine-independent bus support and drivers for PCMCIA (PC Card, Card Bus) devices. .Sh SUPPORTED DEVICES diff --git a/share/man/man4/ppp.4 b/share/man/man4/ppp.4 index 9b97e3b43a2..294768fa725 100644 --- a/share/man/man4/ppp.4 +++ b/share/man/man4/ppp.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: ppp.4,v 1.1 1996/08/10 21:26:12 explorer Exp $ +.\" $NetBSD: ppp.4,v 1.2 1998/02/06 06:06:50 perry Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,5 +73,4 @@ protocol is supported. The .Nm ppp device appeared in -.Tn NetBSD -1.0. +.Nx 1.0 . diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index b2c27bdb060..f950702cae9 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ +.\" $NetBSD: sd.4,v 1.4 1998/02/06 06:06:50 perry Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -110,8 +110,11 @@ driver. On many systems .Xr disklabel 8 is used to partition the drive into filesystems. On some systems the -NetBSD portion of the disk resides within a native partition, and another -program is used to create the NetBSD portion. +.Nx +portion of the disk resides within a native partition, and another +program is used to create the +.Nx +portion. .Pp For example, the i386 port uses .Xr fdisk 8 @@ -226,7 +229,7 @@ The driver was originally written for .Tn Mach 2.5, and was ported to -.Tn FreeBSD +.Fx by Julian Elischer. It was later ported to -.Tn NetBSD . +.Nx . diff --git a/share/man/man4/st.4 b/share/man/man4/st.4 index 9c8067cd953..41ab92ba481 100644 --- a/share/man/man4/st.4 +++ b/share/man/man4/st.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: st.4,v 1.4 1997/10/08 09:55:33 kleink Exp $ +.\" $NetBSD: st.4,v 1.5 1998/02/06 06:06:51 perry Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -339,7 +339,7 @@ This driver was originally written for .Tn Mach 2.5 by Julian Elischer, and was ported to -.Tn NetBSD +.Nx by Charles Hannum. This man page was edited for -.Tn NetBSD +.Nx by Jon Buller. diff --git a/share/man/man4/strip.4 b/share/man/man4/strip.4 index 211fe658936..ff59f593eb6 100644 --- a/share/man/man4/strip.4 +++ b/share/man/man4/strip.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: strip.4,v 1.4 1997/11/17 23:50:46 thorpej Exp $ +.\" $NetBSD: strip.4,v 1.5 1998/02/06 06:06:52 perry Exp $ .\" .\" Copyright 1996 The Board of Trustees of The Leland Stanford .\" Junior University. All Rights Reserved. @@ -185,6 +185,8 @@ as part of Mary Baker's MosquitoNet project. This .Nm -driver was ported to BSD by Jonathan Stone at Stanford's Distributed -Systems Group and first distributed with +driver was ported to +.Nx +by Jonathan Stone at Stanford's Distributed Systems Group and first +distributed with .Nx 1.2 . diff --git a/share/man/man4/uk.4 b/share/man/man4/uk.4 index 5d165f95e5e..094208c919f 100644 --- a/share/man/man4/uk.4 +++ b/share/man/man4/uk.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: uk.4,v 1.4 1997/05/11 08:21:28 mikel Exp $ +.\" $NetBSD: uk.4,v 1.5 1998/02/06 06:06:52 perry Exp $ .\" .\" Copyright (c) 1996 .\" Julian Elischer <julian@freebsd.org>. All rights reserved. @@ -79,4 +79,5 @@ devices. .Sh HISTORY The .Nm -driver appeared in 386BSD 0.1. +driver appeared in +.Tn 386BSD 0.1 Ns . diff --git a/share/man/man4/zstty.4 b/share/man/man4/zstty.4 index 347f31e990c..b2409baf03a 100644 --- a/share/man/man4/zstty.4 +++ b/share/man/man4/zstty.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: zstty.4,v 1.1 1997/10/28 17:14:53 gwr Exp $ +.\" $NetBSD: zstty.4,v 1.2 1998/02/06 06:06:53 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -82,7 +82,8 @@ The driver was derived from the .Nm sparc .Nm zs -driver supplied with 4.4 BSD. +driver supplied with +.Bx 4.4 . .Ud .Sh BUGS The old Zilog 8530 chip has a very small fifo (3 bytes?) and diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5 index 26a681ed19f..eb89ced7fea 100644 --- a/share/man/man5/ethers.5 +++ b/share/man/man5/ethers.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ethers.5,v 1.2 1994/11/30 19:31:16 jtc Exp $ +.\" $NetBSD: ethers.5,v 1.3 1998/02/06 06:11:54 perry Exp $ .\" .\" Written by Roland McGrath <roland@frob.com>. Public domain. .\" @@ -37,4 +37,4 @@ A name server should be used instead of a static file. The .Nm ethers file format was adopted from SunOS and appeared in -NetBSD 0.9b. +.Nx 1.0 . diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index b496ddaf51c..6c54f2037d9 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: link.5,v 1.6 1996/11/11 00:05:05 lukem Exp $ +.\" $NetBSD: link.5,v 1.7 1998/02/06 06:11:55 perry Exp $ .\" .\" Copyright (c) 1993 Paul Kranenburg .\" All rights reserved. @@ -120,9 +120,12 @@ struct _dynamic { This field provides for different versions of the dynamic linking implementation. The current version numbers understood by ld and ld.so are .Em LD_VERSION_SUN (3), -which is used by the SunOS 4.x releases, and +which is used by the +.Tn SunOS 4.x +releases, and .Em LD_VERSION_BSD (8), -which is currently in use by NetBSD. +which is currently in use by +.Nx . .It Fa d_un Refers to a .Em d_version @@ -477,9 +480,13 @@ struct crt_ldso { .It Fa crt_ba The virtual address at which ld.so was loaded by crt0. .It Fa crt_dzfd -On SunOS systems, this field contains an open file descriptor to +On +.Tn SunOS +systems, this field contains an open file descriptor to .Dq /dev/zero -used to get demand paged zeroed pages. On NetBSD systems it contains -1. +used to get demand paged zeroed pages. On +.Nx +systems it contains -1. .It Fa crt_ldfd Contains an open file descriptor that was used by crt0 to load ld.so. .It Fa crt_dp diff --git a/share/man/man5/passwd.5 b/share/man/man5/passwd.5 index 25c01c78e4d..536d8654cf8 100644 --- a/share/man/man5/passwd.5 +++ b/share/man/man5/passwd.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: passwd.5,v 1.8 1997/11/12 00:49:52 mrg Exp $ +.\" $NetBSD: passwd.5,v 1.9 1998/02/06 06:11:56 perry Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -230,7 +230,8 @@ User information should (and eventually will) be stored elsewhere. Placing YP exclusions in the file after any inclusions will have unexpected results. .Sh COMPATIBILITY -The password file format has changed since 4.3BSD. +The password file format has changed since +.Bx 4.3 . The following awk script can be used to convert your old-style password file into a new style password file. The additional fields diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 467049d7092..4ffdfd64575 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: hier.7,v 1.12 1998/01/10 00:15:35 perry Exp $ +.\" $NetBSD: hier.7,v 1.13 1998/02/06 06:13:17 perry Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -612,7 +612,9 @@ and .Nx routines. .It Sy freebsd/ -support for FreeBSD binaries; see +support for +.Fx +binaries; see .Xr compat_freebsd 8 .It Sy hpux/ support for 68000 HP-UX binaries diff --git a/share/man/man7/hostname.7 b/share/man/man7/hostname.7 index 99e7a057665..168e6b0aea8 100644 --- a/share/man/man7/hostname.7 +++ b/share/man/man7/hostname.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: hostname.7,v 1.5 1996/11/11 00:05:10 lukem Exp $ +.\" $NetBSD: hostname.7,v 1.6 1998/02/06 06:13:18 perry Exp $ .\" .\" Copyright (c) 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -91,4 +91,5 @@ by a system-wide configuration file (see .Xr named 8 .Sh HISTORY .Nm Hostname -appeared in 4.2 BSD. +appeared in +.Bx 4.2 . diff --git a/share/man/man7/intro.7 b/share/man/man7/intro.7 index a8b0b57a27e..f000f42d5a2 100644 --- a/share/man/man7/intro.7 +++ b/share/man/man7/intro.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.7,v 1.3 1994/11/30 19:07:15 jtc Exp $ +.\" $NetBSD: intro.7,v 1.4 1998/02/06 06:13:18 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -59,4 +59,5 @@ in the area of text processing macro packages for .De .Sh HISTORY .Nm intro -appeared in 4.2 BSD. +appeared in +.Bx 4.2 . diff --git a/share/man/man7/mailaddr.7 b/share/man/man7/mailaddr.7 index 3a99bd22b8e..09d5cca269f 100644 --- a/share/man/man7/mailaddr.7 +++ b/share/man/man7/mailaddr.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: mailaddr.7,v 1.4 1997/03/08 14:10:39 mouse Exp $ +.\" $NetBSD: mailaddr.7,v 1.5 1998/02/06 06:13:19 perry Exp $ .\" .\" Copyright (c) 1983, 1987, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -146,7 +146,8 @@ Crocker, D. H., RFC822. .Sh HISTORY .Nm Mailaddr -appeared in 4.2 BSD. +appeared in +.Bx 4.2 . .Sh BUGS The RFC822 group syntax (``group:user1,user2,user3;'') is not supported except in the special case of ``group:;'' because of a conflict with old diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 0da5535b5c9..a8e6f89bf71 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: mdoc.7,v 1.7 1997/11/27 04:59:07 mikel Exp $ +.\" $NetBSD: mdoc.7,v 1.8 1998/02/06 06:13:20 perry Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -337,6 +337,7 @@ Produces .It Li \&Ef Ta \&No Ta \&No Ta "End font mode." .It Li \&Em Ta Yes Ta Yes Ta "Emphasis (traditional English)." .It Li \&Eo Ta Yes Ta Yes Ta "Enclose string open quote." +.It Li \&Fx Ta \&No Ta \&No Ta "FreeBSD." .It Li \&No Ta Yes Ta Yes Ta "Normal text (no-op)." .It Li \&Ns Ta Yes Ta Yes Ta "No space." .It Li \&Nx Ta \&No Ta \&No Ta "NetBSD." diff --git a/share/man/man7/release.7 b/share/man/man7/release.7 index d7ff3e7b54c..2c4f46b9d34 100644 --- a/share/man/man7/release.7 +++ b/share/man/man7/release.7 @@ -1,4 +1,4 @@ -.\" $NetBSD: release.7,v 1.2 1998/01/10 08:11:42 enami Exp $ +.\" $NetBSD: release.7,v 1.3 1998/02/06 06:13:20 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -75,7 +75,9 @@ contents. .Pp All .Sy BSDSUM -files are historic BSD checksums for the various files in that directory, +files are historic +.Bx +checksums for the various files in that directory, in the format produced by the command: .Sy cksum -o 1 <file> . .Pp diff --git a/share/man/man8/compat_freebsd.8 b/share/man/man8/compat_freebsd.8 index 6bf1ae17d1c..5f9dad736de 100644 --- a/share/man/man8/compat_freebsd.8 +++ b/share/man/man8/compat_freebsd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_freebsd.8,v 1.3 1997/11/13 03:39:34 thorpej Exp $ +.\" $NetBSD: compat_freebsd.8,v 1.4 1998/02/06 06:14:46 perry Exp $ .\" from: compat_linux.8,v 1.1 1995/03/05 23:30:36 fvdl Exp .\" .\" Copyright (c) 1995 Frank van der Linden @@ -37,45 +37,87 @@ .Nm compat_freebsd .Nd setup procedure for running FreeBSD binaries .Sh DESCRIPTION -NetBSD supports running FreeBSD binaries. Most binaries should work, -except programs that use FreeBSD-specific features. These include -i386-specific calls, such as syscons utilities, and audio devices. -The FreeBSD compatibility feature is active for kernels compiled +.Nx +supports running +.Fx +binaries. Most binaries should work, +except programs that use +.Fx Ns -specific +features. These include +i386-specific calls, such as syscons utilities. +The +.Fx +compatibility feature is active for kernels compiled with the .Dv COMPAT_FREEBSD option enabled. .Pp A lot of programs are dynamically linked. This means, that you will -also need the FreeBSD shared libraries that the program depends on, and +also need the +.Fx +shared libraries that the program depends on, and the runtime linker. Also, you will need to create a "shadow root" -directory for FreeBSD binaries on your NetBSD system. This directory -is named /emul/freebsd. Any file operations done by FreeBSD programs -run under NetBSD will look in this directory first. So, if a FreeBSD -program opens, for example, /etc/passwd, NetBSD will +directory for +.Fx +binaries on your +.Nx +system. This directory +is named /emul/freebsd. Any file operations done by +.Fx +programs +run under +.Nx +will look in this directory first. So, if a +.Fx +program opens, for example, /etc/passwd, +.Nx +will first try to open /emul/freebsd/etc/passwd, and if that does not exist open the 'real' /etc/passwd file. It is recommended that you install -FreeBSD packages that include configuration files, etc under /emul/freebsd, -to avoid naming conflicts with possible NetBSD counterparts. Shared +.Fx +packages that include configuration files, etc under /emul/freebsd, +to avoid naming conflicts with possible +.Nx +counterparts. Shared libraries should also be installed in the shadow tree. .Pp -Generally, you will need to look for the shared libraries that FreeBSD -binaries depend on only the first few times that you install a FreeBSD -program on your NetBSD system. After a while, you will have a sufficient -set of FreeBSD shared libraries on your system to be able to run newly -imported FreeBSD binaries without any extra work. +Generally, you will need to look for the shared libraries that +.Fx +binaries depend on only the first few times that you install a +.Fx +program on your +.Nx +system. After a while, you will have a sufficient +set of +.Fx +shared libraries on your system to be able to run newly +imported +.Fx +binaries without any extra work. .Ss Setting up shared libraries -How to get to know which shared libraries FreeBSD binaries need, and where +How to get to know which shared libraries +.Fx +binaries need, and where to get them? Basically, there are 2 possibilities (when following -these instructions: you will need to be root on your NetBSD system to +these instructions: you will need to be root on your +.Nx +system to do the necessary installation steps). .Bl -tag -width 123 -compact .It 1. -You have access to a FreeBSD system. In this case you can +You have access to a +.Fx +system. In this case you can temporarily install the binary there, see what shared libraries -it needs, and copy them to your NetBSD system. Example: you have -just ftp-ed the FreeBSD binary of SimCity. Put it on the FreeBSD +it needs, and copy them to your +.Nx +system. Example: you have +just ftp-ed the +.Fx +binary of SimCity. Put it on the +.Fx system you have access to, and check which shared libraries it needs by running `ldd sim': .Pp @@ -93,7 +135,9 @@ needs by running `ldd sim': .Pp You would need go get all the files from the last column, and put them under /emul/freebsd. This means you eventually have -these files on your NetBSD system: +these files on your +.Nx +system: .Pp .nf /emul/freebsd/usr/X11R6/lib/libXext.so.6.0 @@ -103,7 +147,9 @@ these files on your NetBSD system: /emul/freebsd/usr/lib/libgcc.so.261.0 .fi .Pp -Note that if you already have a FreeBSD shared library with a +Note that if you already have a +.Fx +shared library with a matching major revision number to the first column of the 'ldd' output, you won't need to copy the file named in the last column to your system, the one you already have should work. It is @@ -131,10 +177,15 @@ you with: /emul/freebsd/usr/lib/libc.so.2.1 .fi .Pp -Finally, you must make sure that you have the FreeBSD runtime linker +Finally, you must make sure that you have the +.Fx +runtime linker and its config files on your system. You should copy these -files from the FreeBSD system to their appropriate place on your -NetBSD system (in the /emul/freebsd tree): +files from the +.Fx +system to their appropriate place on your +.Nx +system (in the /emul/freebsd tree): .Pp .nf usr/libexec/ld.so @@ -142,7 +193,9 @@ var/run/ld.so.hints .fi .Pp .It 2. -You don't have access to a FreeBSD system. In that case, you +You don't have access to a +.Fx +system. In that case, you should get the extra files you need from various ftp sites. Information on where to look for the various files is appended below. For now, let's assume you know where to get the files. @@ -160,12 +213,18 @@ usr/libexec/ld.so .Pp ldconfig and ldd don't necessarily need to be under /emul/freebsd, you can install them elsewhere in the system too. Just make sure -they don't conflict with their NetBSD counterparts. A good idea +they don't conflict with their +.Nx +counterparts. A good idea would be to install them in /usr/local/bin as ldconfig-freebsd and ldd-freebsd. .Pp -Run the FreeBSD ldconfig program with directory arguments in -which the FreeBSD runtime linker should look for shared libs. +Run the +.Fx +ldconfig program with directory arguments in +which the +.Fx +runtime linker should look for shared libs. /usr/lib are standard, you could run like the following: .Pp .Bl -tag -width 123 -compact -offset indent @@ -176,18 +235,28 @@ which the FreeBSD runtime linker should look for shared libs. .Pp Note that argument directories of ldconfig are mapped to /emul/freebsd/XXXX by -NetBSD's compat code, and should exist as such on your system. +.Nx Ns 's +compat code, and should exist as such on your system. Make sure /emul/freebsd/var/run/ld.so.hints is exist when you run -FreeBSD's ldconfig, if not, you may lose NetBSD's /var/run/ld.so.hints. - -FreeBSD ldconfig should be statically +.Fx Ns 's +ldconfig, if not, you may lose +.Nx Ns 's +/var/run/ld.so.hints. +.Fx +ldconfig should be statically linked, so it doesn't need any shared libraries by itself. It will create the file /emul/freebsd/var/run/ld.so.hints. -You should rerun the FreeBSD version of the ldconfig program +You should rerun the +.Fx +version of the ldconfig program each time you add a new shared library. .Pp -You should now be set up for FreeBSD binaries which only need -a shared libc. You can test this by running the FreeBSD ldd +You should now be set up for +.Fx +binaries which only need +a shared libc. You can test this by running the +.Fx +ldd on itself. Suppose that you have it installed as ldd-freebsd, it should produce something like: .Pp @@ -199,11 +268,17 @@ should produce something like: .fi .El .Pp -This being done, you are ready to install new FreeBSD binaries. -Whenever you install a new FreeBSD program, you should check +This being done, you are ready to install new +.Fx +binaries. +Whenever you install a new +.Fx +program, you should check if it needs shared libraries, and if so, whether you have them installed in the /emul/freebsd tree. To do this, you run -the FreeBSD version ldd on the new program, and watch its output. +the +.Fx +version ldd on the new program, and watch its output. ldd (see also the manual page for ldd(1)) will print a list of shared libraries that the program depends on, in the form -l<majorname> => <fullname>. @@ -211,7 +286,9 @@ form -l<majorname> => <fullname>. If it prints "not found" in stead of <fullname> it means that you need an extra library. Which library this is, is shown in <majorname>, which will be of the form XXXX.<N> -You will need to find a libXXXX.so.<N>.<mm> on a FreeBSD ftp site, +You will need to find a libXXXX.so.<N>.<mm> on a +.Fx +ftp site, and install it on your system. The XXXX (name) and <N> (major revision number) should match; the minor number(s) <mm> are less important, though it is advised to take the most @@ -225,7 +302,9 @@ document was written (June, 1995), but certain details such as names of ftp sites, directories and distribution names may have changed by the time you read this. .Pp -The FreeBSD distribution is +The +.Fx +distribution is available on a lot of ftp sites. Sometimes the files are unpacked, and you can get the individual files you need, but mostly they are stored in distribution sets, usually consisting of subdirectories @@ -270,4 +349,6 @@ Extract the files from these gzipped tarfiles in your /emul/freebsd directory (possibly omitting or afterwards removing files you don't need), and you are done. .Sh BUGS -The information about FreeBSD distributions may become outdated. +The information about +.Fx +distributions may become outdated. diff --git a/share/man/man8/compat_linux.8 b/share/man/man8/compat_linux.8 index 898adbb7293..e8cce61d965 100644 --- a/share/man/man8/compat_linux.8 +++ b/share/man/man8/compat_linux.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_linux.8,v 1.9 1997/11/13 03:39:35 thorpej Exp $ +.\" $NetBSD: compat_linux.8,v 1.10 1998/02/06 06:14:48 perry Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden .\" All rights reserved. @@ -36,11 +36,14 @@ .Nm compat_linux .Nd setup procedure for running Linux binaries .Sh DESCRIPTION -NetBSD supports running Linux binaries. This only applies to i386 systems +.Nx +supports running Linux binaries. This only applies to i386 systems for now. Both the a.out and ELF binary formats are supported. Most programs should work, including the ones that use the Linux SVGAlib. Programs that will not work include the Linux /proc filesystem (which is different from -the optional NetBSD /proc filesystem), and i386-specific calls, such as +the optional +.Nx +/proc filesystem), and i386-specific calls, such as enabling virtual 8086 mode. Currently, sound is only partially supported for Linux binaries (they will probably run, depending on what Linux sound support features are used). @@ -64,33 +67,47 @@ options (respectively) should be enabled in addition to A lot of programs are dynamically linked. This means, that you will also need the Linux shared libraries that the program depends on, and the runtime linker. Also, you will need to create a "shadow root" -directory for Linux binaries on your NetBSD system. This directory +directory for Linux binaries on your +.Nx +system. This directory is named /emul/linux. Any file operations done by Linux programs -run under NetBSD will look in this directory first. So, if a Linux -program opens, for example, /etc/passwd, NetBSD will +run under +.Nx +will look in this directory first. So, if a Linux +program opens, for example, /etc/passwd, +.Nx +will first try to open /emul/linux/etc/passwd, and if that does not exist open the 'real' /etc/passwd file. It is recommended that you install Linux packages that include configuration files, etc under /emul/linux, -to avoid naming conflicts with possible NetBSD counterparts. Shared +to avoid naming conflicts with possible +.Nx +counterparts. Shared libraries should also be installed in the shadow tree. .Pp Generally, you will need to look for the shared libraries that Linux binaries depend on only the first few times that you install a Linux -program on your NetBSD system. After a while, you will have a sufficient +program on your +.Nx +system. After a while, you will have a sufficient set of Linux shared libraries on your system to be able to run newly imported Linux binaries without any extra work. .Ss Setting up shared libraries How to get to know which shared libraries Linux binaries need, and where to get them? Basically, there are 2 possibilities (when following -these instructions: you will need to be root on your NetBSD system to +these instructions: you will need to be root on your +.Nx +system to do the necessary installation steps). .Bl -tag -width 123 -compact .It 1. You have access to a Linux system. In this case you can temporarily install the binary there, see what shared libraries -it needs, and copy them to your NetBSD system. Example: you have +it needs, and copy them to your +.Nx +system. Example: you have just ftp-ed the Linux binary of Doom. Put it on the Linux system you have access to, and check which shared libraries it needs by running `ldd linuxxdoom': @@ -107,7 +124,9 @@ libc.so.4 (DLL Jump 4.5pl26) => /lib/libc.so.4.6.29 You would need go get all the files from the last column, and put them under /emul/linux, with the names in the first column as symbolic links pointing to them. This means you eventually have -these files on your NetBSD system: +these files on your +.Nx +system: .Pp .nf /emul/linux/usr/X11/lib/libXt.so.3.1.0 @@ -151,14 +170,17 @@ you with: .Pp Please note that the symbolic link mechanism is .Em only -needed for Linux binaries, the NetBSD runtime linker takes care of +needed for Linux binaries, the +.Nx +runtime linker takes care of looking for matching major revision numbers itself, you don't need to worry about that. .Pp Finally, you must make sure that you have the Linux runtime linker and its config files on your system. You should copy these files from the Linux system to their appropriate place on your -NetBSD system (in the /emul/linux tree): +.Nx +system (in the /emul/linux tree): .Pp .nf /lib/ld.so @@ -185,7 +207,9 @@ any version mismatches), and install them under /emul/linux .Pp ldconfig and ldd don't necessarily need to be under /emul/linux, you can install them elsewhere in the system too. Just make sure -they don't conflict with their NetBSD counterparts. A good idea +they don't conflict with their +.Nx +counterparts. A good idea would be to install them in /usr/local/bin as ldconfig-linux and ldd-linux. .Pp @@ -200,7 +224,9 @@ add the following: /usr/local/lib .fi .Pp -Note that these are mapped to /emul/linux/XXXX by NetBSD's compat +Note that these are mapped to /emul/linux/XXXX by +.Nx Ns 's +compat code, and should exist as such on your system. Run the Linux ldconfig program. It should be statically diff --git a/share/man/man8/compat_sunos.8 b/share/man/man8/compat_sunos.8 index 0ab6f6da6a5..6da02017a1f 100644 --- a/share/man/man8/compat_sunos.8 +++ b/share/man/man8/compat_sunos.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_sunos.8,v 1.9 1997/11/13 03:39:36 thorpej Exp $ +.\" $NetBSD: compat_sunos.8,v 1.10 1998/02/06 06:14:49 perry Exp $ .\" .\" Copyright (c) 1984 Theo de Raadt .\" All rights reserved. @@ -37,10 +37,16 @@ .Nm compat_sunos .Nd setup procedure for m68k and sparc architectures .Sh DESCRIPTION -NetBSD/sparc and some of the NetBSD/m68k architectures can run -SunOS executables. Most executables will work. +.Nx Ns Tn /sparc +and some of the +.Nx Ns Tn /m68k +architectures can run +.Tn SunOS +executables. Most executables will work. .Pp -The exceptions include programs that use the SunOS kvm library, +The exceptions include programs that use the +.Tn SunOS +kvm library, and various system calls, ioctl()'s, or kernel semantics that are difficult to emulate. The number of reasons why a program might fail to work is (thankfully) @@ -50,10 +56,14 @@ Static executables will normally run without any extra setup. This procedure details the directories and files that must be setup to allow dynamically linked executables to work. .Pp -The files you need are on your SunOS machine. +The files you need are on your +.Tn SunOS +machine. You need to worry about the legal issues of ensuring that you have a right to use the required files on your machine. -On your NetBSD machine, do the following: +On your +.Nx +machine, do the following: .Pp .Bl -enum -inset -offset 123 -compact .It @@ -78,7 +88,9 @@ If you ever expect to use YP, you will want to create a link: .Pp Alternatively, you can use an NFS mount to accomplish the same effect. -On your NetBSD machine, do the following: +On your +.Nx +machine, do the following: .Pp .Bl -enum -inset -offset 123 -compact .Pp @@ -90,15 +102,22 @@ On your NetBSD machine, do the following: .fi .El .Pp -This will place the SunOS libraries on your NetBSD machine -in a location where the SunOS compatibility code will look for +This will place the +.Tn SunOS +libraries on your +.Nx +machine +in a location where the +.Tn SunOS +compatibility code will look for first, where they do not conflict with the standard libraries. .Pp .Sh BUGS A list of things which fail to work in compatibility mode should be here. .Pp -SunOS executables can not handle directory offset cookies > 32 bits. +.Tn SunOS +executables can not handle directory offset cookies > 32 bits. Should such an offset occur, you will see the message "sunos_getdents: dir offset too large for emulated program". Currently, this can only happen on NFS mounted filesystems, mounted from servers that return diff --git a/share/man/man8/compat_svr4.8 b/share/man/man8/compat_svr4.8 index 0969cee9de3..92e78450117 100644 --- a/share/man/man8/compat_svr4.8 +++ b/share/man/man8/compat_svr4.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_svr4.8,v 1.9 1997/11/16 22:54:03 christos Exp $ +.\" $NetBSD: compat_svr4.8,v 1.10 1998/02/06 06:14:50 perry Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas .\" All rights reserved. @@ -38,7 +38,8 @@ .Nm compat_svr4 .Nd setup procedure for running SVR4/iBCS2 binaries .Sh DESCRIPTION -NetBSD supports running SVR4/iBCS2 binaries. This code has been tested on +.Nx +supports running SVR4/iBCS2 binaries. This code has been tested on i386 and sparc systems. Most programs should work, but not ones that use or depend on: .sp @@ -77,14 +78,22 @@ and/or Most SVR4 programs are dynamically linked. This means that you will also need the shared libraries that the program depends on and the runtime linker. Also, you will need to create a "shadow root" -directory for SVR4 binaries on your NetBSD system. This directory +directory for SVR4 binaries on your +.Nx +system. This directory is named /emul/svr4. Any file operations done by SVR4 programs -run under NetBSD will look in this directory first. So, if a SVR4 -program opens, for example, /etc/passwd, NetBSD will +run under +.Nx +will look in this directory first. So, if a SVR4 +program opens, for example, /etc/passwd, +.Nx +will first try to open /emul/svr4/etc/passwd, and if that does not exist open the 'real' /etc/passwd file. It is recommended that you install SVR4 packages that include configuration files, etc under /emul/svr4, -to avoid naming conflicts with possible NetBSD counterparts. Shared +to avoid naming conflicts with possible +.Nx +counterparts. Shared libraries should also be installed in the shadow tree. .Pp The simplest way to setup your system for SVR4 binaries is: diff --git a/share/man/man8/compat_ultrix.8 b/share/man/man8/compat_ultrix.8 index 1e185c6a2de..aa789d6118c 100644 --- a/share/man/man8/compat_ultrix.8 +++ b/share/man/man8/compat_ultrix.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: compat_ultrix.8,v 1.4 1997/11/13 03:39:37 thorpej Exp $ +.\" $NetBSD: compat_ultrix.8,v 1.5 1998/02/06 06:14:51 perry Exp $ .\" .\" Copyright (c) 1997 Jonathan Stone .\" All rights reserved. @@ -37,8 +37,10 @@ .Nm compat_ultrix .Nd setup procedure for Ultrix compatibility on mips and vax architectures .Sh DESCRIPTION - -NetBSD/mips and NetBSD/vax architectures can run Risc ULTRIX and Vax +.Nx Ns Tn /mips +and +.Nx Ns Tn /vax +architectures can run Risc ULTRIX and Vax ULTRIX executables, respectively. However, you have to worry about the legal issues of ensuring that you have a right to use any ULTRIX binaries on your machine. @@ -50,10 +52,15 @@ semantics that are difficult to emulate (e.g., Ultrix packetfilter) or buggy (e.g., Ultrix YP). .Pp All Ultrix executables are static, so no shared libraries are required -for Ultrix compatiblity. However, Ultrix is based on a 4.3BSD alpha -release. Ultrix commands and libraries are often much older than -their NetBSD or even SunOS 4.x equivalents, and may require incompatible -configuration files. +for Ultrix compatiblity. However, Ultrix is based on a +.Bx 4.3 +alpha release. Ultrix commands and libraries are often much older +than their +.Nx +or even +.Tn SunOS 4.x +equivalents, and may require +incompatible configuration files. .Sh SYSTEM CONFIGURATION FILES Set up resolv.conf and svc.conf as below: .Pp @@ -88,13 +95,16 @@ lookups for all Ultrix name services. .Pp RISC Ultrix YP(NIS) is know to not work. The Ultrix YP libraries have a consistent endian-ness bug. Ultrix YP client will not inter-operate -with the NetBSD +with the +.Nx .Xr ypbind 8 process. The only workaround is to use /etc/svc.conf to disable YP(NIS). .Pp The ndbm hashed-password file used by Ultrix are incompatible with the -db hashed-password file used by NetBSD. There is no good solution for +db hashed-password file used by +.Nx . +There is no good solution for this. (YP would be a good one, if Ultrix YP worked.) .Pp The API used by Xservers to talk to the kernel is currently compatible diff --git a/share/man/man8/diskless.8 b/share/man/man8/diskless.8 index 9578139f872..46755d63506 100644 --- a/share/man/man8/diskless.8 +++ b/share/man/man8/diskless.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: diskless.8,v 1.12 1998/01/26 07:23:20 ross Exp $ +.\" $NetBSD: diskless.8,v 1.13 1998/02/06 06:14:52 perry Exp $ .\" .\" Copyright (c) 1994 Gordon W. Ross, Theo de Raadt .\" All rights reserved. @@ -77,7 +77,8 @@ using a special PROM on the network card. .Pp In phase 2, the boot program loads a kernel. Operation in this phase depends on the design of the boot program. -(The design described here is the one used by Sun and NetBSD/hp300.) +(The design described here is the one used by Sun and +.Nx Ns Tn /hp300 Ns .) The boot program: .Pp .Bl -tag -width 2.2 -compact @@ -241,7 +242,9 @@ This creates a 16 Megabyte swap file. Populate myclient's .Pa / filesystem on the server. How this is done depends on the -client architecture and the version of the NetBSD distribution. +client architecture and the version of the +.Nx +distribution. It can be as simple as copying and modifying the server's root filesystem, or perhaps you need to get those files out of the standard binary distribution. diff --git a/share/man/man8/man8.alpha/installboot.8 b/share/man/man8/man8.alpha/installboot.8 index 887a17f3906..00abca48a2b 100644 --- a/share/man/man8/man8.alpha/installboot.8 +++ b/share/man/man8/man8.alpha/installboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: installboot.8,v 1.3 1998/02/01 07:38:34 thorpej Exp $ +.\" $NetBSD: installboot.8,v 1.4 1998/02/06 06:14:53 perry Exp $ .\" .\" Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. .\" Copyright (c) 1995 Paul Kranenburg @@ -46,7 +46,9 @@ The .Nm installboot utility prepares a disk for bootstrapping. .Pp -The NetBSD/alpha disk bootstrap software is split into two parts: +The +.Nx Ns Tn /alpha +disk bootstrap software is split into two parts: a small first-stage boot program that is written into the disklabel area of a disk .Po @@ -127,7 +129,9 @@ the command: installboot /mnt/boot /usr/mdec/bootxx /dev/rvnd0c .Ed .Sh BUGS -The NetBSD/alpha boot blocks can only load kernels from disks' +The +.Nx Ns Tn /alpha +boot blocks can only load kernels from disks' .Dq a partitions. (However, the second-stage boot program may be located on any FFS file system partition @@ -153,7 +157,8 @@ program resides in a file system on the disk's raw partition. .Xr init 8 , .Xr sysctl 8 .Sh HISTORY -The NetBSD/alpha +The +.Nx Ns Tn /alpha .Nm command first appeared in .Nx 1.2 . diff --git a/share/man/man8/man8.alpha/setnetbootinfo.8 b/share/man/man8/man8.alpha/setnetbootinfo.8 index b9700c00949..92e0ef485b8 100644 --- a/share/man/man8/man8.alpha/setnetbootinfo.8 +++ b/share/man/man8/man8.alpha/setnetbootinfo.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: setnetbootinfo.8,v 1.3 1997/11/24 06:29:19 lukem Exp $ +.\" $NetBSD: setnetbootinfo.8,v 1.4 1998/02/06 06:14:54 perry Exp $ .\" .\" Copyright (c) 1997 Christopher G. Demetriou. All rights reserved. .\" @@ -48,15 +48,20 @@ .Sh DESCRIPTION The .Nm setnetbootinfo -utility configures the NetBSD/alpha network bootstrap program so +utility configures the +.Nx Ns Tn /alpha +network bootstrap program so that it can be used to bootstrap systems with old firmware revisions. .Pp -The NetBSD/alpha network bootstrap program needs to have the ethernet +The +.Nx Ns Tn /alpha +network bootstrap program needs to have the ethernet address of the interface being used to boot the system available when querying other hosts on the network for bootstrapping information. Alpha systems with old firmware revisions provide no way for network bootstrap programs to determine the ethernet address of -the interface that they are booting from, and so the NetBSD/alpha +the interface that they are booting from, and so the +.Nx Ns Tn /alpha network bootstrap program must find that information in another way. (Newer firmware revisions include the ethernet address in the name of the device that is being booted from.) @@ -121,7 +126,8 @@ Verbose mode. .Sh "SEE ALSO" .Xr bootpd 8 .Sh HISTORY -The NetBSD/alpha +The +.Nx Ns Tn /alpha .Nm command first appeared in .Nx 1.3 . diff --git a/share/man/man8/man8.amiga/installboot.8 b/share/man/man8/man8.amiga/installboot.8 index 952015eebe8..ddcf330e823 100644 --- a/share/man/man8/man8.amiga/installboot.8 +++ b/share/man/man8/man8.amiga/installboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: installboot.8,v 1.6 1997/11/24 06:29:20 lukem Exp $ +.\" $NetBSD: installboot.8,v 1.7 1998/02/06 06:14:55 perry Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -110,7 +110,8 @@ AmigaOS startup does this). Currently, is not able to detect this condition, and will fail. .Sh BUGS There is currently no easy way to edit the RDB from within -.Tn NetBSD. Therefore, you have to use HDTOOLBOX or a similar tool to +.Nx . +Therefore, you have to use HDTOOLBOX or a similar tool to set the partition to bootable, "use custom bootblocks" and the number of bootblocks to 16 (for xxboot) or 2 (for fdboot), at least the first time you install the bootblock. diff --git a/share/man/man8/man8.atari/boot.8 b/share/man/man8/man8.atari/boot.8 index 4bea52f2b8a..e8bff5c8e4c 100644 --- a/share/man/man8/man8.atari/boot.8 +++ b/share/man/man8/man8.atari/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.4 1997/07/10 07:37:23 mikel Exp $ +.\" $NetBSD: boot.8,v 1.5 1998/02/06 06:14:55 perry Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -49,7 +49,7 @@ system bootstrapping procedures .Sy Power fail and crash recovery .Pp When the -.Tn NetBSD +.Nx kernel is booted normally (using one of the two methods discussed below), it initializes itself and proceeds to boot the system. An automatic consistency check of the file systems takes place, and unless this @@ -70,12 +70,14 @@ or not), the system will attempt a reboot. .Sy Booting NetBSD using the bootloader .Pp When a bootable -.Tn NetBSD +.Nx partition is created by means of .Xr installboot 8 and the boot-preference bit in the NVRAM is either invalid or set to -.Tn NetBSD -, the Atari BIOS will automatically start the NetBSD bootloader. By default +.Nx +, the Atari BIOS will automatically start the +.Nx +bootloader. By default it will load the kernel image .Pa /netbsd and attempts to boot it into multi-user mode. This behaviour can be changed by @@ -136,7 +138,9 @@ Enter the kernel debugger .Pp .Sy Booting using the loadbsd program .Pp -When you want (or have to) start NetBSD from GEM, you have to use the +When you want (or have to) start +.Nx +from GEM, you have to use the .Xr loadbsd 8 program that is supplied on the kernel-floppy. The loadbsd command line specification is: @@ -163,9 +167,12 @@ here. Write all output to the file .Ar outputfile. .It Fl s -Tell NetBSD only to use ST compatible RAM. +Tell +.Nx +only to use ST compatible RAM. .It Fl t -Test loading of the kernel but don't start NetBSD. +Test loading of the kernel but don't start +.Nx . .It Fl w Wait for a keypress before exiting loadbsd. This is useful when starting this program under GEM. diff --git a/share/man/man8/man8.atari/installboot.8 b/share/man/man8/man8.atari/installboot.8 index 981aaa31d89..0f6f75a5349 100644 --- a/share/man/man8/man8.atari/installboot.8 +++ b/share/man/man8/man8.atari/installboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: installboot.8,v 1.2 1996/06/20 19:41:01 leo Exp $ +.\" $NetBSD: installboot.8,v 1.3 1998/02/06 06:14:56 perry Exp $ .\" .\" Copyright (c) 1995 Paul Kranenburg .\" All rights reserved. @@ -80,7 +80,7 @@ label, a\ special first-stage boot program is provided in .Pa /usr/mdec/xxboot.ahdi . Together with the general second-stage boot program, it is installed in the AHDI partition where the -.Tn NetBSD +.Nx disk label lives. Furthermore, the AHDI specifications require an additional bootstrap, which is written into the AHDI root sector @@ -128,10 +128,10 @@ has to create a\ fictitious label, that is not used by the kernel. Except for installation of the bootcode on floppy, .Nm automatically sets the boot preference in NVRAM to -.Tn NetBSD. +.Nx . .Sh BUGS There is currently no easy way to change the NVRAM preference from within -.Tn NetBSD. +.Nx . .Sh "SEE ALSO" .Xr disklabel 8 .Sh HISTORY diff --git a/share/man/man8/man8.hp300/format.8 b/share/man/man8/man8.hp300/format.8 index 40dd650d856..2b30426ae73 100644 --- a/share/man/man8/man8.hp300/format.8 +++ b/share/man/man8/man8.hp300/format.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: format.8,v 1.4 1997/10/19 13:03:46 mrg Exp $ +.\" $NetBSD: format.8,v 1.5 1998/02/06 06:14:57 perry Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -47,7 +47,7 @@ .Pp Currently, there are no .Dq native -.Tn BSD +.Bx media formatting utilities. Formatting of both disks and cartridge tapes must be done either standalone or under @@ -65,4 +65,5 @@ are supposed to. .Sh HISTORY The .Nm format -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/share/man/man8/man8.i386/boot.8 b/share/man/man8/man8.i386/boot.8 index a7786910f9c..40b437306c4 100644 --- a/share/man/man8/man8.i386/boot.8 +++ b/share/man/man8/man8.i386/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.6 1997/10/28 20:45:29 drochner Exp $ +.\" $NetBSD: boot.8,v 1.7 1998/02/06 06:14:58 perry Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,7 +55,9 @@ The 386 clones attempt to boot the floppy disk drive A (otherwise known as drive 0) first, and failing that, attempt to boot the hard disk C (otherwise known as hard disk controller 1, drive 0). -The NetBSD bootblocks are loaded and started either by the BIOS, or by +The +.Nx +bootblocks are loaded and started either by the BIOS, or by a boot selector program (such as OS-BS, BOOTEASY, or the OS/2 Boot Menu) .Pp Once running, a prompt similar to the following will appear. diff --git a/share/man/man8/man8.i386/dosboot.8 b/share/man/man8/man8.i386/dosboot.8 index 0a7116c0dfe..3eb08f39eec 100644 --- a/share/man/man8/man8.i386/dosboot.8 +++ b/share/man/man8/man8.i386/dosboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: dosboot.8,v 1.3 1997/10/31 18:59:57 drochner Exp $ +.\" $NetBSD: dosboot.8,v 1.4 1998/02/06 06:14:59 perry Exp $ .Dd June 20, 1997 .Os .Dt DOSBOOT 8 i386 @@ -113,7 +113,8 @@ In MS-DOS mode, no useful boot device specification is passed to It is necessary to have the root device hardwired into the kernel configuration or to enter it manually. .Sh HISTORY -The NetBSD/i386 +The +.Nx Ns Tn /i386 .Nm command first appeared in .Nx 1.3 . diff --git a/share/man/man8/man8.i386/installboot.8 b/share/man/man8/man8.i386/installboot.8 index defd57ef6c1..1889f9d6b35 100644 --- a/share/man/man8/man8.i386/installboot.8 +++ b/share/man/man8/man8.i386/installboot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: installboot.8,v 1.3 1997/06/19 11:46:45 drochner Exp $ +.\" $NetBSD: installboot.8,v 1.4 1998/02/06 06:14:59 perry Exp $ .\" .\" Copyright (c) 1997 Perry E. Metzger. All rights reserved. .\" Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved. @@ -45,7 +45,9 @@ The .Nm installboot utility prepares a disk for bootstrapping. .Pp -The NetBSD/i386 disk bootstrap software is split into two parts: +The +.Nx Ns Tn /i386 +disk bootstrap software is split into two parts: a small first-stage boot program that is written into the disklabel area of a disk and a second-stage boot program that resides in a FFS file system on the disk (named @@ -106,7 +108,9 @@ installboot -f /usr/mdec/biosboot.sym /dev/rfd0a Note that the -f option is needed if the floppy is unlabeled -- see .Xr disklabel 8 . .Sh BUGS -The NetBSD/i386 boot blocks can only read from the first 1024 +The +.Nx Ns Tn /i386 +boot blocks can only read from the first 1024 cylinders of the disk because they use the BIOS to do their I/O. Thus, it is advisable that .Dq a @@ -141,7 +145,8 @@ partition is mounted. .Xr sysctl 8 , .Xr vnd 4 .Sh HISTORY -The NetBSD/i386 +The +.Nx Ns Tn /i386 .Nm command first appeared in .Nx 1.3 . diff --git a/share/man/man8/man8.mac68k/boot.8 b/share/man/man8/man8.mac68k/boot.8 index 15ba2194b36..dd4db2a62a9 100644 --- a/share/man/man8/man8.mac68k/boot.8 +++ b/share/man/man8/man8.mac68k/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.3 1997/07/10 07:37:26 mikel Exp $ +.\" $NetBSD: boot.8,v 1.4 1998/02/06 06:15:00 perry Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -48,7 +48,7 @@ system bootstrapping procedures .Sh DESCRIPTION .Sy Power fail and crash recovery. Normally, the -.Tn NetBSD +.Nx kernel on the mac68k architecture is booted from the native operating system by means of an application program. When the kernel takes over, it initializes itself and proceeds to boot the system. An automatic @@ -70,10 +70,11 @@ or not), the system will attempt a reboot. On most mac68k machines with "soft-power" after the IIcx, the power switch can be physically rotated and locked in the 'on' position. The native OS can be configured to automatically start the -.Tn NetBSD -boot program. Additionally, the NetBSD boot program can be configured -to boot -.Tn NetBSD +.Nx +boot program. Additionally, the +.Nx +boot program can be configured to boot +.Nx without intervention. When a system is so configured, it can crash or lose power and reboot back to a fully multi-user state without any intervention. @@ -104,12 +105,12 @@ respectively) may be used for this. .Pp It is sometimes useful to boot a kernel that resides in a folder in native OS rather than from the usual location in the -.Tn NetBSD +.Nx file system. A radio button is supplied for this purpose. Note that some programs will not run properly if the kernel is not found as .Ar /netbsd within the -.Tn NetBSD +.Nx file system. .Sh FILES .Bl -tag -width /netbsd -compact diff --git a/share/man/man8/man8.pmax/boot.8 b/share/man/man8/man8.pmax/boot.8 index 041c31f1b57..38d7e7d678e 100644 --- a/share/man/man8/man8.pmax/boot.8 +++ b/share/man/man8/man8.pmax/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.3 1997/03/13 04:55:25 perry Exp $ +.\" $NetBSD: boot.8,v 1.4 1998/02/06 06:15:01 perry Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. .\" All rights reserved. @@ -44,7 +44,7 @@ system bootstrapping procedures .Sh DESCRIPTION The -.Tn NetBSD +.Nx kernel is started by placing it at the beginning of physical memory and transferring to the entry point. Since the system is not reenterable, @@ -96,10 +96,10 @@ For automatic boots, the ROM automatically passes a .Fl a argument to the boot loader, requesting that -.Tn NetBSD +.Nx attempt to come up to multi-user mode. At the boot ROM prompt, the user may boot -.Tn NetBSD +.Nx with either the .Nm auto or the @@ -112,7 +112,7 @@ argument is passed to the kernel, requesting a multi-user boot; otherwise the .Fl s argument is passed, requesting that -.Tn NetBSD +.Nx boot to single user mode. .Pp When either the @@ -162,7 +162,7 @@ devices, the option-specific protocol identifier is either mop or tftp. Filename requirements are as for the DECstation 2100 and 3100. .Pp To start -.Tn NetBSD +.Nx from the boot prompt, the .Nm boot command must be used. With no arguments, this simply boots the default diff --git a/share/man/man8/man8.sparc/boot.8 b/share/man/man8/man8.sparc/boot.8 index f3000350abc..40a35f046d1 100644 --- a/share/man/man8/man8.sparc/boot.8 +++ b/share/man/man8/man8.sparc/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.7 1997/04/13 13:46:56 mrg Exp $ +.\" $NetBSD: boot.8,v 1.8 1998/02/06 06:15:02 perry Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -96,7 +96,7 @@ setenv sunmon-compat? false .Pp The rom will normally load the kernel from "sd(0,0,0)vmunix". To change the default so that -.Pa NetBSD +.Nx will be loaded type the following .Pp .Pa \ ok diff --git a/share/man/man8/man8.x68k/boot.8 b/share/man/man8/man8.x68k/boot.8 index ea0bd90aaad..8d97592fca7 100644 --- a/share/man/man8/man8.x68k/boot.8 +++ b/share/man/man8/man8.x68k/boot.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: boot.8,v 1.2 1997/07/10 07:37:28 mikel Exp $ +.\" $NetBSD: boot.8,v 1.3 1998/02/06 06:15:03 perry Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -53,14 +53,18 @@ battery-backuped SRAM. By default, the boot rom attempt to boot from floppy disk drive (from 0 to 3) first, and then attempt to boot from hard disk (SASI or SCSI). -On the NetBSD/X68k, booting from partition A of SCSI disks (sd?a) +On the +.Nx Ns Tn /x68k Ns , +booting from partition A of SCSI disks (sd?a) and 2HD floppy disks (fd?a, fd?c) is currently supported. .Pp First, the initial program loader of IOCS ROM or SCSI disk (or equivalent) reads .Pa boot program at the top of the disk, -and then the boot program loads the NetBSD kernel +and then the boot program loads the +.Nx +kernel .Pa /netbsd which is in the same partition of the disk. If you press @@ -81,15 +85,20 @@ flag and tries to boot the system in debug mode; see for details. .Pp Note for X68030+MC68030 systems: -Nothing special to be attended to; you can boot NetBSD just like as +Nothing special to be attended to; you can boot +.Nx +just like as other operating systems such as Human68k and OS-9. .Pp Note for X68030/040turbo(68040 accelerator by BEEPs) systems: -NetBSD can boot under 040 mode. +.Nx +can boot under 040 mode. It can also boot under 030 mode if you have MC68030 on the board. .Pp Note for X68000/Xellent30(68030 accelerator by TSR)+MC68030 systems: -In order to boot NetBSD, you must choose 030 mode by using +In order to boot +.Nx , +you must choose 030 mode by using .Pa CH30.SYS , which must reside in the battery-backuped SRAM. .Pp diff --git a/share/man/man9/bus_space.9 b/share/man/man9/bus_space.9 index 386e91cce36..660e526682c 100644 --- a/share/man/man9/bus_space.9 +++ b/share/man/man9/bus_space.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: bus_space.9,v 1.6 1998/01/27 16:04:53 hubertf Exp $ +.\" $NetBSD: bus_space.9,v 1.7 1998/02/06 06:16:20 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -1224,10 +1224,13 @@ consistency problems and to add some missing functionality. .Pp The .Nm -interfaces were designed and implemented by the NetBSD developer +interfaces were designed and implemented by the +.Nx +developer community. Primary contributors and implementors were Chris Demetriou, -Jason Thorpe, and Charles Hannum, but the rest of the NetBSD developers -and the user community played a significant role in development. +Jason Thorpe, and Charles Hannum, but the rest of the +.Nx +developers and the user community played a significant role in development. .Pp Chris Demetriou wrote this manual page. .Pp diff --git a/share/man/man9/disk.9 b/share/man/man9/disk.9 index 234993bde2d..a5b8b5de9e6 100644 --- a/share/man/man9/disk.9 +++ b/share/man/man9/disk.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: disk.9,v 1.5 1997/11/11 10:06:59 mrg Exp $ +.\" $NetBSD: disk.9,v 1.6 1998/02/06 06:16:21 perry Exp $ .\" .\" Copyright (c) 1995, 1996 Jason R. Thorpe. .\" All rights reserved. @@ -62,7 +62,9 @@ .Ft struct disk * .Fn disk_find "char *" .Sh DESCRIPTION -The NetBSD generic disk framework is designed to provide flexible, +The +.Nx +generic disk framework is designed to provide flexible, scalable, and consistent handling of disk state and metrics information. The fundamental component of this framework is the .Nm disk @@ -325,7 +327,9 @@ particular disk. For this function, the .Fn disk_resetstat routine is provided. .Sh CODE REFERENCES -This section describes places within the NetBSD source tree where actual +This section describes places within the +.Nx +source tree where actual code implementing or utilizing the disk framework can be found. All pathnames are relative to .Nm /usr/src . @@ -335,13 +339,16 @@ The disk framework itself is implemented within the file Data structures and function prototypes for the framework are located in .Nm sys/sys/disk.h . .Pp -The NetBSD machine-independent SCSI disk and CD-ROM drivers utilize the +The +.Nx +machine-independent SCSI disk and CD-ROM drivers utilize the disk framework. They are located in .Nm sys/scsi/sd.c and .Nm sys/scsi/cd.c . .Pp -The NetBSD +The +.Nx .Nm ccd and .Nm vnd @@ -351,11 +358,16 @@ They are located in and .Nm sys/dev/vnd.c . .Sh AUTHOR -The NetBSD generic disk framework was architected and implemented by +The +.Nx +generic disk framework was architected and implemented by Jason R. Thorpe <thorpej@NetBSD.ORG>. .Sh SEE ALSO .Xr ccd 4 , .Xr vnd 4 , .Xr spl 9 . .Sh HISTORY -The NetBSD generic disk framework appeared in NetBSD 1.1A. +The +.Nx +generic disk framework appeared in +.Nx 1.2 . diff --git a/share/man/man9/extent.9 b/share/man/man9/extent.9 index da034455f6a..ab0542ba7b3 100644 --- a/share/man/man9/extent.9 +++ b/share/man/man9/extent.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: extent.9,v 1.8 1997/11/24 06:29:23 lukem Exp $ +.\" $NetBSD: extent.9,v 1.9 1998/02/06 06:16:22 perry Exp $ .\" .\" Copyright (c) 1996 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -65,7 +65,9 @@ .Ft void .Fn extent_print "struct extent *ex" .Sh DESCRIPTION -The NetBSD extent manager provides management of areas of memory or +The +.Nx +extent manager provides management of areas of memory or other number spaces (such as I/O ports). An opaque structure called an .Nm extent map @@ -306,7 +308,9 @@ func() } .Ed .Sh CODE REFERENCES -This section describes places within the NetBSD source tree where +This section describes places within the +.Nx +source tree where actual code implementing or using the extent manager can be found. All pathnames are relative to .Nm /usr/src . @@ -320,7 +324,9 @@ The i386 bus management code uses the extent manager for managing I/O ports and I/O memory. This code is in the file .Nm sys/arch/i386/i386/machdep.c . .Sh AUTHOR -The NetBSD extent manager was architected and implemented by Jason +The +.Nx +extent manager was architected and implemented by Jason R. Thorpe <thorpej@NetBSD.ORG>. Matthias Drochner <drochner@zelux6.zel.kfa-juelich.de> contributed to the initial testing and optimization of the implementation. Chris Demetriou @@ -328,5 +334,7 @@ testing and optimization of the implementation. Chris Demetriou .Sh SEE ALSO .Xr malloc 9 . .Sh HISTORY -The NetBSD extent manager appeared in +The +.Nx +extent manager appeared in .Nx 1.3 . diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9 index b55582e08e8..c056cc0944e 100644 --- a/share/man/man9/intro.9 +++ b/share/man/man9/intro.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: intro.9,v 1.2 1997/05/22 03:41:00 jeremy Exp $ +.\" $NetBSD: intro.9,v 1.3 1998/02/06 06:16:23 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -53,5 +53,7 @@ Contains the pathname(s) of the source file(s) which contain the definition and/or source code of the variables or functions being documented. .El .Sh HISTORY -The NetBSD kernel internals section first appeared in +The +.Nx +kernel internals section first appeared in .Nx 1.2 . diff --git a/share/man/man9/panic.9 b/share/man/man9/panic.9 index 4a632102e4e..a6a95b4f725 100644 --- a/share/man/man9/panic.9 +++ b/share/man/man9/panic.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: panic.9,v 1.3 1997/07/19 20:05:31 kleink Exp $ +.\" $NetBSD: panic.9,v 1.4 1998/02/06 06:16:23 perry Exp $ .\" .\" Copyright (c) 1996 Michael Graff. .\" All rights reserved. @@ -43,7 +43,9 @@ .Sh DESCRIPTION The .Fn panic -function terminates the NetBSD system. The message +function terminates the +.Nx +system. The message .Fa fmt is a .Xr printf 3 diff --git a/share/man/man9/pool.9 b/share/man/man9/pool.9 index 999c94ddd18..53fdad81e45 100644 --- a/share/man/man9/pool.9 +++ b/share/man/man9/pool.9 @@ -1,4 +1,4 @@ -.\" $NetBSD: pool.9,v 1.2 1998/01/10 01:04:20 lukem Exp $ +.\" $NetBSD: pool.9,v 1.3 1998/02/06 06:16:24 perry Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -184,5 +184,7 @@ The pool manager is implemented in the file .Xr malloc 9 , .Xr free 9 . .Sh HISTORY -The NetBSD pool manager appeared in +The +.Nx +pool manager appeared in .Nx 1.4 . diff --git a/usr.bin/ar/ar.5 b/usr.bin/ar/ar.5 index 919c79b1672..b433aa1c12c 100644 --- a/usr.bin/ar/ar.5 +++ b/usr.bin/ar/ar.5 @@ -1,4 +1,4 @@ -.\" $NetBSD: ar.5,v 1.4 1997/10/18 11:52:44 lukem Exp $ +.\" $NetBSD: ar.5,v 1.5 1998/02/06 06:17:05 perry Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -140,7 +140,8 @@ names longer than 16 characters were truncated, and names with embedded spaces (and often trailing spaces) were not supported. It has been extended for these reasons, as described above. -This format first appeared in 4.4BSD. +This format first appeared in +.Bx 4.4 . .Sh COMPATIBILITY No archive format is currently specified by any standard. .At V diff --git a/usr.bin/chpass/chpass.1 b/usr.bin/chpass/chpass.1 index db7c7864708..0984cffd2f8 100644 --- a/usr.bin/chpass/chpass.1 +++ b/usr.bin/chpass/chpass.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: chpass.1,v 1.11 1997/11/11 14:40:06 mrg Exp $ +.\" $NetBSD: chpass.1,v 1.12 1998/02/06 06:17:29 perry Exp $ .\" .\" Copyright (c) 1988, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -127,7 +127,9 @@ entries, and that one by random selection. The .Ar group field is the group that the user will be placed in at login. -Since BSD supports multiple groups (see +Since +.Bx +supports multiple groups (see .Xr groups 1 ) this field currently has little special meaning. This field may be filled in with either a number or a group name (see diff --git a/usr.bin/compress/zopen.3 b/usr.bin/compress/zopen.3 index bb61ec1ab88..1e75687ea97 100644 --- a/usr.bin/compress/zopen.3 +++ b/usr.bin/compress/zopen.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: zopen.3,v 1.3 1995/03/26 09:44:49 glass Exp $ +.\" $NetBSD: zopen.3,v 1.4 1998/02/06 06:17:43 perry Exp $ .\" .\" Copyright (c) 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -132,7 +132,8 @@ or The .Nm zopen function -first appeared in 4.4BSD. +first appeared in +.Bx 4.4 . .Sh BUGS The .Fn zopen diff --git a/usr.bin/crunch/crunchgen/crunchgen.1 b/usr.bin/crunch/crunchgen/crunchgen.1 index a0607feed25..8d86166f592 100644 --- a/usr.bin/crunch/crunchgen/crunchgen.1 +++ b/usr.bin/crunch/crunchgen/crunchgen.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: crunchgen.1,v 1.5 1997/09/24 00:47:34 hubertf Exp $ +.\" $NetBSD: crunchgen.1,v 1.6 1998/02/06 06:18:01 perry Exp $ .\" .\" Copyright (c) 1994 University of Maryland .\" All Rights Reserved. @@ -28,10 +28,10 @@ .Dt CRUNCHGEN 1 .Os BSD 4 .Sh NAME -.Nm \&crunchgen +.Nm crunchgen .Nd generates build environment for a crunched binary .Sh SYNOPSIS -.Nm \&crunchgen +.Nm .Op Fl fq .Op Fl m Ar makefile-name .Op Fl c Ar c-file-name @@ -47,24 +47,24 @@ argv[0]. The main reason to crunch programs together is for fitting as many programs as possible onto an installation or system recovery floppy. .Pp -.Nm Crunchgen +.Nm reads in the specifications in .Ar conf-file for a crunched binary, and generates a Makefile and accompanying top-level C source file that when built create the crunched executable file from the component programs. For each component program, -.Nm crunchgen +.Nm can optionally attempt to determine the object (.o) files that make up the program from its source directory Makefile. This information is cached between runs. -.Nm Crunchgen +.Nm uses the companion program -.Nm crunchide +.Em crunchide to eliminate link-time conflicts between the component programs by hiding all unnecessary symbols. .Pp After -.Nm crunchgen +.Nm is run, the crunched binary can be built by running ``make -f <conf-name>.mk''. The component programs' object files must already be built. A ``objs'' target, included in the output makefile, will @@ -99,17 +99,17 @@ Try to obtain libraries from .Ar lib-dir . .El .Sh CRUNCHGEN CONFIGURATION FILE COMMANDS -.Nm Crunchgen +.Nm reads specifications from the .Ar conf-file that describe the components of the crunched binary. In its simplest use, the component program names are merely listed along with the top-level source directories in which their sources can be found. -.Nm Crunchgen +.Nm then calculates (via the source makefiles) and caches the list of object files and their locations. For more specialized situations, the user can specify by hand all the parameters that -.Nm crunchgen +.Nm needs. .Pp The @@ -119,18 +119,19 @@ commands are as follows: .It Nm srcdirs Ar dirname ... A list of source trees in which the source directories of the component programs can be found. These dirs are searched using the -BSD ``<source-dir>/<progname>/'' convention. Multiple -.Nm srcdirs +.Bx +``<source-dir>/<progname>/'' convention. Multiple +.Em srcdirs lines can be specified. The directories are searched in the order they are given. .It Nm progs Ar progname ... A list of programs that make up the crunched binary. Multiple -.Nm progs +.Em progs lines can be specified. .It Nm libs Ar libspec ... A list of library specifications to be included in the crunched binary link. Multiple -.Nm libs +.Em libs lines can be specified. .It Nm ln Ar progname linkname Causes the crunched binary to invoke @@ -143,16 +144,16 @@ run under different names to operate correctly. .Pp To handle specialized situations, such as when the source is not available or not built via a conventional Makefile, the following -.Nm special +.Em special commands can be used to set -.Nm crunchgen +.Nm parameters for a component program. .Bl -tag -width indent .It Nm special Ar progname Nm srcdir Ar pathname Set the source directory for .Ar progname . This is normally calculated by searching the specified -.Nm srcdirs +.Em srcdirs for a directory named .Ar progname . .It Nm special Ar progname Nm objdir Ar pathname @@ -176,42 +177,42 @@ and outputs the value of $(OBJS). Sets the pathnames of the object files for program .Ar progname . This is normally calculated by prepending the -.Nm objdir +.Em objdir pathname to each file in the .Nm objs list. .El .Pp Only the -.Nm objpaths +.Em objpaths parameter is actually needed by -.Nm crunchgen , +.Nm but it is calculated from -.Nm objdir +.Em objdir and -.Nm objs , +.Em objs , which are in turn calculated from -.Nm srcdir , +.Em srcdir , so is sometimes convenient to specify the earlier parameters and let -.Nm crunchgen +.Nm calculate forward from there if it can. .Pp The makefile produced by -.Nm crunchgen +.Nm contains an optional .Ar objs target that will build the object files for each component program by running make inside that program's source directory. For this to work the -.Nm srcdir +.Em srcdir and -.Nm objs +.Em objs parameters must also be valid. If they are not valid for a particular program, that program is skipped in the .Ar objs target. .Sh EXAMPLE Here is an example -.Nm crunchgen +.Em crunchgen input conf file, named .Dq Pa kcopy.conf : .Pp @@ -231,7 +232,7 @@ This conf file specifies a small crunched binary consisting of some basic system utilities plus a homegrown install program ``myinstall'', for which no source directory is specified, but its object file is specified directly with the -.Nm special +.Em special line. .Pp The crunched binary ``kcopy'' can be built as follows: @@ -250,19 +251,21 @@ and hard-linked to the names of the component programs. .Xr crunchide 1 .Sh CAVEATS While -.Nm crunch +.Nm takes care to eliminate link conflicts between the component programs of a crunched binary, conflicts are still possible between the libraries that are linked in. Some shuffling in the order of libraries may be required, and in some rare cases two libraries may have an unresolveable conflict and thus cannot be crunched together. .Pp -Some versions of the BSD build environment do not by default build the +Some versions of the +.Bx +build environment do not by default build the intermediate object file for single-source file programs. The ``make objs'' target must then be used to get those object files built, or some other arrangements made. .Sh AUTHOR -.Nm Crunch +.Nm was written by James da Silva <jds@cs.umd.edu>. .sp 0 Copyright (c) 1994 University of Maryland. All Rights Reserved. diff --git a/usr.bin/elf2aout/elf2aout.1 b/usr.bin/elf2aout/elf2aout.1 index 4cccc567ef2..e43e83175a8 100644 --- a/usr.bin/elf2aout/elf2aout.1 +++ b/usr.bin/elf2aout/elf2aout.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: elf2aout.1,v 1.3 1998/01/09 08:05:26 perry Exp $ +.\" $NetBSD: elf2aout.1,v 1.4 1998/02/06 06:18:23 perry Exp $ .\" .\" Copyright 1996 The Board of Trustees of The Leland Stanford .\" Junior University. All Rights Reserved. @@ -28,7 +28,9 @@ and produces an equivalent a.out format executable file. .Pp The .Nm -utility is used to convert native NetBSD ELF binaries +utility is used to convert native +.Nx +ELF binaries to a.out format, for compatibility with bootblocks and kernel-reading utilities like .Xr kvm 3 @@ -58,6 +60,8 @@ utility may be a better solution than .Nm "" . .Sh HISTORY .Nm -was originally developed for NetBSD/pmax by Ted Lemon +was originally developed for +.Nx Ns Tn /pmax +by Ted Lemon and was first distributed with the pmax port of .Nx 1.1 . diff --git a/usr.bin/elf2ecoff/elf2ecoff.1 b/usr.bin/elf2ecoff/elf2ecoff.1 index cbc943f51f0..b6c70923d88 100644 --- a/usr.bin/elf2ecoff/elf2ecoff.1 +++ b/usr.bin/elf2ecoff/elf2ecoff.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: elf2ecoff.1,v 1.3 1998/01/09 08:05:29 perry Exp $ +.\" $NetBSD: elf2ecoff.1,v 1.4 1998/02/06 06:18:34 perry Exp $ .\" .\" Copyright 1996 The Board of Trustees of The Leland Stanford .\" Junior University. All Rights Reserved. @@ -28,7 +28,9 @@ and produces an equivalent ECOFF format executable file. .Pp The .Nm -utility is used to convert native NetBSD ELF binaries +utility is used to convert native +.Nx +ELF binaries to a.out format, for compatibility with DECstation diskless-boot PROM code and diskless-boot servers that require ECOFF format binaries. .Pp @@ -54,6 +56,8 @@ utility may be a better solution than .Nm "" . .Sh HISTORY .Nm -was originally developed for NetBSD/pmax by Ted Lemon +was originally developed for +.Nx Ns Tn /pmax +by Ted Lemon and was first distributed with the pmax port of .Nx 1.1 . diff --git a/usr.bin/fdformat/fdformat.1 b/usr.bin/fdformat/fdformat.1 index c5aea2e9bdf..36e8aad045b 100644 --- a/usr.bin/fdformat/fdformat.1 +++ b/usr.bin/fdformat/fdformat.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: fdformat.1,v 1.6 1997/10/21 00:14:45 thorpej Exp $ +.\" $NetBSD: fdformat.1,v 1.7 1998/02/06 06:18:47 perry Exp $ .\" .\" Copyright (c) 1996, 1997 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -116,4 +116,5 @@ diskette's normal density. .Sh HISTORY The .Nm -utility appeared in NetBSD-1.3. +utility appeared in +.Nx 1.3 . diff --git a/usr.bin/showmount/showmount.8 b/usr.bin/showmount/showmount.8 index 91e8e933c72..bd1a319a331 100644 --- a/usr.bin/showmount/showmount.8 +++ b/usr.bin/showmount/showmount.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: showmount.8,v 1.7 1997/10/19 23:09:41 lukem Exp $ +.\" $NetBSD: showmount.8,v 1.8 1998/02/06 06:19:01 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -92,4 +92,5 @@ as accurately as the mount daemon reports it. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/usr.bin/tr/tr.1 b/usr.bin/tr/tr.1 index a1862fd7589..6d76d13e4ca 100644 --- a/usr.bin/tr/tr.1 +++ b/usr.bin/tr/tr.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tr.1,v 1.6 1997/10/20 00:56:05 lukem Exp $ +.\" $NetBSD: tr.1,v 1.7 1998/02/06 06:19:13 perry Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -247,9 +247,12 @@ Strip out non-printable characters from file1. .D1 Li "tr -cd \*q[:print:]\*q < file1" .Sh COMPATIBILITY System V has historically implemented character ranges using the syntax -``[c-c]'' instead of the ``c-c'' used by historic BSD implementations and +``[c-c]'' instead of the ``c-c'' used by historic +.Bx +implementations and standardized by POSIX. -System V shell scripts should work under this implementation as long as +.At V +shell scripts should work under this implementation as long as the range is intended to map in another range, i.e. the command ``tr [a-z] [A-Z]'' will work as it will map the ``['' character in .Ar string1 diff --git a/usr.bin/tset/tset.1 b/usr.bin/tset/tset.1 index 7924832bbb0..53292dd41fd 100644 --- a/usr.bin/tset/tset.1 +++ b/usr.bin/tset/tset.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: tset.1,v 1.7 1997/11/11 14:40:20 mrg Exp $ +.\" $NetBSD: tset.1,v 1.8 1998/02/06 06:19:37 perry Exp $ .\" .\" Copyright (c) 1985, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -367,7 +367,9 @@ and options have been deleted from the .Nm utility. -None of them were documented in 4.3BSD and all are of limited utility at +None of them were documented in +.Bx 4.3 +and all are of limited utility at best. The .Fl a , diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index 088aade1850..bc4d3329b17 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: wc.1,v 1.8 1997/10/20 03:14:32 lukem Exp $ +.\" $NetBSD: wc.1,v 1.9 1998/02/06 06:19:52 perry Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -121,7 +121,10 @@ characters delimited by <space>, <tab> or <newline> characters''. The implementation, however, didn't handle non-printing characters correctly so that `` ^D^E '' counted as 6 spaces, while ``foo^D^Ebar'' counted as 8 characters. -4BSD systems after 4.3BSD modified the implementation to be consistent +.Bx 4 +systems after +.Bx 4.3 +modified the implementation to be consistent with the documentation. This implementation defines a ``word'' in terms of the .Xr isspace 3 diff --git a/usr.bin/whereis/whereis.1 b/usr.bin/whereis/whereis.1 index 5b5e877091e..22dfb287bf3 100644 --- a/usr.bin/whereis/whereis.1 +++ b/usr.bin/whereis/whereis.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: whereis.1,v 1.6 1997/10/20 03:18:46 lukem Exp $ +.\" $NetBSD: whereis.1,v 1.7 1998/02/06 06:20:06 perry Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -62,4 +62,5 @@ utility are no longer available in this version. .Sh HISTORY The .Nm -command appeared in 3.0BSD. +command appeared in +.Bx 3.0 . diff --git a/usr.sbin/kvm_mkdb/kvm_mkdb.8 b/usr.sbin/kvm_mkdb/kvm_mkdb.8 index fa6a2f8969a..b7e62315ab4 100644 --- a/usr.sbin/kvm_mkdb/kvm_mkdb.8 +++ b/usr.sbin/kvm_mkdb/kvm_mkdb.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: kvm_mkdb.8,v 1.9 1997/10/17 10:15:04 lukem Exp $ +.\" $NetBSD: kvm_mkdb.8,v 1.10 1998/02/06 06:20:26 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -69,4 +69,5 @@ information about the current system. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/usr.sbin/lastlogin/lastlogin.8 b/usr.sbin/lastlogin/lastlogin.8 index 97df99bd65e..8b662e7b9c5 100644 --- a/usr.sbin/lastlogin/lastlogin.8 +++ b/usr.sbin/lastlogin/lastlogin.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: lastlogin.8,v 1.2 1997/10/17 10:18:36 lukem Exp $ +.\" $NetBSD: lastlogin.8,v 1.3 1998/02/06 06:20:39 perry Exp $ .\" .\" Copyright (c) 1996 John M. Vinopal .\" All rights reserved. @@ -69,4 +69,6 @@ last login database .Xr ac 8 .Sh AUTHOR John M. Vinopal wrote this program in January 1996 and contributed it -to the NetBSD project. +to the +.Nx +project. diff --git a/usr.sbin/mountd/mountd.8 b/usr.sbin/mountd/mountd.8 index dd51d0a5d71..6ca02b83368 100644 --- a/usr.sbin/mountd/mountd.8 +++ b/usr.sbin/mountd/mountd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: mountd.8,v 1.15 1997/09/14 02:26:14 lukem Exp $ +.\" $NetBSD: mountd.8,v 1.16 1998/02/06 06:20:53 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -110,4 +110,5 @@ the pid of the currently running .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/usr.sbin/nfsd/nfsd.8 b/usr.sbin/nfsd/nfsd.8 index a10045f4366..6282c0c6f4a 100644 --- a/usr.sbin/nfsd/nfsd.8 +++ b/usr.sbin/nfsd/nfsd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: nfsd.8,v 1.8 1997/10/17 11:53:25 lukem Exp $ +.\" $NetBSD: nfsd.8,v 1.9 1998/02/06 06:21:08 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -114,4 +114,5 @@ utility exits 0 on success, and >0 if an error occurs. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/usr.sbin/nfsiod/nfsiod.8 b/usr.sbin/nfsiod/nfsiod.8 index ea937b403a9..954a1e91d5a 100644 --- a/usr.sbin/nfsiod/nfsiod.8 +++ b/usr.sbin/nfsiod/nfsiod.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: nfsiod.8,v 1.7 1997/10/17 11:54:32 lukem Exp $ +.\" $NetBSD: nfsiod.8,v 1.8 1998/02/06 06:21:29 perry Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -73,4 +73,5 @@ utility exits 0 on success, and >0 if an error occurs. .Sh HISTORY The .Nm -utility first appeared in 4.4BSD. +utility first appeared in +.Bx 4.4 . diff --git a/usr.sbin/pkg_install/add/pkg_add.1 b/usr.sbin/pkg_install/add/pkg_add.1 index 96ce92fe877..8d9efae2b18 100644 --- a/usr.sbin/pkg_install/add/pkg_add.1 +++ b/usr.sbin/pkg_install/add/pkg_add.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_add.1,v 1.5 1997/11/10 00:29:21 hubertf Exp $ +.\" $NetBSD: pkg_add.1,v 1.6 1998/02/06 06:21:47 perry Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -353,7 +353,8 @@ Where to register packages instead of .It "Jordan Hubbard" Initial work and ongoing development. .It "John Kohl" -NetBSD refinements. +.Nx +refinements. .El .Sh BUGS Hard links between files in a distribution are only preserved if either diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index 20e8b367a46..8c470ddb3ce 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_create.1,v 1.6 1997/10/16 00:50:37 hubertf Exp $ +.\" $NetBSD: pkg_create.1,v 1.7 1998/02/06 06:22:09 perry Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -362,13 +362,15 @@ directives may be used if the package depends on multiple other packages. .Sh HISTORY The .Nm -command first appeared in FreeBSD. +command first appeared in +.Fx . .Sh AUTHORS .Bl -tag -width indent -compact .It "Jordan Hubbard" most of the work .It "John Kohl" -refined it for NetBSD +refined it for +.Nx .El .Sh BUGS Hard links between files in a distribution must be bracketed by diff --git a/usr.sbin/pkg_install/delete/pkg_delete.1 b/usr.sbin/pkg_install/delete/pkg_delete.1 index 0dbafc79fa7..064001438af 100644 --- a/usr.sbin/pkg_install/delete/pkg_delete.1 +++ b/usr.sbin/pkg_install/delete/pkg_delete.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_delete.1,v 1.3 1997/10/16 00:32:06 hubertf Exp $ +.\" $NetBSD: pkg_delete.1,v 1.4 1998/02/06 06:22:31 perry Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -173,7 +173,8 @@ or .It "Jordan Hubbard" most of the work .It "John Kohl" -refined it for NetBSD +refined it for +.Nx .El .Sh BUGS Sure to be some. diff --git a/usr.sbin/pkg_install/info/pkg_info.1 b/usr.sbin/pkg_install/info/pkg_info.1 index b5e18b0ab30..bbda27ee0b8 100644 --- a/usr.sbin/pkg_install/info/pkg_info.1 +++ b/usr.sbin/pkg_install/info/pkg_info.1 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_info.1,v 1.4 1997/10/16 00:32:10 hubertf Exp $ +.\" $NetBSD: pkg_info.1,v 1.5 1998/02/06 06:22:45 perry Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -130,7 +130,8 @@ in .It "Jordan Hubbard" most of the work .It "John Kohl" -refined it for NetBSD +refined it for +.Nx .El .Sh BUGS Sure to be some. diff --git a/usr.sbin/pstat/pstat.8 b/usr.sbin/pstat/pstat.8 index 0fe3d152920..e4470273dcd 100644 --- a/usr.sbin/pstat/pstat.8 +++ b/usr.sbin/pstat/pstat.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pstat.8,v 1.18 1997/10/17 12:16:54 lukem Exp $ +.\" $NetBSD: pstat.8,v 1.19 1998/02/06 06:23:05 perry Exp $ .\" .\" Copyright (c) 1980, 1991, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -347,4 +347,5 @@ Does not understand NFS swap servers. .Sh HISTORY The .Nm -command appeared in 4.0BSD. +command appeared in +.Bx 4.0 . diff --git a/usr.sbin/rpc.lockd/rpc.lockd.8 b/usr.sbin/rpc.lockd/rpc.lockd.8 index d5555faa420..6004f646ade 100644 --- a/usr.sbin/rpc.lockd/rpc.lockd.8 +++ b/usr.sbin/rpc.lockd/rpc.lockd.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: rpc.lockd.8,v 1.2 1997/03/14 23:23:24 perry Exp $ +.\" $NetBSD: rpc.lockd.8,v 1.3 1998/02/06 06:23:18 perry Exp $ .\" .\" Copyright (c) 1995 A.R.Gordon, andrew.gordon@net-tel.co.uk .\" All rights reserved. @@ -87,8 +87,12 @@ RPC protocol specification for the network lock manager protocol. .Xr rpc.statd 8 .Sh BUGS The current implementation provides only the server side of the protocol -(i.e. clients running other OS types can establish locks on a NetBSD fileserver, -but there is currently no means for a NetBSD client to establish locks). +(i.e. clients running other OS types can establish locks on a +.Nx +fileserver, +but there is currently no means for a +.Nx +client to establish locks). .Pp No actual file or record locking is done. As such, it is recommended that NFS locking services be enabled only in environments where vendor NFS @@ -101,4 +105,5 @@ C218, "Protocols for X/Open PC Interworking: XNFS, Issue 4", ISBN 1 872630 66 9 .Sh HISTORY A version of .Nm -appeared in SunOS 4. +appeared in +.Tn SunOS 4 Ns . diff --git a/usr.sbin/sa/sa.8 b/usr.sbin/sa/sa.8 index d2365991c6e..8353db0b632 100644 --- a/usr.sbin/sa/sa.8 +++ b/usr.sbin/sa/sa.8 @@ -27,7 +27,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. .\" -.\" $NetBSD: sa.8,v 1.6 1997/11/24 06:29:25 lukem Exp $ +.\" $NetBSD: sa.8,v 1.7 1998/02/06 06:23:38 perry Exp $ .\" .Dd February 25, 1994 .Dt SA 8 @@ -217,7 +217,8 @@ that there's not much logic behind their lettering. .Pp The field labels should be more consistent. .Pp -NetBSD's VM system does not record the CPU storage integral. +.Nx Ns 's +VM system does not record the CPU storage integral. .Sh CAVEATS While the behavior of the options in this version of .Nm diff --git a/usr.sbin/sysctl/sysctl.8 b/usr.sbin/sysctl/sysctl.8 index 11622cac26a..46b56cff783 100644 --- a/usr.sbin/sysctl/sysctl.8 +++ b/usr.sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: sysctl.8,v 1.18 1998/01/05 10:03:44 lukem Exp $ +.\" $NetBSD: sysctl.8,v 1.19 1998/02/06 06:23:56 perry Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -235,4 +235,5 @@ definitions for fourth level UDP identifiers .Xr sysctl 3 .Sh HISTORY .Nm sysctl -first appeared in 4.4BSD. +first appeared in +.Bx 4.4 . |
