update
diff --git a/man/man1/INDEX b/man/man1/INDEX
index d5fb942..489bb07 100644
--- a/man/man1/INDEX
+++ b/man/man1/INDEX
@@ -108,6 +108,13 @@
 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 @@
 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 @@
 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 a3cd5f4..b37509c 100644
--- a/man/man1/ndb.1
+++ b/man/man1/ndb.1
@@ -26,7 +26,7 @@
 (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 @@
 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 7df2a18..04b29d3 100644
--- a/man/man1/secstore.1
+++ b/man/man1/secstore.1
@@ -97,7 +97,7 @@
 .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 655cca8..b43e1c4 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 835957f..4a18d6c 100644
--- a/man/man1/tar.1
+++ b/man/man1/tar.1
@@ -152,15 +152,17 @@
 .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.