aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/ktr.9
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the reason to not use the volatile string as an argument to CTRKonstantin Belousov2008-11-301-6/+11
| | | | | | | | | | macros. Note the logging of file and line. Reviewed by: dchagin MFC after: 3 days Notes: svn path=/head/; revision=185474
* Expand "don't".Daniel Gerzo2006-10-161-1/+1
| | | | | | | | Approved by: trhodes (mentor), keramida (mentor) MFC after: 3 days Notes: svn path=/head/; revision=163403
* Explain that using 64bit arguments on 32bit architectures with CTRx()Pawel Jakub Dawidek2006-10-151-0/+10
| | | | | | | macros is a bad idea. Notes: svn path=/head/; revision=163368
* Markup fixes.Ruslan Ermilov2006-09-181-1/+1
| | | | Notes: svn path=/head/; revision=162404
* Document CTR6() macro.Pawel Jakub Dawidek2005-12-271-0/+2
| | | | Notes: svn path=/head/; revision=153748
* Assorted markup fixes and minor wordsmithing.Ruslan Ermilov2005-06-151-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=147398
* Make note of the ktrdump(8) utility in the opening paragraph of thisHiten Pandya2005-03-081-4/+5
| | | | | | | | | | manual page. Fix indentation of code block in EXAMPLE section so the manual page can be viewed in a 80 column window. Notes: svn path=/head/; revision=143270
* mdoc(7): Use the new feature of the .In macro.Ruslan Ermilov2003-09-081-1/+1
| | | | Notes: svn path=/head/; revision=119893
* Restore one usage of .Ar that was legal.Ruslan Ermilov2003-06-021-1/+1
| | | | Notes: svn path=/head/; revision=115700
* Some mdoc(7) fixes:Hiten Pandya2003-05-311-1/+1
| | | | | | | | | | | Nuke incorrect usage of .Ar; replace it with .Vt, .Va or .Fa appropriately. The .Ar mdoc(7) specifier should only be used when displaying command line arguments. Approved by: des (mentor) Notes: svn path=/head/; revision=115440
* - Add a reference to ktrdump(8)Jeff Roberson2002-10-121-12/+2
| | | | | | | - Remove the stale comments about ktr extend. Notes: svn path=/head/; revision=104957
* Update function definitions and required include files to reflectChad David2001-12-261-0/+1
| | | | | | | | | the current state of the system. Approved by: alfred Notes: svn path=/head/; revision=88509
* mdoc(7) police: minor formatting fixes.Ruslan Ermilov2001-07-061-15/+12
| | | | Notes: svn path=/head/; revision=79358
* Add a new manpage to document the CTRx macros used when adding new KTRJohn Baldwin2001-06-281-0/+156
tracepoints to kernel code. Notes: svn path=/head/; revision=78922