diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 20:17:53 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-03-10 20:17:53 +0000 |
commit | 8beef7d0a675bc64e2923d671c5b161fa58495c1 (patch) | |
tree | f314076febb8e5c2bf99469fcae5a35f516008a6 /usr.bin/pctr | |
parent | be14c55d489e58f3ab7be4c8e95236a8e54673a0 (diff) |
Various cleanups and standardization.
Diffstat (limited to 'usr.bin/pctr')
-rw-r--r-- | usr.bin/pctr/pctr.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/pctr/pctr.1 b/usr.bin/pctr/pctr.1 index 86da7e1cc34..6c023d03b6c 100644 --- a/usr.bin/pctr/pctr.1 +++ b/usr.bin/pctr/pctr.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.1,v 1.3 1998/12/16 02:38:50 aaron Exp $ +.\" $OpenBSD: pctr.1,v 1.4 2000/03/10 20:17:49 aaron Exp $ .\" .\" Copyright (c) 1998, Jason Downs. All rights reserved. .\" @@ -43,9 +43,9 @@ By default, the .Nm command displays the current values of the TSC and any vendor specific counter registers. -.Sh OPTIONS +.Pp +The options are as follows: .Bl -tag -width indent -There is one available option: .It Fl l Ar 5 | 6 List all possible vendor specific counters. The argument specifies which .Dq family @@ -53,14 +53,10 @@ to display; it defaults to the .Dq family designation of the current processor. .El -.Sh RETURN VALUES +.Pp The .Nm program exits with a value of 0 on success or 1 on failure. -.Sh BUGS -The -.Nm -program is still orientated towards Intel brand microprocessors. .Sh SEE ALSO .Xr pctr 4 .Sh HISTORY @@ -68,3 +64,7 @@ The .Nm program appeared in .Ox 2.0 . +.Sh BUGS +The +.Nm +program is still orientated towards Intel brand microprocessors. |