aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/top
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2019-09-21 00:44:37 +0000
committerHiroki Sato <hrs@FreeBSD.org>2019-09-21 00:44:37 +0000
commitecc2b89f96e1afd53c53d2dbf05aaa4bad7fe171 (patch)
tree6bb63f9ef9243363be8f5651910d6783f22d9540 /usr.bin/top
parent740a5434e9d6d6277529b683fb8c69a23fac7fd4 (diff)
downloadsrc-ecc2b89f96e1afd53c53d2dbf05aaa4bad7fe171.tar.gz
src-ecc2b89f96e1afd53c53d2dbf05aaa4bad7fe171.zip
Impove wording and move descriptions about
locale to LC_CTYPE in the ENVIRONMENT section.
Notes
Notes: svn path=/head/; revision=352568
Diffstat (limited to 'usr.bin/top')
-rw-r--r--usr.bin/top/top.115
1 files changed, 10 insertions, 5 deletions
diff --git a/usr.bin/top/top.1 b/usr.bin/top/top.1
index 83c2c3440893..d1b0370eb756 100644
--- a/usr.bin/top/top.1
+++ b/usr.bin/top/top.1
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd September 20, 2019
+.Dd September 21, 2019
.Dt TOP 1
.Os
.Sh NAME
@@ -66,6 +66,9 @@ It it useful when you want to watch applications, that
puts their status information there.
If the real name differs from argv[0],
it will be displayed in parenthesis.
+Non-printable characters in the command line are
+encoded in C-style backslash sequences or
+a three digit octal sequences.
.It Fl b
Use \*(lqbatch\*(rq mode.
In this mode, all input from the terminal is
@@ -192,10 +195,6 @@ or
\*(lqall\*(rq.
Boolean flags are toggles.
A second specification of any of these options will negate the first.
-.Pp
-The display of command names changes according to the locale.
-If command names displayed in the locale settings are recognized as
-non-display characters, they are displayed in three digit octal sequence.
.Sh "INTERACTIVE MODE"
When
.Nm
@@ -426,6 +425,12 @@ bytes paged out to swap devices (last interval)
.It Ev TOP
Default set of arguments to
.Nm .
+.It Ev LC_CTYPE
+The locale to use when displaying the
+.Va argv
+vector when
+.Fl a
+flag is specified.
.El
.Sh SEE ALSO
.Xr kill 1 ,