Update manpage links, fix doc typo in fssync-debug
authorDavor Ocelic <docelic@spinlocksolutions.com>
Sun, 20 Jun 2010 13:27:06 +0000 (15:27 +0200)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jun 2010 13:34:18 +0000 (06:34 -0700)
Change-Id: I93a4fc4c998e489c6bdc736f0f4172c752d9f030
Reviewed-on: http://gerrit.openafs.org/2219
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>

doc/man-pages/pod8/kas.pod
src/vol/fssync-debug.c

index f6cda79..7e8d599 100644 (file)
@@ -19,27 +19,39 @@ There are several categories of commands in the B<kas> command suite:
 =item *
 
 Commands to create, modify, examine and delete entries in the
-Authentication Database, including passwords: B<kas create>, B<kas
-delete>, B<kas examine>, B<kas list>, B<kas setfields>, B<kas setkey>,
-B<kas setpassword>, and B<kas unlock>.
+Authentication Database, including passwords:
+L<B<kas create>|kas_create(8)>,
+L<B<kas delete>|kas_delete(8)>,
+L<B<kas examine>|kas_examine(8)>,
+L<B<kas list>|kas_list(8)>,
+L<B<kas setfields>|kas_setfields(8)>,
+L<B<kas setkey>|kas_setkey(8)>,
+L<B<kas setpassword>|kas_setpassword(8)>,
+and L<B<kas unlock>|kas_unlock(8)>.
 
 =item *
 
-Commands to create, delete, and examine tokens and server tickets: B<kas
-forgetticket>, B<kas listtickets>, B<kas noauthentication>, and B<kas
-stringtokey>.
+Commands to create, delete, and examine tokens and server tickets:
+L<B<kas forgetticket>|kas_forgetticket(8)>,
+L<B<kas listtickets>|kas_listtickets(8)>,
+L<B<kas noauthentication>|kas_noauthentication(8)>,
+and L<B<kas stringtokey>|kas_stringtokey(8)>.
 
 =item *
 
-A command to enter interactive mode: B<kas interactive>.
+A command to enter interactive mode:
+L<B<kas interactive>|kas_interactive(8)>.
 
 =item *
 
-A command to trace Authentication Server operations: B<kas statistics>.
+A command to trace Authentication Server operations:
+L<B<kas statistics>|kas_statistics(8)>.
 
 =item *
 
-Commands to obtain help: B<kas apropos> and B<kas help>.
+Commands to obtain help:
+L<B<kas apropos>|kas_apropos(8)>
+and L<B<kas help>|kas_help(8)>.
 
 =back
 
index 858b004..0f4ced9 100644 (file)
@@ -210,7 +210,7 @@ main(int argc, char **argv)
     cmd_AddParm(ts, "-volumeid", CMD_SINGLE, 0, "volume id");
     cmd_AddParm(ts, "-vnodeid", CMD_SINGLE, 0, "vnode id");
     cmd_AddParm(ts, "-unique", CMD_SINGLE, 0, "uniquifier");
-    cmd_AddParm(ts, "-partition", CMD_SINGLE, 0, "paritition name");
+    cmd_AddParm(ts, "-partition", CMD_SINGLE, 0, "partition name");
     COMMON_PARMS_DECL(ts);
 
     ts = cmd_CreateSyntax("stats", StatsQuery, NULL, "see 'stats help' for more information");