From 065d9a65ba90505b6a1a2ad58b7e208028a17ced Mon Sep 17 00:00:00 2001 From: Davor Ocelic Date: Thu, 8 Oct 2009 19:32:36 +0200 Subject: [PATCH] Add POD links (L<>) in pts.pod and symlink.pod Reviewed-on: http://gerrit.openafs.org/610 Tested-by: Derrick Brashear Reviewed-by: Derrick Brashear --- doc/man-pages/pod1/pts.pod | 52 ++++++++++++++++++++++------------ doc/man-pages/pod1/symlink.pod | 6 ++-- 2 files changed, 37 insertions(+), 21 deletions(-) diff --git a/doc/man-pages/pod1/pts.pod b/doc/man-pages/pod1/pts.pod index a3da57270..2837fa8e8 100644 --- a/doc/man-pages/pod1/pts.pod +++ b/doc/man-pages/pod1/pts.pod @@ -31,37 +31,53 @@ There are several categories of commands in the pts command suite: =item * -Commands to create and remove Protection Database entries: B, B, and B. +Commands to create and remove Protection Database entries: +L|pts_creategroup(1)>, +L|pts_createuser(1)>, +and L|pts_delete(1)>. =item * -Commands to administer and display group membership: B, B, B, and B. +Commands to administer and display group membership: +L|pts_adduser(1)>, +L|pts_listowned(1)>, +L|pts_membership(1)>, +and L|pts_removeuser(1)>. =item * Commands to administer and display properties of user and group entries -other than membership: B, B, B, -B, and B. +other than membership: +L|pts_chown(1)>, +L|pts_examine(1)>, +L|pts_listentries(1)>, +L|pts_rename(1)>, +and L|pts_setfields(1)>. =item * Commands to set and examine the counters used when assigning IDs to users -and groups: B and B. +and groups: +L> +and L|pts_setmax(1)>. =item * -Commands to run commands interactively: B, B, and B. +Commands to run commands interactively: +L|pts_interactive(1)>, +L|pts_sleep(1)>, +and L|pts_quit(1)>. =item * -A command to run commands from a file: B. +A command to run commands from a file: +L|pts_source(1)>. =item * -Commands to obtain help: B and B. +Commands to obtain help: +L> +and L|pts_help(1)>. =back @@ -123,11 +139,11 @@ Establishes an unauthenticated connection to the Protection Server, in which the server treats the issuer as the unprivileged user C. It is useful only when authorization checking is disabled on the server machine (during the installation of a file server machine or -when the B command has been used during other unusual -circumstances). In normal circumstances, the Protection Server allows only -privileged users to issue commands that change the Protection Database, -and refuses to perform such an action even if the B<-noauth> flag is -provided. +when the L|bos_setauth(8)> command has been used during +other unusual circumstances). In normal circumstances, the Protection +Server allows only privileged users to issue commands that change the +Protection Database, and refuses to perform such an action even if the +B<-noauth> flag is provided. =item B<-encrypt> @@ -167,8 +183,8 @@ on any entry in the Protection Database. Users who do not belong to the system:administrators group can list information about their own entry and any group entries they own. The -privacy flags set with the B command control access to -entries owned by other users. +privacy flags set with the L|pts_setfields(1)> command +control access to entries owned by other users. =head1 SEE ALSO diff --git a/doc/man-pages/pod1/symlink.pod b/doc/man-pages/pod1/symlink.pod index 97f1562d2..2cd86753a 100644 --- a/doc/man-pages/pod1/symlink.pod +++ b/doc/man-pages/pod1/symlink.pod @@ -6,9 +6,9 @@ symlink - Introduction to the symlink command suite [Windows only] The B command creates, lists and removes Unix-style symbolic links (symlinks) in OpenAFS filespace from a platform that does not support -symlinks, like Windows. The B command is equivalent to -C on a Unix platform. B can manipulate symlinks created -by C on Unix and vice versa. +symlinks, like Windows. The L|symlink_make(1)> command is +equivalent to C on a Unix platform. B can manipulate +symlinks created by C on Unix and vice versa. =head1 CAUTIONS -- 2.39.5