aboutsummaryrefslogtreecommitdiff
path: root/utils/portinfo.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
committerMiles Bader <miles@gnu.org>1996-08-27 18:27:31 +0000
commit2e6c5408302b36b67b2e094d471145b44530d0ca (patch)
tree15098deed6476050a570efe54e7668d6680b88db /utils/portinfo.c
parenta3752e4edf20e4ea119de4389465e02f307fc3f6 (diff)
downloadhurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.gz
hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.tar.bz2
hurd-2e6c5408302b36b67b2e094d471145b44530d0ca.zip
(doc): Add program description.
Diffstat (limited to 'utils/portinfo.c')
-rw-r--r--utils/portinfo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/portinfo.c b/utils/portinfo.c
index 10f5fe8f..fc0ce214 100644
--- a/utils/portinfo.c
+++ b/utils/portinfo.c
@@ -72,7 +72,8 @@ static const struct argp_option options[] = {
};
static const char *args_doc = "PID [NAME...]";
static const char *doc =
-"If no port NAMEs are given, all ports in process PID are reported (if"
+"Show information about mach ports NAME... (default all ports) in process PID."
+"\vIf no port NAMEs are given, all ports in process PID are reported (if"
" translation is used, then only those common to both processes). NAMEs"
" may be specified in hexadecimal or octal by using a 0x or 0 prefix.";