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/8 | |
parent | af42c4f4816c84772533ee7f47ffaafd33abeb22 (diff) |
fix manpage references
Diffstat (limited to 'sys/man/8')
-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 |
5 files changed, 8 insertions, 15 deletions
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 |