summaryrefslogtreecommitdiff
path: root/lib/libc/sys/modstat.2
Commit message (Collapse)AuthorAgeFilesLines
* mdoc: drop redundant .Pp and .LP callsUlrich Spörlein2010-10-081-1/+0
| | | | | | | They have no effect when coming in pairs, or before .Bl/.Bd Notes: svn path=/head/; revision=213573
* Update the definition of modspecific structureDaniel Gerzo2008-07-151-3/+3
| | | | | | | PR: docs/125630 Notes: svn path=/head/; revision=180534
* Catch up with the code.Christian Brueffer2007-06-131-2/+2
| | | | | | | Submitted by: peter Notes: svn path=/head/; revision=170683
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+2
| | | | Notes: svn path=/head/; revision=131504
* mdoc(7) police: Tidy up the syscall language.Ruslan Ermilov2002-12-181-2/+2
| | | | | | | | | | | | | Stop calling system calls "function calls". Use "The .Fn system call" a-la "The .Nm utility". When referring to a non-BSD implementation in the HISTORY section, call syscall a function, to be safe. Notes: svn path=/head/; revision=108028
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* Add cross-references for the new kldsym(2) man page.Chris Costello2001-07-271-0/+1
| | | | Notes: svn path=/head/; revision=80433
* Unify SEE ALSO sections of the kld*.2 and mod*.2 manpages.Yaroslav Tykhiy2001-07-241-0/+1
| | | | | | | | | Previously, some useful xrefs were missing. Now each of the pages refers to all remaining section 2 pages, to the kld(4) page, and to a related utility's (section 8) page. Notes: svn path=/head/; revision=80252
* mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).Ruslan Ermilov2001-07-061-1/+1
| | | | Notes: svn path=/head/; revision=79366
* mdoc(7) police: use .Rv -std.Ruslan Ermilov2001-07-041-7/+2
| | | | Notes: svn path=/head/; revision=79203
* First, fix a leftover of the cut'n'paste from the kld* pages:Yaroslav Tykhiy2001-07-031-2/+6
| | | | | | | | | | | | change the name of the page (.Nm) from "kldstat" to "modstat". Second, don't claim that modstat(2) always returns 0. Actually, it behaves as most syscalls do - returns 0 on success, or -1 on failure. MFC after: 5 days Notes: svn path=/head/; revision=79143
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-0/+2
| | | | Notes: svn path=/head/; revision=70481
* Add man pages for mod*(2). Shamelessly cut/pasted from the kld*(2) manPeter Wemm2000-09-281-0/+124
pages by Chris Costello. Notes: svn path=/head/; revision=66430