aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386/perfmon.4
Commit message (Collapse)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-231-2/+0
| | | | | | | Remove /^\.\\"\n\.\\"\s*\$FreeBSD\$$\n/ Similar commit in main: (cherry picked from commit fa9896e082a1)
* Cross-reference hwpmc(4).Joseph Koshy2005-11-181-1/+2
| | | | Notes: svn path=/head/; revision=152578
* Mechanically kill hard sentence breaks and double whitespaces.Ruslan Ermilov2004-07-031-9/+18
| | | | Notes: svn path=/head/; revision=131530
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-2/+2
| | | | Notes: svn path=/head/; revision=119893
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-1/+1
| | | | | | | | | | | | | cd src/share; find man[1-9] -type f|xargs perl -pi -e 's/[ \t]+$//' BTW, what editors are the culprits? I'm using vim and it shows me whitespace at EOL in troff files with a thick blue block... Reviewed by: Silence from cvs diff -b MFC after: 7 days Notes: svn path=/head/; revision=79727
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79538
* mdoc(7) police: removed history info from the .Os FreeBSD call.Ruslan Ermilov2000-12-141-1/+1
| | | | Notes: svn path=/head/; revision=70015
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68962
* pmcd_value is actually a quad_t.David Malone2000-09-101-1/+1
| | | | Notes: svn path=/head/; revision=65693
* Get rid of lame \& usage.Jeroen Ruigrok van der Werven2000-01-231-2/+2
| | | | Notes: svn path=/head/; revision=56475
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* .Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.Philippe Charnier1998-03-121-4/+5
| | | | | | | Use .An/.Aq. Notes: svn path=/head/; revision=34504
* Revert $FreeBSD$ back to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22986
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add /usr/share/examples/perfmon and /usr/include/machine/perfmon.h toGarrett Wollman1996-04-011-2/+9
| | | | | | | the FILES section. Notes: svn path=/head/; revision=14987
* Document the change in how the START and STOP ioctls operateGarrett Wollman1996-03-281-4/+7
| | | | | | | | (counters can be started and stopped in numerical order brather than all at once). Notes: svn path=/head/; revision=14891
* Add a man page for the perfmon driver.Garrett Wollman1996-03-261-0/+192
Notes: svn path=/head/; revision=14826