3 pts_apropos - Displays each help entry containing a keyword string
10 B<pts apropos> S<<< B<-topic> <I<help string>> >>> [B<-help>]
12 B<pts ap> S<<< B<-t> <I<help string>> >>> [B<-h>]
19 The B<pts apropos> command displays the first line of the online help
20 entry for any B<pts> command that has in its name or short description the
21 string specified by the B<-topic> argument.
23 To display the syntax for a command, use the B<pts help> command.
29 =item B<-topic> <I<help string>>
31 Specifies the keyword string to match, in lowercase letters only. If the
32 string is more than a single word, surround it with double quotes ("") or
37 Prints the online help for this command. All other valid options are
44 The first line of a command's online help entry names it and briefly
45 describes its function. This command displays the first line for any
46 B<pts> command in which the string specified by the B<-topic> argument is
47 part of the command name or first line.
51 The following command lists all pts commands that include the word
52 C<create> in their names or short descriptions:
55 creategroup: create a new group
56 createuser: create a new user
58 =head1 PRIVILEGE REQUIRED
69 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
71 This documentation is covered by the IBM Public License Version 1.0. It was
72 converted from HTML to POD by software written by Chas Williams and Russ
73 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.