summaryrefslogtreecommitdiffstats
path: root/contrib/top/machine.h
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-05-04 15:42:58 +0000
committerrafan <rafan@FreeBSD.org>2007-05-04 15:42:58 +0000
commit747bdd6a1876735ec66675538c6451b2ccf4294b (patch)
treeb92edb27dc4963384f310dcd2f732ff97787669b /contrib/top/machine.h
parent46dad863939cbc62659d9c18182ee67c9b49d531 (diff)
downloadFreeBSD-src-747bdd6a1876735ec66675538c6451b2ccf4294b.zip
FreeBSD-src-747bdd6a1876735ec66675538c6451b2ccf4294b.tar.gz
- s/jail id/jail ID/, acronyms should be in uppercase in general. Also,
it is written this way in jail(8). Suggested by: brueffer Approved by: delphij (mentor, implicit)
Diffstat (limited to 'contrib/top/machine.h')
-rw-r--r--contrib/top/machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/top/machine.h b/contrib/top/machine.h
index 822c9d6..10c69ca 100644
--- a/contrib/top/machine.h
+++ b/contrib/top/machine.h
@@ -62,7 +62,7 @@ struct process_select
int thread; /* show threads */
int uid; /* only this uid (unless uid == -1) */
int wcpu; /* show weighted cpu */
- int jail; /* show jail id */
+ int jail; /* show jail ID */
char *command; /* only this command (unless == NULL) */
};
OpenPOWER on IntegriCloud