summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2000-12-14 11:52:05 +0000
committerru <ru@FreeBSD.org>2000-12-14 11:52:05 +0000
commitc23c39b3a4eb533f38c86ede46f098221735dffc (patch)
tree63e59881700f3d901bfd772c8b2224a54a15d43f /share
parentace23c11af6666a49f7d715506e9497fbdaf47b1 (diff)
downloadFreeBSD-src-c23c39b3a4eb533f38c86ede46f098221735dffc.zip
FreeBSD-src-c23c39b3a4eb533f38c86ede46f098221735dffc.tar.gz
mdoc(7) police: removed history info from the .Os FreeBSD call.
Diffstat (limited to 'share')
-rw-r--r--share/examples/mdoc/example.12
-rw-r--r--share/examples/mdoc/example.32
-rw-r--r--share/examples/mdoc/example.42
-rw-r--r--share/man/man4/ata.423
-rw-r--r--share/man/man4/bktr.42
-rw-r--r--share/man/man4/dpt.42
-rw-r--r--share/man/man4/ifmib.42
-rw-r--r--share/man/man4/intpm.413
-rw-r--r--share/man/man4/intro.42
-rw-r--r--share/man/man4/man4.i386/matcd.42
-rw-r--r--share/man/man4/man4.i386/mcd.42
-rw-r--r--share/man/man4/man4.i386/perfmon.42
-rw-r--r--share/man/man4/man4.i386/scd.42
-rw-r--r--share/man/man4/mtio.42
-rw-r--r--share/man/man4/pass.42
-rw-r--r--share/man/man4/pci.42
-rw-r--r--share/man/man4/scsi.42
-rw-r--r--share/man/man4/smp.42
-rw-r--r--share/man/man4/ttcp.42
-rw-r--r--share/man/man4/xpt.42
-rw-r--r--share/man/man5/devfs.52
-rw-r--r--share/man/man5/elf.52
-rw-r--r--share/man/man5/ethers.52
-rw-r--r--share/man/man5/fbtab.52
-rw-r--r--share/man/man5/intro.52
-rw-r--r--share/man/man6/intro.62
-rw-r--r--share/man/man7/ports.72
-rw-r--r--share/man/man9/devstat.92
-rw-r--r--share/man/man9/ifnet.92
-rw-r--r--share/man/man9/intro.92
-rw-r--r--share/man/man9/posix4.94
31 files changed, 51 insertions, 45 deletions
diff --git a/share/examples/mdoc/example.1 b/share/examples/mdoc/example.1
index 6959b0d..236a8ff 100644
--- a/share/examples/mdoc/example.1
+++ b/share/examples/mdoc/example.1
@@ -34,7 +34,7 @@
.\" Note: Only specify the operating system when the command
.\" is FreeBSD specific, otherwise use the .Os macro with no
.\" arguments.
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm example
.Nd example command manual page
diff --git a/share/examples/mdoc/example.3 b/share/examples/mdoc/example.3
index 4ec3865..d4d495c 100644
--- a/share/examples/mdoc/example.3
+++ b/share/examples/mdoc/example.3
@@ -34,7 +34,7 @@
.\" Note: Only specify the operating system when the command
.\" is FreeBSD specific, otherwise use the .Os macro with no
.\" arguments.
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm example
.Nd example library function manual page
diff --git a/share/examples/mdoc/example.4 b/share/examples/mdoc/example.4
index eb27bd6..fe889fd 100644
--- a/share/examples/mdoc/example.4
+++ b/share/examples/mdoc/example.4
@@ -34,7 +34,7 @@
.\" Note: Only specify the operating system when the command
.\" is FreeBSD specific, otherwise use the .Os macro with no
.\" arguments.
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm example
.Nd example device driver manual page
diff --git a/share/man/man4/ata.4 b/share/man/man4/ata.4
index 669beb9..6f231a0 100644
--- a/share/man/man4/ata.4
+++ b/share/man/man4/ata.4
@@ -28,7 +28,7 @@
.\"
.Dd January 27, 2000
.Dt ATA 4
-.Os FreeBSD 4.0
+.Os FreeBSD
.Sh NAME
.Nm ata ,
.Nm acd ,
@@ -128,7 +128,9 @@ Ultra DMA 66 (UDMA4), 66 MB/sec
.Pp
All unknown chipsets can be supported at the maximum speed of 16 MB/sec.
.Pp
-The ata driver also allows for changes to the transfer mode of the devices
+The
+.Nm
+driver also allows for changes to the transfer mode of the devices
at a later time when the system is up and running.
.Pp
The driver attempts to set the maximum performance transfer mode on your disk
@@ -173,7 +175,9 @@ ATAPI floppy drive device nodes
.It Pa /dev/ast*
ATAPI tape drive device nodes
.It Pa /sys/i386/conf/GENERIC
-sample generic kernel config file for ata based systems
+sample generic kernel config file for
+.Nm
+based systems
.El
.Sh NOTES
Static numbering
@@ -188,7 +192,9 @@ ad0 and ad2 exist in the absence of ad1.
The advantage is that the addition of the formerly absent drive
does not cause the numbers of the other drives to change.
.Pp
-The ata driver does not support MFM/RLL/ESDI (ST-506) style disks.
+The
+.Nm
+driver does not support MFM/RLL/ESDI (ST-506) style disks.
.Pp
Remember that in order to use UDMA4 mode you
.Em have
@@ -201,9 +207,16 @@ the same ATA channel is not recommended,
unless they are run at the non-UDMA4 device's lower speed.
The driver has been designed to handle that kind of setup but lots of
older devices do not like this.
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 4.0 .
.Sh AUTHORS
.An -nosplit
-The ata driver was written by
+The
+.Nm
+driver was written by
.An S\(/oren Schmidt
.Aq sos@FreeBSD.org .
.Pp
diff --git a/share/man/man4/bktr.4 b/share/man/man4/bktr.4
index 67d613b..6cb9404 100644
--- a/share/man/man4/bktr.4
+++ b/share/man/man4/bktr.4
@@ -3,7 +3,7 @@
.\"
.Dd January 28, 1998
.Dt BKTR 4 i386
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm brooktree
.Nd video capture driver
diff --git a/share/man/man4/dpt.4 b/share/man/man4/dpt.4
index 34c92a1..61e5402 100644
--- a/share/man/man4/dpt.4
+++ b/share/man/man4/dpt.4
@@ -25,7 +25,7 @@
.\"
.Dd October 16, 1998
.Dt DPT 4 i386
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm dpt
.Nd DPT RAID Controller SCSI driver
diff --git a/share/man/man4/ifmib.4 b/share/man/man4/ifmib.4
index c170937..a156012 100644
--- a/share/man/man4/ifmib.4
+++ b/share/man/man4/ifmib.4
@@ -29,7 +29,7 @@
.\"
.Dd November 15, 1996
.Dt IFMIB 4
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm ifmib
.Nd Management Information Base for network interfaces
diff --git a/share/man/man4/intpm.4 b/share/man/man4/intpm.4
index e46dfb8..f2e5ca1 100644
--- a/share/man/man4/intpm.4
+++ b/share/man/man4/intpm.4
@@ -24,21 +24,15 @@
.\"
.\" $FreeBSD$
.\"
-.\" Note: The date here should be updated whenever a non-trivial
-.\" change is made to the manual page.
.Dd January 8, 1999
.Dt INTPM 4 i386
-.\" Note: Only specify the operating system when the command
-.\" is FreeBSD specific, otherwise use the .Os macro with no
-.\" arguments.
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm intpm
.Nd Intel PIIX4 Power management controller driver.
.Sh SYNOPSIS
.Cd device smbus
.Cd device intpm
-
.Sh DESCRIPTION
This driver provides access to
.Tn Intel PIIX4 PCI Controller function 3 ,
@@ -48,15 +42,14 @@ function is implemented.
But it also have bus idle monitoring function.
It
will display mapped I/O address for bus monitoring function when attaching.
-
.Sh SEE ALSO
.Xr smb 4 ,
.Xr smbus 4
.Sh HISTORY
The
.Nm
-manual page example first appeared in
-.Fx 3.0 .
+driver first appeared in
+.Fx 3.4 .
.Sh AUTHORS
This
manual page was written by
diff --git a/share/man/man4/intro.4 b/share/man/man4/intro.4
index 1507119..fc2854e 100644
--- a/share/man/man4/intro.4
+++ b/share/man/man4/intro.4
@@ -27,7 +27,7 @@
.\"
.Dd January 20, 1996
.Dt INTRO 4
-.Os FreeBSD 2.1
+.Os FreeBSD
.Sh NAME
.Nm intro
.Nd introduction to devices and device drivers
diff --git a/share/man/man4/man4.i386/matcd.4 b/share/man/man4/man4.i386/matcd.4
index a1a0d09..56b799a 100644
--- a/share/man/man4/man4.i386/matcd.4
+++ b/share/man/man4/man4.i386/matcd.4
@@ -86,7 +86,7 @@
.Dd September 24, 1995
.Dt MATCD 4 i386
.\"Synchronized to Version 1(25) of matcd.c
-.Os FreeBSD 2.0.5
+.Os FreeBSD
.Sh NAME
.Nm matcd
.Nd Matsushita (Panasonic) CD-ROM driver
diff --git a/share/man/man4/man4.i386/mcd.4 b/share/man/man4/man4.i386/mcd.4
index 4c7bbc6..d6a0fef 100644
--- a/share/man/man4/man4.i386/mcd.4
+++ b/share/man/man4/man4.i386/mcd.4
@@ -28,7 +28,7 @@
.\"
.Dd December 8, 1994
.Dt MCD 4 i386
-.Os FreeBSD 2.0
+.Os FreeBSD
.Sh NAME
.Nm mcd
.Nd Mitsumi CD-ROM driver
diff --git a/share/man/man4/man4.i386/perfmon.4 b/share/man/man4/man4.i386/perfmon.4
index 17203d0..2df7739 100644
--- a/share/man/man4/man4.i386/perfmon.4
+++ b/share/man/man4/man4.i386/perfmon.4
@@ -29,7 +29,7 @@
.\" $FreeBSD$
.Dd March 26, 1996
.Dt PERFMON 4 i386
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm perfmon
.Nd CPU performance-monitoring interface
diff --git a/share/man/man4/man4.i386/scd.4 b/share/man/man4/man4.i386/scd.4
index b2501ac..3c9aec4 100644
--- a/share/man/man4/man4.i386/scd.4
+++ b/share/man/man4/man4.i386/scd.4
@@ -28,7 +28,7 @@
.\"
.Dd January 1, 1995
.Dt SCD 4 i386
-.Os FreeBSD 2.0.5
+.Os FreeBSD
.Sh NAME
.Nm scd
.Nd Sony CDU31/33 CD-ROM driver
diff --git a/share/man/man4/mtio.4 b/share/man/man4/mtio.4
index b5cc6cf..8b1b1fc 100644
--- a/share/man/man4/mtio.4
+++ b/share/man/man4/mtio.4
@@ -37,7 +37,7 @@
.\"
.Dd February 11, 1996
.Dt MTIO 4
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm mtio
.Nd
diff --git a/share/man/man4/pass.4 b/share/man/man4/pass.4
index 0baadeb..eb7f64b 100644
--- a/share/man/man4/pass.4
+++ b/share/man/man4/pass.4
@@ -29,7 +29,7 @@
.\"
.Dd October 10, 1998
.Dt PASS 4
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm pass
.Nd CAM application passthrough driver
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index a1d119a..af51350 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -26,7 +26,7 @@
.\"
.Dd October 24, 1999
.Dt PCI 4
-.Os FreeBSD 4.0
+.Os FreeBSD
.Sh NAME
.Nm pci
.Nd Generic PCI driver
diff --git a/share/man/man4/scsi.4 b/share/man/man4/scsi.4
index ca1d81a..a0c6647 100644
--- a/share/man/man4/scsi.4
+++ b/share/man/man4/scsi.4
@@ -26,7 +26,7 @@
.\" $FreeBSD$
.Dd October 15, 1998
.Dt SCSI 4
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm SCSI ,
.Nm CAM
diff --git a/share/man/man4/smp.4 b/share/man/man4/smp.4
index 4946293..4ae57ce 100644
--- a/share/man/man4/smp.4
+++ b/share/man/man4/smp.4
@@ -25,7 +25,7 @@
.\"
.Dd August 4, 1997
.Dt SMP 4
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm SMP
.Nd description of the FreeBSD Symmetric MultiProcessor kernel.
diff --git a/share/man/man4/ttcp.4 b/share/man/man4/ttcp.4
index 5faed33..7018f5c 100644
--- a/share/man/man4/ttcp.4
+++ b/share/man/man4/ttcp.4
@@ -29,7 +29,7 @@
.\"
.Dd January 18, 1995
.Dt TTCP 4
-.Os FreeBSD 2.1
+.Os FreeBSD
.Sh NAME
.Nm ttcp
.Nd Transmission Control Protocol Extensions for Transactions
diff --git a/share/man/man4/xpt.4 b/share/man/man4/xpt.4
index 9fd4fd3..4d400ec 100644
--- a/share/man/man4/xpt.4
+++ b/share/man/man4/xpt.4
@@ -29,7 +29,7 @@
.\"
.Dd October 10, 1998
.Dt XPT 4
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm xpt
.Nd CAM transport layer interface
diff --git a/share/man/man5/devfs.5 b/share/man/man5/devfs.5
index 69500c4..b048300 100644
--- a/share/man/man5/devfs.5
+++ b/share/man/man5/devfs.5
@@ -40,7 +40,7 @@
.\"
.Dd December 14, 1996
.Dt DEVFS 5
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm devfs
.Nd device file system
diff --git a/share/man/man5/elf.5 b/share/man/man5/elf.5
index 5a16a6d..5502a81 100644
--- a/share/man/man5/elf.5
+++ b/share/man/man5/elf.5
@@ -26,7 +26,7 @@
.\"
.Dd July 31, 1999
.Dt ELF 5
-.Os FreeBSD 3.3
+.Os FreeBSD
.Sh NAME
.Nm elf
.Nd format of ELF executable binary files
diff --git a/share/man/man5/ethers.5 b/share/man/man5/ethers.5
index aaa665d..dc48bea 100644
--- a/share/man/man5/ethers.5
+++ b/share/man/man5/ethers.5
@@ -32,7 +32,7 @@
.\"
.Dd April 12, 1995
.Dt ETHERS 5
-.Os FreeBSD 2.1
+.Os FreeBSD
.Sh NAME
.Nm ethers
.Nd ethernet address database
diff --git a/share/man/man5/fbtab.5 b/share/man/man5/fbtab.5
index e01f2f0..61753c6 100644
--- a/share/man/man5/fbtab.5
+++ b/share/man/man5/fbtab.5
@@ -3,7 +3,7 @@
.\"
.Dd August 22, 1994
.Dt FBTAB 5
-.Os FreeBSD 2.0
+.Os FreeBSD
.Sh NAME
.Nm fbtab
.Nd change device protection upon login
diff --git a/share/man/man5/intro.5 b/share/man/man5/intro.5
index 87ed18b..6242f7e 100644
--- a/share/man/man5/intro.5
+++ b/share/man/man5/intro.5
@@ -33,7 +33,7 @@
.\"
.Dd February 16, 1997
.Dt INTRO 5
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm intro
.Nd "introduction to file formats"
diff --git a/share/man/man6/intro.6 b/share/man/man6/intro.6
index db541b6..2c65fd1 100644
--- a/share/man/man6/intro.6
+++ b/share/man/man6/intro.6
@@ -33,7 +33,7 @@
.\"
.Dd February 16, 1997
.Dt INTRO 6
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm intro
.Nd "introduction to games"
diff --git a/share/man/man7/ports.7 b/share/man/man7/ports.7
index 84a5a91..4794c3e 100644
--- a/share/man/man7/ports.7
+++ b/share/man/man7/ports.7
@@ -27,7 +27,7 @@
.\"
.Dd January 25, 1998
.Dt PORTS 7
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm ports
.Nd contributed applications
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9
index d416a5d..0aed5e7 100644
--- a/share/man/man9/devstat.9
+++ b/share/man/man9/devstat.9
@@ -29,7 +29,7 @@
.\"
.Dd May 22, 1998
.Dt DEVSTAT 9
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm devstat ,
.Nm devstat_add_entry ,
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index e597772..b9e7518 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.Dd January 15, 1997
-.Os FreeBSD 3.0
+.Os FreeBSD
.Dt IFNET 9
.Sh NAME
.Nm ifnet ,
diff --git a/share/man/man9/intro.9 b/share/man/man9/intro.9
index d58f5b6..33be8ad 100644
--- a/share/man/man9/intro.9
+++ b/share/man/man9/intro.9
@@ -33,7 +33,7 @@
.\"
.Dd December 13, 1995
.Dt INTRO 9
-.Os FreeBSD 2.2
+.Os FreeBSD
.Sh NAME
.Nm intro
.Nd "introduction to system kernel interfaces"
diff --git a/share/man/man9/posix4.9 b/share/man/man9/posix4.9
index ede4cf3..4c8ebe3 100644
--- a/share/man/man9/posix4.9
+++ b/share/man/man9/posix4.9
@@ -25,13 +25,13 @@
.\" $FreeBSD$
.Dd March 1, 1998
.Dt POSIX.1B 9
-.Os FreeBSD 3.0
+.Os FreeBSD
.Sh NAME
.Nm posix1b
.Nd "Posix P1003-1B extensions"
.Sh DESCRIPTION
POSIX.1B adds real time extensions and some commonly used
-Berkeley extensions to POSIX.1
+Berkeley extensions to POSIX.1.
This section contains preliminary information about avoiding conflicts
and adding support for the required ability to specify the interface
version.
OpenPOWER on IntegriCloud