|
|
2006ba |
diff --git a/sysctl.8 b/sysctl.8
|
|
|
2006ba |
index d57ecd1..faf2255 100644
|
|
|
2006ba |
--- a/sysctl.8
|
|
|
2006ba |
+++ b/sysctl.8
|
|
|
2006ba |
@@ -92,7 +92,7 @@ Load settings from all system configuration files.
|
|
|
2006ba |
.br
|
|
|
2006ba |
/etc/sysctl.conf
|
|
|
2006ba |
.TP
|
|
|
2006ba |
-\fB\-\-pattern\fR \fIpattern\fR
|
|
|
2006ba |
+\fB\-r\fR, \fB\-\-pattern\fR \fIpattern\fR
|
|
|
2006ba |
Only apply settings that match
|
|
|
2006ba |
.IR pattern .
|
|
|
2006ba |
The
|
|
|
2006ba |
diff --git a/w.1 b/w.1
|
|
|
2006ba |
index 5b2b264..7537f1d 100644
|
|
|
2006ba |
--- a/w.1
|
|
|
2006ba |
+++ b/w.1
|
|
|
2006ba |
@@ -49,7 +49,7 @@ field is shown by default.
|
|
|
2006ba |
\fB\-\-help\fR
|
|
|
2006ba |
Display help text and exit.
|
|
|
2006ba |
.TP
|
|
|
2006ba |
-\fB\-\-ip\-addr\fR
|
|
|
2006ba |
+\fB\-i\fR, \fB\-\-ip\-addr\fR
|
|
|
2006ba |
Display IP address instead of hostname for \fBfrom\fR field.
|
|
|
2006ba |
.TP
|
|
|
2006ba |
\fB\-V\fR, \fB\-\-version\fR
|
|
|
2006ba |
diff --git a/w.c b/w.c
|
|
|
2006ba |
index fee9308..c80e117 100644
|
|
|
2006ba |
--- a/w.c
|
|
|
2006ba |
+++ b/w.c
|
|
|
2006ba |
@@ -475,9 +475,10 @@ int main(int argc, char **argv)
|
|
|
2006ba |
static const struct option longopts[] = {
|
|
|
2006ba |
{"no-header", no_argument, NULL, 'h'},
|
|
|
2006ba |
{"no-current", no_argument, NULL, 'u'},
|
|
|
2006ba |
- {"sort", no_argument, NULL, 's'},
|
|
|
2006ba |
+ {"short", no_argument, NULL, 's'},
|
|
|
2006ba |
{"from", no_argument, NULL, 'f'},
|
|
|
2006ba |
{"old-style", no_argument, NULL, 'o'},
|
|
|
2006ba |
+ {"ip-addr", no_argument, NULL, 'i'},
|
|
|
2006ba |
{"help", no_argument, NULL, HELP_OPTION},
|
|
|
2006ba |
{"version", no_argument, NULL, 'V'},
|
|
|
2006ba |
{NULL, 0, NULL, 0}
|
|
|
2006ba |
diff --git a/top/top.1 b/top/top.1
|
|
|
2006ba |
index 0a753a8..bfe8ae7 100644
|
|
|
2006ba |
--- a/top/top.1
|
|
|
2006ba |
+++ b/top/top.1
|
|
|
2006ba |
@@ -359,7 +359,7 @@ A pid value of zero will be treated as the process id of the \*(We program
|
|
|
2006ba |
itself once it is running.
|
|
|
2006ba |
|
|
|
2006ba |
This is a \*(CO only and should you wish to return to normal operation,
|
|
|
2006ba |
-it is not necessary to quit and and restart \*(We \*(Em just issue any
|
|
|
2006ba |
+it is not necessary to quit and restart \*(We \*(Em just issue any
|
|
|
2006ba |
of these \*(CIs: '=', 'u' or 'U'.
|
|
|
2006ba |
|
|
|
2006ba |
The 'p', 'u' and 'U' \*(COs are mutually exclusive.
|
|
|
2006ba |
@@ -757,7 +757,7 @@ of a second.
|
|
|
2006ba |
The process group ID of the foreground process for the connected tty,
|
|
|
2006ba |
or \-1 if a process is not connected to a terminal.
|
|
|
2006ba |
By convention, this value equals the process ID (\*(Xa PID) of the
|
|
|
2006ba |
-the process group leader (\*(Xa PGRP).
|
|
|
2006ba |
+process group leader (\*(Xa PGRP).
|
|
|
2006ba |
|
|
|
2006ba |
.TP 4
|
|
|
2006ba |
32.\fB TTY \*(Em Controlling Tty \fR
|
|
|
2006ba |
@@ -1340,7 +1340,7 @@ no processes will be shown.
|
|
|
2006ba |
Prepending an exclamation point ('!') to the user id or name instucts top
|
|
|
2006ba |
to display only processes with users not matching the one provided.
|
|
|
2006ba |
|
|
|
2006ba |
-Different \*(TWs can can be used to filter different users.
|
|
|
2006ba |
+Different \*(TWs can be used to filter different users.
|
|
|
2006ba |
Later, if you wish to monitor all users again in the \*(CW, re-issue this
|
|
|
2006ba |
command but just press <Enter> at the prompt.
|
|
|
2006ba |
|