=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
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");