aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/KASSERT.9
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)
* KASSERT(9): some updatesMitchell Horne2023-03-271-29/+75
| | | | | | | | | | | | | | | - Add a little bit of introductory text - Improve the existing example: ANSI C, use a better assertion than a NULL check (which is discouraged) - Document the widely used MPASS macro in this page - Drop the cross-reference to config(8) Reviewed by: kib, markj, rpokala, Pau Amma <pauamma@gundo.com> MFC after: 1 week Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D39131 (cherry picked from commit 87132d1dce4b61c782871f450c17b818bf991ff6)
* use .Mt to mark up email addresses consistently (part6)Baptiste Daroussin2014-06-261-2/+1
| | | | | | | | PR: 191174 Submitted by: Franco Fichtner <franco at lastsummer.de> Notes: svn path=/head/; revision=267936
* mdoc: order prologue macros consistently by Dd/Dt/OsUlrich Spörlein2010-04-141-1/+1
| | | | | | | | | | | Although groff_mdoc(7) gives another impression, this is the ordering most widely used and also required by mdocml/mandoc. Reviewed by: ru Approved by: philip, ed (mentors) Notes: svn path=/head/; revision=206622
* Remove a bogus NOTES section. Move that content elsewhere.Hiten Pandya2003-05-161-3/+5
| | | | | | | Approved by: des (mentor), re (scottl) Notes: svn path=/head/; revision=115077
* mdoc(7) police:Ruslan Ermilov2002-01-101-8/+13
| | | | | | | | | - logically sort the SYNOPSIS section - add missing markup bits - "brackets" -> "parentheses" Notes: svn path=/head/; revision=89189
* Update function definitions and required include files to reflectChad David2001-12-261-1/+6
| | | | | | | | | the current state of the system. Approved by: alfred Notes: svn path=/head/; revision=88509
* Removed whitespace at end-of-line; no content changes. I simply didJens Schweikhardt2001-07-141-5/+5
| | | | | | | | | | | | | 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
* Abuse .Fn for macros better (don't hand-format the parameter string byBruce Evans2000-05-111-1/+1
| | | | | | | | | | quoting it all and adding commas). Don't say that the expression in KASSERT() is an int. It is a collection of tokens forming a C expression that can be compared with 0. Notes: svn path=/head/; revision=60392
* Minor style fixes: freebsd.org -> FreeBSD.orgMike Pritchard2000-03-241-1/+1
| | | | Notes: svn path=/head/; revision=58516
* Remove trailing comma.Jeroen Ruigrok van der Werven2000-03-211-1/+1
| | | | Notes: svn path=/head/; revision=58442
* As bde was kind to point out:Jeroen Ruigrok van der Werven2000-03-211-2/+0
| | | | | | | | | | "Man pages shouldn't refer to higher level interfaces built using the interfaces in the man pages." Submitted by: bde Notes: svn path=/head/; revision=58439
* Fix lameness I introduced by typing the Xr as a filename, sigh.Jeroen Ruigrok van der Werven2000-03-211-2/+2
| | | | Notes: svn path=/head/; revision=58431
* Fix EXAMPLE -> EXAMPLES.Jeroen Ruigrok van der Werven2000-03-211-2/+4
| | | | | | | Add Xr's for SPLASSERT and CONDSPLASSERT. Notes: svn path=/head/; revision=58426
* Assorted bag o' fixes:Jeroen Ruigrok van der Werven2000-03-211-6/+7
| | | | | | | | fix Jonathan's name, fix copyright date, man -> manual, add const before char *msg, add email address. Notes: svn path=/head/; revision=58425
* Document the KASSERT() macro.Jonathan M. Bresler2000-01-141-0/+74
Notes: svn path=/head/; revision=55994