summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/ChangeLog6
-rw-r--r--utils/portinfo.c1
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