diff options
author | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
---|---|---|
committer | Anthony J. Bentley <bentley@cvs.openbsd.org> | 2015-02-15 22:26:46 +0000 |
commit | acf930c59c72b8618852e05d61e1709e6190a3d0 (patch) | |
tree | 5ec14226bce7b092465925b57a97d3a3812d2691 /share/man/man4 | |
parent | 908d14f9c35bb3bc8b5ff316e6fb6c06ae6447b7 (diff) |
Use "In" to mark up include files, instead of wrongly wrapping with Aq.
Aq is not the same as <> in non-ASCII situations, so this caused
incorrect output in some places. And it provided no semantics besides.
ok schwarze@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.luna88k/lcd.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc/fga.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/uperf.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/mtc.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/ra.4 | 6 | ||||
-rw-r--r-- | share/man/man4/man4.vax/uda.4 | 6 | ||||
-rw-r--r-- | share/man/man4/speaker.4 | 6 | ||||
-rw-r--r-- | share/man/man4/usb.4 | 8 | ||||
-rw-r--r-- | share/man/man4/wsdisplay.4 | 8 |
9 files changed, 29 insertions, 29 deletions
diff --git a/share/man/man4/man4.luna88k/lcd.4 b/share/man/man4/man4.luna88k/lcd.4 index f8e96163d63..7167fac21b0 100644 --- a/share/man/man4/man4.luna88k/lcd.4 +++ b/share/man/man4/man4.luna88k/lcd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lcd.4,v 1.3 2014/04/22 22:58:02 aoyama Exp $ +.\" $OpenBSD: lcd.4,v 1.4 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 2007 Kenji AOYAMA <aoyama@nk-home.net> .\" All rights reserved. @@ -24,7 +24,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: April 22 2014 $ +.Dd $Mdocdate: February 15 2015 $ .Dt LCD 4 luna88k .Os .Sh NAME @@ -67,7 +67,7 @@ Restore boot-time LCD message. .El .Pp These ioctl parameters are defined in -.Aq Ar machine/lcd.h . +.In machine/lcd.h . .Sh FILES .Bl -tag -width /dev/lcd .It Pa /dev/lcd diff --git a/share/man/man4/man4.sparc/fga.4 b/share/man/man4/man4.sparc/fga.4 index 9679df56e28..a4401a307df 100644 --- a/share/man/man4/man4.sparc/fga.4 +++ b/share/man/man4/man4.sparc/fga.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fga.4,v 1.13 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: fga.4,v 1.14 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 1999 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 15 2015 $ .Dt FGA 4 sparc .Os .Sh NAME @@ -79,7 +79,7 @@ The device responds to the following .Xr ioctl 2 calls defined in -.Aq Pa machine/fgaio.h : +.In machine/fgaio.h : .Bl -tag -width FGAIOCSEM .It Dv FGAIOCSEM .Pq Li "struct fga_sem" diff --git a/share/man/man4/man4.sparc64/uperf.4 b/share/man/man4/man4.sparc64/uperf.4 index 6659e07c7d8..ee158d7209d 100644 --- a/share/man/man4/man4.sparc64/uperf.4 +++ b/share/man/man4/man4.sparc64/uperf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uperf.4,v 1.16 2013/07/16 16:05:50 schwarze Exp $ +.\" $OpenBSD: uperf.4,v 1.17 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 2002 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 15 2015 $ .Dt UPERF 4 sparc64 .Os .Sh NAME @@ -190,7 +190,7 @@ The device responds to the following .Xr ioctl 2 calls, which are defined in -.Aq Pa dev/sun/uperfio.h . +.In dev/sun/uperfio.h . .Bl -tag -width UPIO_GCNTSRC .It Dv UPIO_GCNTSRC .Pq Li "struct uperf_io" diff --git a/share/man/man4/man4.vax/mtc.4 b/share/man/man4/man4.vax/mtc.4 index 8c98f422433..373530d1fff 100644 --- a/share/man/man4/man4.vax/mtc.4 +++ b/share/man/man4/man4.vax/mtc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mtc.4,v 1.7 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: mtc.4,v 1.8 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: mtc.4,v 1.4 2001/04/11 19:23:01 wiz Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: February 15 2015 $ .Dt MTC 4 vax .Os .Sh NAME @@ -59,7 +59,7 @@ communicates with the host through a packet protocol known as the Mass Storage Control Protocol .Pq Tn MSCP . Consult the file -.Aq Pa mscp/mscp.h +.In mscp/mscp.h for a detailed description of this protocol. .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man4/man4.vax/ra.4 b/share/man/man4/man4.vax/ra.4 index a0a02438c3d..2b849e4d1ae 100644 --- a/share/man/man4/man4.vax/ra.4 +++ b/share/man/man4/man4.vax/ra.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ra.4,v 1.10 2013/06/02 20:42:27 tedu Exp $ +.\" $OpenBSD: ra.4,v 1.11 2015/02/15 22:26:45 bentley Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 2 2013 $ +.Dd $Mdocdate: February 15 2015 $ .Dt RA 4 vax .Os .Sh NAME @@ -84,7 +84,7 @@ A drive somehow changed from one kind to another, e.g., from an to an .Tn RA60 . The numbers printed are the encoded media identifiers (see -.Aq Pa vax/mscp.h +.In vax/mscp.h for the encoding). The driver believes the new type. .It "ra0: uda0, unit N, size = N sectors" diff --git a/share/man/man4/man4.vax/uda.4 b/share/man/man4/man4.vax/uda.4 index 144d12a0d5a..c07bc33e32a 100644 --- a/share/man/man4/man4.vax/uda.4 +++ b/share/man/man4/man4.vax/uda.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uda.4,v 1.22 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: uda.4,v 1.23 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: uda.4,v 1.3 1996/03/03 17:14:10 thorpej Exp $ .\" .\" Copyright (c) 1980, 1987, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)uda.4 6.6 (Berkeley) 3/27/91 .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: February 15 2015 $ .Dt UDA 4 vax .Os .Sh NAME @@ -53,7 +53,7 @@ communicates with the host through a packet protocol known as the Mass Storage Control Protocol .Pq Tn MSCP . Consult the file -.Aq Pa vax/mscp.h +.In vax/mscp.h for a detailed description of this protocol. .Pp The diff --git a/share/man/man4/speaker.4 b/share/man/man4/speaker.4 index 3fdcc840903..40c9f1a2ee1 100644 --- a/share/man/man4/speaker.4 +++ b/share/man/man4/speaker.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: speaker.4,v 1.7 2013/07/16 16:05:49 schwarze Exp $ +.\" $OpenBSD: speaker.4,v 1.8 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: speaker.4,v 1.9 1998/08/18 08:16:56 augustss Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -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. .\" -.Dd $Mdocdate: July 16 2013 $ +.Dd $Mdocdate: February 15 2015 $ .Dt SPEAKER 4 .Os .Sh NAME @@ -72,7 +72,7 @@ on a speaker file descriptor to control the speaker driver directly; definitions for the .Fn ioctl interface are in -.Aq Pa dev/isa/spkrio.h . +.In dev/isa/spkrio.h . The .Li tone_t structure used in these calls has two fields, diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 2aed5e7ca00..0c4a2f19c76 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.162 2015/02/06 23:46:30 sthen Exp $ +.\" $OpenBSD: usb.4,v 1.163 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 6 2015 $ +.Dd $Mdocdate: February 15 2015 $ .Dt USB 4 .Os .Sh NAME @@ -651,7 +651,7 @@ field contains the actual length transferred as the result of the request. .El .Pp The include file -.Aq Pa dev/usb/usb.h +.In dev/usb/usb.h contains definitions for the types used by the various .Xr ioctl 2 calls. @@ -672,7 +672,7 @@ and macros to handle byte order and alignment properly. .Pp The include file -.Aq Pa dev/usb/usbhid.h +.In dev/usb/usbhid.h similarly contains the definitions for Human Interface Devices .Pq Tn HID . diff --git a/share/man/man4/wsdisplay.4 b/share/man/man4/wsdisplay.4 index f45bfa08f45..3efc73c038f 100644 --- a/share/man/man4/wsdisplay.4 +++ b/share/man/man4/wsdisplay.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wsdisplay.4,v 1.46 2010/08/28 22:09:49 jmc Exp $ +.\" $OpenBSD: wsdisplay.4,v 1.47 2015/02/15 22:26:45 bentley Exp $ .\" $NetBSD: wsdisplay.4,v 1.5 2000/05/13 15:22:19 mycroft Exp $ .\" .\" Copyright (c) 2005, Miodrag Vallat. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 28 2010 $ +.Dd $Mdocdate: February 15 2015 $ .Dt WSDISPLAY 4 .Os .Sh NAME @@ -142,12 +142,12 @@ calls are provided by the .Nm driver or by devices which use it. Their definitions are found in -.Aq Pa dev/wscons/wsconsio.h . +.In dev/wscons/wsconsio.h . .Bl -tag -width 4n .It Dv WSDISPLAYIO_GTYPE Pq Li u_int Retrieve the type of the display. The list of types is in -.Aq Pa dev/wscons/wsconsio.h . +.In dev/wscons/wsconsio.h . .It Dv WSDISPLAYIO_GINFO Pq Li "struct wsdisplay_fbinfo" Retrieve basic information about a framebuffer display. The returned structure is as follows: |