diff options
author | joel <joel@FreeBSD.org> | 2008-03-11 14:48:59 +0000 |
---|---|---|
committer | joel <joel@FreeBSD.org> | 2008-03-11 14:48:59 +0000 |
commit | 8e67f0704c875f093b80558e0207bd836820f2f8 (patch) | |
tree | de9adce7cd4e5f484f5cc82512c1e2f524591247 /usr.bin/cpuset | |
parent | a4483cb120fc9677459f363733518d4866f9b8bb (diff) | |
download | FreeBSD-src-8e67f0704c875f093b80558e0207bd836820f2f8.zip FreeBSD-src-8e67f0704c875f093b80558e0207bd836820f2f8.tar.gz |
Fix minor typo.
Diffstat (limited to 'usr.bin/cpuset')
-rw-r--r-- | usr.bin/cpuset/cpuset.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cpuset/cpuset.1 b/usr.bin/cpuset/cpuset.1 index 36b4dca..00f9e81 100644 --- a/usr.bin/cpuset/cpuset.1 +++ b/usr.bin/cpuset/cpuset.1 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 2, 2008 +.Dd March 11, 2008 .Dt CPUSET 1 .Os .Sh NAME @@ -110,7 +110,7 @@ option print the id rather than the valid mask of the target. .It Fl l Ar cpu-list Specifies a list of CPUs to apply to a target. Specification may include -numbers seperated by '-' for ranges and commas separating individual numbers. +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 |