changeset 6847: |
a41c61303f01 |
parent 6846: |
445d166522bb |
child 6852: |
c775e38cca81 |
author: |
qwx |
date: |
Sun, 28 Oct 2018 00:05:05 +0200 |
files: |
sys/man/1/dmid sys/man/1/dpic sys/man/2/idn sys/man/2/ttf sys/man/3/vmx sys/man/4/truetypefs sys/man/8/plan9.ini |
description: |
misc small manpage fixes |
1.1--- a/sys/man/1/dmid
1.2+++ b/sys/man/1/dmid
1.3@@ -64,7 +64,7 @@ createfile SW18_7: file already exists
1.4 .EE
1.5 .PP
1.6 Play a MIDI stream from a USB device (see
1.7-.BR usb (3)):
1.8+.IR usb (3)):
1.9 .IP
1.10 .EX
1.11 % games/wadfs /sys/games/lib/doom/doom2.wad >[2]/dev/null
2.1--- a/sys/man/1/dpic
2.2+++ b/sys/man/1/dpic
2.3@@ -59,10 +59,10 @@ by default.
2.4 Create a patch
2.5 .I WAD
2.6 (see
2.7-.BR wadfs (4))
2.8+.IR wadfs (4))
2.9 replacing a sky texture.
2.10 First, create a 256x128 image, mirror it, and convert it for use with
2.11-.BR tweak (1).
2.12+.IR tweak (1).
2.13 .IP
2.14 .EX
2.15 % png -9t tuttleglenda.png \\
2.16@@ -73,7 +73,7 @@ First, create a 256x128 image, mirror it
2.17 .EE
2.18 .PP
2.19 Next, use
2.20-.BR tweak (1)
2.21+.IR tweak (1)
2.22 to tile the 128x128 picture.
2.23 Then, mount an
2.24 .I IWAD
3.1--- a/sys/man/2/idn
3.2+++ b/sys/man/2/idn
3.3@@ -37,15 +37,15 @@ The maximum size of
3.4 .I buf
3.5 is gived by
3.6 .IR nbuf .
3.7+.SH SOURCE
3.8+.B /sys/src/libc/9sys/idn.c
3.9+.SH "SEE ALSO"
3.10+.B /lib/rfc/rfc5890
3.11+.br
3.12+.IR utf (6)
3.13 .SH DIAGNOSTICS
3.14 The return value is the number of bytes (excluding the terminating NULL) in
3.15 .I buf
3.16 or
3.17 .B -1
3.18 on failure.
3.19-.SH SOURCE
3.20-.B /sys/src/libc/9sys/idn.c
3.21-.SH "SEE ALSO"
3.22-.B /lib/rfc/rfc5890
3.23-.br
3.24-.IR utf (6)
4.1--- a/sys/man/2/ttf
4.2+++ b/sys/man/2/ttf
4.3@@ -121,7 +121,7 @@ Given an index
4.4 it returns the corresponding contour (counting from zero), storing a pointer to a list of (\fIx\fR, \fIy\fR) pairs in
4.5 .BR *fp .
4.6 The array is allocated with
4.7-.BR malloc (2).
4.8+.IR malloc (2).
4.9 The (always odd) number of points is stored in
4.10 .BR *np .
4.11 The contours correspond to closed quadratic Bézier curves and the points with odd indices are the control points.
5.1--- a/sys/man/3/vmx
5.2+++ b/sys/man/3/vmx
5.3@@ -74,6 +74,7 @@ starting at \fIoffset\fR.
5.4 The \fIaccess\fR field specifies the permitted types of access using the characters \fLr\fR (read), \fLw\fR (write), \fLx\fR (execute) and \fL-\fR (padding character).
5.5 The \fIcache\fR field specifies the cacheability of the region, it must be one of \fLuc\fR, \fLwc\fR, \fLwt\fR, \fLwp\fR and \fLwb\fR (as defined in the Intel SDM).
5.6
5.7+.PD
5.8 .PP
5.9 Writes to the
5.10 .B map
5.11@@ -133,6 +134,7 @@ The virtual CPU attempted to execute the
5.12 \fL*ack\fR
5.13 Not an actual exit, but acknowledgement that an interrupt request (IRQ) was posted.
5.14
5.15+.PD
5.16 .PP
5.17 The
5.18 .B fpregs
6.1--- a/sys/man/4/truetypefs
6.2+++ b/sys/man/4/truetypefs
6.3@@ -43,8 +43,8 @@ acme -c 1 /lib/glass
6.4 .B /sys/src/cmd/truetypefs.c
6.5 .SH SEE ALSO
6.6 .IR ttf (2),
6.7-.IR font(6),
6.8-.IR subfont(2)
6.9+.IR font (6),
6.10+.IR subfont (2)
6.11 .SH HISTORY
6.12 .I Truetypefs
6.13 first appeared in 9front (October, 2018).
7.1--- a/sys/man/8/plan9.ini
7.2+++ b/sys/man/8/plan9.ini
7.3@@ -499,7 +499,7 @@ to use as a root device for bootstrappin
7.4 .SS \fLramdisk\fIX\fL=\fIsize sectorsize\fP
7.5 .SS \fLramdisk\fIX\fL=\fIaddress size sectorsize\fP
7.6 This reserves physical memory as a ramdisk that will appear as
7.7-.IR sd(3)
7.8+.IR sd (3)
7.9 device \fLsdZ\fIX\fR.
7.10 When the
7.11 .I address