diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-17 12:04:07 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-11-17 12:04:07 +0000 |
commit | 47199657f5cb64c368e9504556c86f215c923d5b (patch) | |
tree | b04d6261283130cfa4e3fb13535f6861e74dd84f /share/man | |
parent | 4d3a03975583aff04533dd1236312bdf6fdcaaac (diff) |
quote macro calls containing >9 args;
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/pctr.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4 index e750232a254..23308bc8fec 100644 --- a/share/man/man4/man4.i386/pctr.4 +++ b/share/man/man4/man4.i386/pctr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.4,v 1.25 2007/10/24 17:56:54 mikeb Exp $ +.\" $OpenBSD: pctr.4,v 1.26 2007/11/17 12:04:06 jmc Exp $ .\" .\" Pentium performance counter driver for OpenBSD. .\" Copyright 1996 David Mazieres <dm@lcs.mit.edu>. @@ -7,7 +7,7 @@ .\" permitted provided that due credit is given to the author and the .\" OpenBSD project by leaving this copyright notice intact. .\" -.Dd $Mdocdate: October 24 2007 $ +.Dd $Mdocdate: November 17 2007 $ .Dt PCTR 4 i386 .Os .Sh NAME @@ -134,7 +134,7 @@ A list of possible event functions could be obtained by running a command with .Fl l option. -.Ss Counters for AMD K6, Intel Pentium Pro and newer CPUs +.Ss "Counters for AMD K6, Intel Pentium Pro and newer CPUs" Unlike the Pentium counters, these counters can be read directly from user-mode without need to invoke the kernel. The macro |