diff options
author | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:00:50 +0000 |
---|---|---|
committer | Thomas Bushnell <thomas@gnu.org> | 1999-09-04 13:00:50 +0000 |
commit | 62c0604ba692a2139489e705a377279f615ad56c (patch) | |
tree | e51a15406479f7c292453374f77c9791fea465f1 /utils | |
parent | 4deab46f5e6c5f209f85e66cfb62b95143033c41 (diff) |
1999-08-10 Thomas Bushnell, BSG <tb@mit.edu>
* portinfo.c: Correct documentation for (currently implemented)
--target-send and --target-send-once options. Reported by Marcus
Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de).
Diffstat (limited to 'utils')
-rw-r--r-- | utils/ChangeLog | 6 | ||||
-rw-r--r-- | utils/portinfo.c | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/utils/ChangeLog b/utils/ChangeLog index 3eecd02d..eaa95bcf 100644 --- a/utils/ChangeLog +++ b/utils/ChangeLog @@ -1,6 +1,8 @@ -1999-08-20 Roland McGrath <roland@baalperazim.frob.com> +1999-08-10 Thomas Bushnell, BSG <tb@mit.edu> - * portinfo.c (options): Doc fixes from Marcus. + * portinfo.c: Correct documentation for (currently implemented) + --target-send and --target-send-once options. Reported by Marcus + Brinkmann (Marcus.Brinkmann@ruhr-uni-bochum.de). 1999-07-23 Roland McGrath <roland@baalperazim.frob.com> diff --git a/utils/portinfo.c b/utils/portinfo.c index e80fcb69..d5bdadf0 100644 --- a/utils/portinfo.c +++ b/utils/portinfo.c @@ -68,6 +68,7 @@ static const struct argp_option options[] = { {"target-send", 'S', 0, 0, "Only show ports that translate into send rights"}, {"target-send-once",'O', 0, 0, + "Only show ports that translate into send-once rights"}, "Only show ports that translate into send once rights"}, #endif |