diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2016-01-12 08:43:36 +0100 |
commit | 36d2092a3330692c43f33ef4e05edc997c05ecad (patch) | |
tree | 4d9d26469d8b6aee5a32ef16ee67d82b17d5e72e /sys/man | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man')
-rw-r--r-- | sys/man/1/2c | 2 | ||||
-rw-r--r-- | sys/man/1/2l | 4 | ||||
-rw-r--r-- | sys/man/1/5e | 8 | ||||
-rw-r--r-- | sys/man/1/rc | 4 | ||||
-rw-r--r-- | sys/man/1/spred | 2 | ||||
-rw-r--r-- | sys/man/1/ssam | 2 | ||||
-rw-r--r-- | sys/man/2/nusb | 4 | ||||
-rw-r--r-- | sys/man/3/flash | 10 | ||||
-rw-r--r-- | sys/man/3/usb | 8 | ||||
-rw-r--r-- | sys/man/4/execnet | 7 | ||||
-rw-r--r-- | sys/man/4/srv | 5 | ||||
-rw-r--r-- | sys/man/5/remove | 2 | ||||
-rw-r--r-- | sys/man/6/venti | 4 | ||||
-rw-r--r-- | sys/man/8/auth | 5 | ||||
-rw-r--r-- | sys/man/8/mkflashfs | 2 | ||||
-rw-r--r-- | sys/man/8/prep | 4 | ||||
-rw-r--r-- | sys/man/8/rc-httpd | 3 | ||||
-rw-r--r-- | sys/man/8/wpa | 9 |
18 files changed, 28 insertions, 57 deletions
diff --git a/sys/man/1/2c b/sys/man/1/2c index f48ccb1c9..747f11357 100644 --- a/sys/man/1/2c +++ b/sys/man/1/2c @@ -185,8 +185,6 @@ Pass type signatures on all external and global entities. The signature is based on the C .B signof operator. -See -.IR dynld (2). .TP .B -V By default, the compilers are non-standardly lax about type equality between diff --git a/sys/man/1/2l b/sys/man/1/2l index b643efe13..f5d592841 100644 --- a/sys/man/1/2l +++ b/sys/man/1/2l @@ -133,8 +133,6 @@ Produce an export table in the executable. The optional .I file restricts the exported symbols to those listed in the file. -See -.IR dynld (2). .TP .BI -u " [ file ]" Produce an export table, import table @@ -142,8 +140,6 @@ and a dynamic load section in the executable. The optional .I file restricts the imported symbols to those listed in the file. -See -.IR dynld (2). .TP .B -t (\c diff --git a/sys/man/1/5e b/sys/man/1/5e index 9c9cb1793..1bc53d13a 100644 --- a/sys/man/1/5e +++ b/sys/man/1/5e @@ -22,8 +22,8 @@ and .IR exec (2), which allows for the execution of threaded programs (e.g., .IR rio (1) -or -.IR catclock (1)). +or catclock (see +.IR games (1)). .PP .I 5e executes the specified binary @@ -113,8 +113,8 @@ notes. Obscure opcodes, in particular uncommon operations on R15, are not implemented. Accesses spanning segment boundaries will be treated as page faults. -Many syscalls such as -.IR pread (2) +Many syscalls such as pread (see +.IR read (2)) will shuffle data around (in most cases unnecessarily) if invoked on potentially shared segments of variable length, in particular the bss segment. FPA emulation leaves much to be desired, rounding modes are ignored, all calculations are performed at extended precision. diff --git a/sys/man/1/rc b/sys/man/1/rc index e7c27bed3..29cfd94b5 100644 --- a/sys/man/1/rc +++ b/sys/man/1/rc @@ -971,8 +971,6 @@ Print each simple command before executing it. Print debugging information (internal form of commands as they are executed). .PD -.SH SOURCE -.B /sys/src/cmd/rc .SH FILES .TF $home/lib/profile .TP @@ -986,6 +984,8 @@ System rc start script .TP .B /rc/lib/rcmain.local Site specific system rc start script +.SH SOURCE +.B /sys/src/cmd/rc .SH "SEE ALSO" Tom Duff, ``Rc \- The Plan 9 Shell''. diff --git a/sys/man/1/spred b/sys/man/1/spred index 4a4486ab5..cfdfc6534 100644 --- a/sys/man/1/spred +++ b/sys/man/1/spred @@ -7,7 +7,7 @@ spred \- sprite editor .I Spred is an editor for small images using a limited palette. It uses a window system mimicking -.IR samterm (1). +.IR sam (1). There is a command window which uses a command language described below. There is also an arbitrary number of palette and sprite windows. Each open sprite file has an associated palette file. diff --git a/sys/man/1/ssam b/sys/man/1/ssam index 71cbb0175..d482d6f7f 100644 --- a/sys/man/1/ssam +++ b/sys/man/1/ssam @@ -64,7 +64,7 @@ Count frequency of words read from standard input. .SH SEE ALSO .IR sed (1), .IR sam (1), -.IR regexp (7) +.IR regexp (6) .PP Rob Pike, ``The text editor sam''. diff --git a/sys/man/2/nusb b/sys/man/2/nusb index 9a2d7c946..1b2cacbc1 100644 --- a/sys/man/2/nusb +++ b/sys/man/2/nusb @@ -135,7 +135,7 @@ for a description of the interfaces provided for that purpose. Usb drivers rely on .IR usb (3) to perform I/O through USB as well as on -.IR usbd +.I usbd to perform the initial configuration for the device's setup endpoint. The rest of the work is up to the driver and is where this library may help. .PP @@ -152,7 +152,7 @@ Functions creating .B Devs adjust the number of references to one, initially. The driver is free to call -.IR incref +.I incref (in .IR lock (2)) to add references and diff --git a/sys/man/3/flash b/sys/man/3/flash index 11150d7d1..fba365fee 100644 --- a/sys/man/3/flash +++ b/sys/man/3/flash @@ -20,12 +20,6 @@ Both NOR and NAND flash is supported. For both types of flash, the driver gives a read/write/erase interface to the raw flash device, which can impose constraints on operations beyond those imposed by the driver. -Other drivers such as -.IR ftl (3) -or -.IR logfs (3) -implement any higher-level format required, -including ECC for NAND flash, for instance. .PP The top level directory contains a single directory named .B flash @@ -157,9 +151,7 @@ The syntax of all numbers is that of .IR atof (2)); the default base is 10. .SH SOURCE -.B /sys/src/*/devflash.c -.br -.B /sys/src/*/flash*.c +.B /sys/src/9/*/devflash.c .SH SEE ALSO .IR flashfs (4), .IR paqfs (4) diff --git a/sys/man/3/usb b/sys/man/3/usb index a28da7ad3..5cf446293 100644 --- a/sys/man/3/usb +++ b/sys/man/3/usb @@ -115,7 +115,7 @@ After configuring a device, other endpoints may be created as dictated by the device to perform actual I/O. .SS Operation Bus enumeration and device configuration is performed by -.IR usbd +.I usbd and not by this driver. The driver provides an interface to access existing endpoints (initially those for the built-in root hubs), @@ -212,7 +212,7 @@ storage csp 0x500608 vid 0x951 did 0x1613 Kingston 'DT 101 II' .LP The first line contains status information. The rest is information supplied by -.IR usbd +.I usbd as an aid to locate devices. The status information includes: .TF "\fREndpoint mode @@ -346,7 +346,7 @@ USB class, subclass and proto codes can be found at Endpoint control files accept the following requests. In most cases the driver does not issue them, leaving the task to either -.IR usbd +.I usbd or the usb driver library documented in .IR nusb (2). .TF "\fLsamplehz\fI n @@ -408,7 +408,7 @@ Replaces description information in .B ctl with .IR string . -.IR Usbd (4) +.I Usbd uses this to add device descriptions. .TP .B address diff --git a/sys/man/4/execnet b/sys/man/4/execnet index 9375a14b0..67d2808c4 100644 --- a/sys/man/4/execnet +++ b/sys/man/4/execnet @@ -30,8 +30,7 @@ will connect to a newly executed instance of .IR cmd . .SH EXAMPLE .I Execnet -can be used to connect to instances of -.IR u9fs (4) +can be used to connect to instances of u9fs running on other hosts: .EX g% execnet @@ -52,15 +51,11 @@ For example, it might be: u9fs -na none -u $USER -l $HOME/tmp/u9fs.log ny% .EE -See the -.IR u9fs (4) -man page for more information. .SH SOURCE .B /sys/src/cmd/execnet .SH "SEE ALSO .IR dial (2), .IR ip (3), -.IR u9fs (4) .SH BUGS Almost certainly: .IR execnet diff --git a/sys/man/4/srv b/sys/man/4/srv index 5d2164791..e97487f9b 100644 --- a/sys/man/4/srv +++ b/sys/man/4/srv @@ -162,7 +162,7 @@ command that connects to a remote Unix system via .IR ssh (1) and starts -.IR u9fs (4). +.BR u9fs . The .B -u option specifies the path to the @@ -191,7 +191,7 @@ and .EE .PP To connect to an instance of the Unix server -.IR u9fs (4) +.I u9fs started via .IR ssh (1): .IP @@ -220,7 +220,6 @@ and .IR exportfs (4), .IR import (4), .IR ftpfs (4), -.IR u9fs (4) .SH BUGS .I Srv does not explicitly report failures of diff --git a/sys/man/5/remove b/sys/man/5/remove index ccdc1b3dd..e3e659fa2 100644 --- a/sys/man/5/remove +++ b/sys/man/5/remove @@ -40,7 +40,7 @@ The Plan 9 file servers (like remove the file immediately: attempts to use the other fids will yield a ``phase error.'' -.IR U9fs (4) +.I U9fs follows the semantics of the underlying Unix file system, so other fids typically remain usable. .SH ENTRY POINTS diff --git a/sys/man/6/venti b/sys/man/6/venti index 92296d506..1e8d75944 100644 --- a/sys/man/6/venti +++ b/sys/man/6/venti @@ -42,9 +42,7 @@ For example, .IR vac (1) uses a .B vac: -prefix, while -.IR vbackup (8) -uses prefixes corresponding to the file system +prefix, while vbackup uses prefixes corresponding to the file system types: .BR ext2: , .BR ffs: , diff --git a/sys/man/8/auth b/sys/man/8/auth index 37c06f6dd..355a94d1b 100644 --- a/sys/man/8/auth +++ b/sys/man/8/auth @@ -260,7 +260,7 @@ This only works for the hostowner and only if .L #ยค/caphash still exists. .SH FILES -.TF /sys/lib/httppasswords +.TF /adm/netkeys.who .TP .B /lib/ndb/auth Speaksfor relationships and mappings for @@ -271,9 +271,6 @@ List of users in the Plan 9 database. .TP .B /adm/netkeys.who List of users in the SecureNet database. -.TP -.B /sys/lib/httppasswords -List of realms and passwords for HTTP access. .SH SOURCE .B /sys/src/cmd/auth .SH "SEE ALSO" diff --git a/sys/man/8/mkflashfs b/sys/man/8/mkflashfs index b867932e7..02850e070 100644 --- a/sys/man/8/mkflashfs +++ b/sys/man/8/mkflashfs @@ -32,7 +32,7 @@ to contain exactly .I nsect sectors. .SH SOURCE -.B /sys/src/cmd/aux/flashfs/mkflashfs.c +.B /sys/src/cmd/aux/flashfs/mkfs.c .SH "SEE ALSO" .IR flashfs (4), .IR paqfs (4), diff --git a/sys/man/8/prep b/sys/man/8/prep index b073b5ce2..f4c5fe367 100644 --- a/sys/man/8/prep +++ b/sys/man/8/prep @@ -158,9 +158,7 @@ A worm filesystem. .TP .B fs -A -.IR kfs (4) -file system. +A kfs file system. .TP .B fscfg A one-sector partition used to store an diff --git a/sys/man/8/rc-httpd b/sys/man/8/rc-httpd index f991b33df..8301fc42d 100644 --- a/sys/man/8/rc-httpd +++ b/sys/man/8/rc-httpd @@ -138,8 +138,7 @@ if(~ $location /v8.tar.bz2){ .I Rc-httpd is run from a file in the directory scanned by .IR listen (8), -or called as an argument to -.IR listen1 (8). +or called as an argument to aux/listen1. The program's standard error may be captured to a log file: .RS .EX diff --git a/sys/man/8/wpa b/sys/man/8/wpa index c3de9f007..d6f8372d2 100644 --- a/sys/man/8/wpa +++ b/sys/man/8/wpa @@ -28,11 +28,10 @@ on the interface will be used. The .B -p option will prompt and install the preshared key or -pap/chap credentials into -.IR factotum (4), -otherwise the key has to be already present in -factotum or an interactive key prompter like -.IR fgui (4) +pap/chap credentials into factotum, otherwise the key has to be +already present in factotum or an interactive key prompter like +auth/fgui (see +.IR factotum (4)) needs to provide it. .PP The authentication protocol is initiated by the |