From: Davor Ocelic Date: Sun, 20 Jun 2010 13:27:06 +0000 (+0200) Subject: Update manpage links, fix doc typo in fssync-debug X-Git-Tag: openafs-devel-1_5_75~105 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=5f66bed5eb46b992600b7b8e3ae108d0570ac220;p=packages%2Fo%2Fopenafs.git Update manpage links, fix doc typo in fssync-debug Change-Id: I93a4fc4c998e489c6bdc736f0f4172c752d9f030 Reviewed-on: http://gerrit.openafs.org/2219 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/doc/man-pages/pod8/kas.pod b/doc/man-pages/pod8/kas.pod index f6cda79e7..7e8d599c5 100644 --- a/doc/man-pages/pod8/kas.pod +++ b/doc/man-pages/pod8/kas.pod @@ -19,27 +19,39 @@ There are several categories of commands in the B command suite: =item * Commands to create, modify, examine and delete entries in the -Authentication Database, including passwords: B, B, B, B, B, B, -B, and B. +Authentication Database, including passwords: +L|kas_create(8)>, +L|kas_delete(8)>, +L|kas_examine(8)>, +L|kas_list(8)>, +L|kas_setfields(8)>, +L|kas_setkey(8)>, +L|kas_setpassword(8)>, +and L|kas_unlock(8)>. =item * -Commands to create, delete, and examine tokens and server tickets: B, B, B, and B. +Commands to create, delete, and examine tokens and server tickets: +L|kas_forgetticket(8)>, +L|kas_listtickets(8)>, +L|kas_noauthentication(8)>, +and L|kas_stringtokey(8)>. =item * -A command to enter interactive mode: B. +A command to enter interactive mode: +L|kas_interactive(8)>. =item * -A command to trace Authentication Server operations: B. +A command to trace Authentication Server operations: +L|kas_statistics(8)>. =item * -Commands to obtain help: B and B. +Commands to obtain help: +L|kas_apropos(8)> +and L|kas_help(8)>. =back diff --git a/src/vol/fssync-debug.c b/src/vol/fssync-debug.c index 858b00412..0f4ced910 100644 --- a/src/vol/fssync-debug.c +++ b/src/vol/fssync-debug.c @@ -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");