mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Bring SYNOPSIS in line with usage().
This commit is contained in:
parent
d657eeb6bf
commit
7734a577e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157842
@ -10,17 +10,17 @@ top \- display and update information about the top cpu processes
|
||||
.SH SYNOPSIS
|
||||
.B top
|
||||
[
|
||||
.B \-SbiInqutv
|
||||
.B \-bHIinqStuv
|
||||
] [
|
||||
.BI \-d count
|
||||
] [
|
||||
.BI \-s time
|
||||
.BI \-m io | cpu
|
||||
] [
|
||||
.BI \-o field
|
||||
] [
|
||||
.BI \-U username
|
||||
.BI \-s time
|
||||
] [
|
||||
.BI \-m io | cpu
|
||||
.BI \-U username
|
||||
] [
|
||||
.I number
|
||||
]
|
||||
|
@ -395,9 +395,10 @@ char *argv[];
|
||||
break;
|
||||
|
||||
default:
|
||||
fprintf(stderr, "\
|
||||
Top version %s\n\
|
||||
Usage: %s [-CHISbinqut] [-d x] [-s x] [-o field] [-U username] [number]\n",
|
||||
fprintf(stderr,
|
||||
"Top version %s\n"
|
||||
"Usage: %s [-bHIinqStuv] [-d count] [-m io | cpu] [-o field] [-s time]\n"
|
||||
" [-U username] [number]\n",
|
||||
version_string(), myname);
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user