aboutsummaryrefslogtreecommitdiff
path: root/utils/fsysopts.c
Commit message (Collapse)AuthorAgeFilesLines
* 2004-09-21 Alfred M. Szmidt <ams@kemisten.nu>Roland McGrath2004-09-221-2/+2
| | | | * fsysopts.c (doc): Changed `--remount' to `--update'.
* 2002-05-28 Roland McGrath <roland@frob.com>Roland McGrath2002-05-281-3/+3
| | | | | | | | | | | | | | | | * pids.c (add_fn_pids): unsigned -> size_t * w.c (add_utmp_procs): Likewise. * login.c (add_canonical_host): Likewise. * ps.c (main): Likewise. * login.c (add_entry, main): Likewise. * settrans.c (main): int -> size_t * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * vmstat.c (main): Use int for FWIDTHS. * ping.c (main): size_t -> socklen_t * fakeauth.c (S_auth_getids, S_auth_makeauth, S_auth_server_authenticate): u_int -> size_t * showtrans.c (main): Cast field width/precision args to int.
* 1998-07-20 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-3/+3
| | | | | | | | | | | * ps.c (main): Fix return type to int, and use return. * ids.c (main): Likewise. * w.c (main): Likewise. * login.c (main): Likewise. * settrans.c (main): Likewise. * showtrans.c (main): Likewise. * fsysopts.c (main): Likewise. * storeinfo.c (main): Likewise.
* (argp_program_version): Make const.Miles Bader1997-02-201-2/+2
|
* *** empty log message ***Thomas Bushnell1996-09-051-1/+2
|
* (doc): Add program description.Miles Bader1996-08-271-1/+2
|
* (main): Print an error for no args.Miles Bader1996-07-211-0/+4
|
* (argp_program_version): New variable.Miles Bader1996-07-061-0/+2
|
* (parse_opt): Use ARGP_ERR_UNKNOWN instead of EINVAL.Miles Bader1996-05-111-1/+2
|
* (main): Remove const cast from first arg to argz_create.Miles Bader1996-05-101-2/+1
|
* (main) [parse_opt]: Cast first arg of argz_create appropriately.Michael I. Bushnell1996-05-091-1/+2
|
* (main): Pass new arg to argp_parse.Miles Bader1996-03-191-1/+1
|
* (main): Use ARGP_IN_ORDER.Miles Bader1996-02-191-2/+2
|
* (main):Miles Bader1995-12-061-4/+4
| | | | | Supply the new SEP argument to argz_stringify. Change uses of the INDEX field in argp_state structures to use NEXT instead.
* (main): Use file_get_fs_options, not fsys_get_options.Miles Bader1995-11-061-15/+24
| | | | (doc): `filesystem' --> `FILESYS'.
* (options): FILE --> FILESYS in help msg.Miles Bader1995-10-211-7/+9
| | | | | | (args_doc): OPTION --> FS_OPTION, since the usage message already uses OPTION to mean those to fsysopts. (doc): New variable; give some common choices for FS_OPTION.
* (options): Converted to argp format.Miles Bader1995-10-181-58/+33
| | | | | | | (main): Use argp, not getopt. (usage, USAGE, SHORT_OPTIONS): Deleted. (arg_doc): New variable. Include <argp.h> not <getopt.h>.
* (main): Check for a missing filesystem name.Miles Bader1995-05-201-5/+14
| | | | | (main): Tweak the error msgs a bit. (options, main): Don't use '?' as the --help key.
* Add -R to the short flags list.Miles Bader1995-05-161-3/+3
| | | | | Make non-L usage ignore symbolic links, not all translators. Tweak the help message.
* Initial revisionMiles Bader1995-05-161-0/+124