aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-02-11 19:43:43 +0000
committerrsc <devnull@localhost>2005-02-11 19:43:43 +0000
commit83c4506aa5241351323a62b8fdee825058286f20 (patch)
tree875a103ca978cb1e5de062d138183920d2b1b4cc /man/man1
parenta82a959b3a05182c1ad3b07042243399f6c8ab47 (diff)
downloadplan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.gz
plan9port-83c4506aa5241351323a62b8fdee825058286f20.tar.bz2
plan9port-83c4506aa5241351323a62b8fdee825058286f20.zip
update
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/INDEX11
-rw-r--r--man/man1/ndb.14
-rw-r--r--man/man1/secstore.12
-rw-r--r--man/man1/secstored.12
-rw-r--r--man/man1/tar.18
5 files changed, 19 insertions, 8 deletions
diff --git a/man/man1/INDEX b/man/man1/INDEX
index d5fb9425..489bb07e 100644
--- a/man/man1/INDEX
+++ b/man/man1/INDEX
@@ -108,6 +108,13 @@ dump9660 mk9660.1
mk9660 mk9660.1
mkdir mkdir.1
namespace namespace.1
+ndb ndb.1
+ndbipquery ndb.1
+ndbmkdb ndb.1
+ndbmkhash ndb.1
+ndbmkhosts ndb.1
+ndbquery ndb.1
+netkey netkey.1
news news.1
p p.1
img page.1
@@ -147,8 +154,9 @@ samsave sam.1
samterm sam.1
scat scat.1
aescbc secstore.1
-ipso secstore.1
secstore secstore.1
+secstored secstored.1
+secuser secstored.1
sed sed.1
seq seq.1
sleep sleep.1
@@ -164,6 +172,7 @@ md5sum sum.1
sha1sum sum.1
sum sum.1
tail tail.1
+tar tar.1
tbl tbl.1
tcs tcs.1
tee tee.1
diff --git a/man/man1/ndb.1 b/man/man1/ndb.1
index a3cd5f4e..b37509c0 100644
--- a/man/man1/ndb.1
+++ b/man/man1/ndb.1
@@ -26,7 +26,7 @@ The network database holds administrative information used by
(see
.IR authsrv (3))
and
-.I secstored (1).
+.IR secstored (1).
.PP
.I Ndbquery
searches the database for an attribute of type
@@ -46,7 +46,7 @@ of all the matched entries is returned.
uses
.I ndbipinfo
(see
-.IR ndb (2))
+.IR ndb (3))
to search for the values of the attributes
.I rattr
corresponding to the system
diff --git a/man/man1/secstore.1 b/man/man1/secstore.1
index 7df2a183..04b29d34 100644
--- a/man/man1/secstore.1
+++ b/man/man1/secstore.1
@@ -97,7 +97,7 @@ Option
.B -n
says that the password should be read from NVRAM
(see
-.IR authsrv (2))
+.IR authsrv (3))
instead of from
.BR /dev/tty .
.PP
diff --git a/man/man1/secstored.1 b/man/man1/secstored.1
index 655cca83..b43e1c48 100644
--- a/man/man1/secstored.1
+++ b/man/man1/secstored.1
@@ -1,4 +1,4 @@
-.TH SECSTORED 8
+.TH SECSTORED 1
.SH NAME
secstored, secuser \- secstore commands
.SH SYNOPSIS
diff --git a/man/man1/tar.1 b/man/man1/tar.1
index 835957f3..4a18d6c8 100644
--- a/man/man1/tar.1
+++ b/man/man1/tar.1
@@ -152,15 +152,17 @@ can be used to copy hierarchies thus:
.SH SOURCE
.B \*9/src/cmd/tar.c
.SH SEE ALSO
-.IR ar (1),
+.I 9ar
+in
+.IR 9c (1),
.IR bundle (1)
.SH BUGS
There is no way to ask for any but the last
occurrence of a file.
-.br
+.PP
File path names are limited to
100 characters
(256 when using ustar format).
-.br
+.PP
The tar format allows specification of links and symbolic links,
concepts foreign to Plan 9: they are ignored.