1
0
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:
Ruslan Ermilov 2006-04-18 15:26:58 +00:00
parent d657eeb6bf
commit 7734a577e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157842
2 changed files with 8 additions and 7 deletions

View File

@ -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
]

View File

@ -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);
}