summaryrefslogtreecommitdiff
path: root/usr.bin/cpuset
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2008-12-13 15:44:29 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2008-12-13 15:44:29 +0000
commit13546eccd5179d9a5680e90aa090fcc42a640227 (patch)
tree08bcf0747e199eb44aaa63ed0d66f801f1176c9b /usr.bin/cpuset
parenta468c003ef518f117777db670a2d8ff8a59f61f1 (diff)
downloadsrc-test-13546eccd5179d9a5680e90aa090fcc42a640227.tar.gz
src-test-13546eccd5179d9a5680e90aa090fcc42a640227.zip
Sync manpage's synopsis with program's usage().
Trim whitespace at EOL.
Notes
Notes: svn path=/head/; revision=186039
Diffstat (limited to 'usr.bin/cpuset')
-rw-r--r--usr.bin/cpuset/cpuset.112
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1
index e8f559372c549..88e8c9897dd7d 100644
--- a/usr.bin/cpuset/cpuset.1
+++ b/usr.bin/cpuset/cpuset.1
@@ -35,7 +35,7 @@
.Nm
.Op Fl l Ar cpu-list
.Op Fl s Ar setid
-.Ar cmd
+.Ar cmd ...
.Nm
.Op Fl l Ar cpu-list
.Op Fl s Ar setid
@@ -43,10 +43,10 @@
.Nm
.Op Fl cr
.Op Fl l Ar cpu-list
-.Op Fl j Ar jailid | Fl p Ar pid | Fl r Ar tid | Fl s Ar setid | Fl x Ar irq
+.Op Fl j Ar jailid | Fl p Ar pid | Fl t Ar tid | Fl s Ar setid | Fl x Ar irq
.Nm
.Op Fl cgir
-.Op Fl j Ar jailid | Fl p Ar pid | Fl r Ar tid | Fl s Ar setid | Fl x Ar irq
+.Op Fl j Ar jailid | Fl p Ar pid | Fl t Ar tid | Fl s Ar setid | Fl x Ar irq
.Sh DESCRIPTION
The
.Nm
@@ -104,7 +104,7 @@ target specifier.
.It Fl g
Causes
.Nm
-to print either a list of valid CPUs or, using
+to print either a list of valid CPUs or, using
.Fl i ,
the id of the target.
.It Fl i
@@ -119,14 +119,14 @@ Specification may include
numbers separated by '-' for ranges and commas separating individual numbers.
.It Fl p Ar pid
Specifies a pid as the target of the operation.
-.It Fl s Ar setid
+.It Fl s Ar setid
Specifies a set id as the target of the operation.
.It Fl r
The requested operation should reference the root set available via the
target specifier.
.It Fl t Ar tid
Specifies a thread id as the target of the operation.
-.It Fl x Ar irq
+.It Fl x Ar irq
Specifies an irq as the target of the operation.
.El
.Sh EXIT STATUS