Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 Punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/ed6e8c9b3a39
branches:  trunk
changeset: 514493:ed6e8c9b3a39
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Sep 04 03:00:46 2001 +0000

description:
Punctuation fixes.

diffstat:

 share/man/man9/ioasic.9 |   6 +++---
 share/man/man9/isa.9    |  14 +++++++-------
 share/man/man9/pci.9    |  12 ++++++------
 share/man/man9/pcmcia.9 |   6 +++---
 share/man/man9/time.9   |   4 ++--
 share/man/man9/vme.9    |   6 +++---
 6 files changed, 24 insertions(+), 24 deletions(-)

diffs (215 lines):

diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/ioasic.9
--- a/share/man/man9/ioasic.9   Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/ioasic.9   Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: ioasic.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: ioasic.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -178,7 +178,7 @@
 bus_dma resources, and map the appropriate bus_space region using
 .Fn bus_space_subregion
 with
-.Fa iada_offset.
+.Fa iada_offset .
 .Sh DMA SUPPORT
 No additional support is provided for
 .Nm
@@ -208,7 +208,7 @@
 source tree where actual code implementing or utilising the
 machine-independent IOASIC subsystem can be found.  All pathnames are
 relative to
-.Pa /usr/src.
+.Pa /usr/src .
 .Pp
 The IOASIC subsystem itself is implemented within the file
 .Pa sys/dev/tc/ioasic_subr.c .
diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/isa.9
--- a/share/man/man9/isa.9      Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/isa.9      Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: isa.9,v 1.3 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: isa.9,v 1.4 2001/09/04 03:00:46 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -215,7 +215,7 @@
 argument are the same as for
 .Fn bus_dmamap_create
 (see
-.Xr bus_dma 9 ).
+.Xr bus_dma 9 ) .
 This function returns zero on success or an error value on failure.
 .It Fn isa_dmamap_destroy "ic" "chan"
 Destroy the DMA map for DMA channel
@@ -230,7 +230,7 @@
 argument are the same as for
 .Fn bus_dmamem_alloc
 (see
-.Xr bus_dma 9 ).
+.Xr bus_dma 9 ) .
 The bus-address of the memory is returned in
 .Fa addrp .
 This function returns zero on success or an error value on failure.
@@ -258,7 +258,7 @@
 argument are the same as for
 .Fn bus_dmamem_map
 (see
-.Xr bus_dma 9 ).
+.Xr bus_dma 9 ) .
 The kernel virtual address is returned in
 .Fa kvap .
 This function returns zero on success or an error value on failure.
@@ -332,7 +332,7 @@
 is the bus-space flags.  Valid values are the same as for
 .Fn bus_dmamap_load
 (see
-.Xr bus_dma 9 ).
+.Xr bus_dma 9 ) .
 .It Fn isa_dmaabort "ic" "chan"
 Abort a DMA transfer on channel
 .Fa chan .
@@ -394,7 +394,7 @@
 .Pp
 During the driver attach step, the I/O and memory address spaces
 should be mapped (see
-.Xr bus_space 9 ).
+.Xr bus_space 9 ) .
 .Sh DMA SUPPORT
 Extensive DMA facilities are provided for the ISA bus.  A driver can
 use up to two DMA channels simultaneously.  The DMA channels allocated
@@ -458,7 +458,7 @@
 source tree where actual code implementing or utilising the
 machine-independent ISA subsystem can be found.  All pathnames are
 relative to
-.Pa /usr/src.
+.Pa /usr/src .
 .Pp
 The ISA subsystem itself is implemented within the files
 .Pa sys/dev/isa/isa.c
diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/pci.9
--- a/share/man/man9/pci.9      Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/pci.9      Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pci.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: pci.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -209,7 +209,7 @@
 If
 .Fa offsetp
 is not NULL, the register offset in configuration space is returned in
-.Fa offsetp.
+.Fa offsetp .
 If
 .Fa valuep
 is not NULL, the value of the capability is returned in
@@ -275,7 +275,7 @@
 are bus-space flags passed to
 .Fn bus_space_map
 to perform the mapping (see
-.Xr bus_space 9 ).
+.Xr bus_space 9 ) .
 The bus-space tag and handle for the mapped register window are
 returned in
 .Fa tagp
@@ -406,7 +406,7 @@
 .Fn pci_mapreg_map .
 Device registers can now be accessed using the standard bus-space API
 (see
-.Xr bus_space 9 ).
+.Xr bus_space 9 ) .
 .Pp
 Details of using PCI interrupts is described in
 .Xr pci_intr 9 .
@@ -420,14 +420,14 @@
 .Pp
 During system shutdown, it is necessary to abort any DMA transfers in
 progress by registering a shutdown hook (see
-.Xr shutdownhook_establish 9 ).
+.Xr shutdownhook_establish 9 ) .
 .Sh CODE REFERENCES
 This section describes places within the
 .Nx
 source tree where actual code implementing or utilising the
 machine-independent PCI subsystem can be found.  All pathnames are
 relative to
-.Pa /usr/src.
+.Pa /usr/src .
 .Pp
 The PCI subsystem itself is implemented within the files
 .Pa sys/dev/pci/pci.c ,
diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/pcmcia.9
--- a/share/man/man9/pcmcia.9   Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/pcmcia.9   Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: pcmcia.9,v 1.2 2001/09/04 02:51:16 wiz Exp $
+.\"     $NetBSD: pcmcia.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -413,7 +413,7 @@
 source tree where actual code implementing or utilising the
 machine-independent PCMCIA subsystem can be found.  All pathnames are
 relative to
-.Pa /usr/src.
+.Pa /usr/src .
 .Pp
 The PCMCIA subsystem itself is implemented within the file
 .Pa sys/dev/pcmcia/pcmcia.c .
@@ -437,7 +437,7 @@
 .Xr autoconf 9 ,
 .Xr bus_dma 9 ,
 .Xr bus_space 9 ,
-.Xr driver 9 .
+.Xr driver 9
 .Sh HISTORY
 The machine-independent PCMCIA subsystem appeared in
 .Nx 1.3 .
diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/time.9
--- a/share/man/man9/time.9     Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/time.9     Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: time.9,v 1.9 2001/09/04 02:51:17 wiz Exp $
+.\" $NetBSD: time.9,v 1.10 2001/09/04 03:00:47 wiz Exp $
 .\"
 .\" Copyright (c) 1994 Christopher G. Demetriou
 .\" All rights reserved.
@@ -90,7 +90,7 @@
 .Va time
 at boot, and is updated by the periodic timer interrupt.  (It is
 not updated by
-.Xr settimeofday 2 .)
+.Xr settimeofday 2 . )
 .Pp
 All of these variables contain times
 expressed in seconds and microseconds since midnight (0 hour),
diff -r 7e016c5f53d5 -r ed6e8c9b3a39 share/man/man9/vme.9
--- a/share/man/man9/vme.9      Tue Sep 04 02:59:32 2001 +0000
+++ b/share/man/man9/vme.9      Tue Sep 04 03:00:46 2001 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: vme.9,v 1.2 2001/09/04 02:51:17 wiz Exp $
+.\"     $NetBSD: vme.9,v 1.3 2001/09/04 03:00:47 wiz Exp $
 .\"
 .\" Copyright (c) 2001 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -298,7 +298,7 @@
 of size
 .Fa size
 and address-space modifiers
-.Fa ams.
+.Fa ams .
 .Fn vme_space_alloc
 returns EINVAL on invalid inputs.
 .It Fn vme_space_free "vc" "addr" "size" "ams"
@@ -309,7 +309,7 @@
 of size
 .Fa size
 and address-space modifiers
-.Fa ams.
+.Fa ams .
 .It Fn vme_space_get "vc" "size" "ams" "align" "addr"
 Returns EINVAL on invalid inputs.
 .El



Home | Main Index | Thread Index | Old Index