Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix types of time_second and time_uptime variables. | ru | 2006-03-02 | 1 | -3/+2 |
| | |||||
* | Assorted markup fixes and minor wordsmithing. | ru | 2005-06-15 | 1 | -2/+2 |
| | | | | Approved by: re | ||||
* | Fixed punctuation in xrefs. | ru | 2005-01-21 | 1 | -3/+3 |
| | |||||
* | Scheduled mdoc(7) sweep. | ru | 2005-01-12 | 1 | -15/+10 |
| | |||||
* | Bring kernel time variable and access function docs up to date by | brooks | 2004-09-17 | 1 | -83/+61 |
| | | | | updating the list of variables and mentioning the bin(up)time functions. | ||||
* | Assorted markup, spelling, and grammar fixes. | ru | 2004-06-16 | 1 | -4/+2 |
| | |||||
* | mdoc(7) police: | hmp | 2004-05-05 | 1 | -2/+5 |
| | | | | | | * correctly place parenthisized sentences * remove hard sentence breaks * use .Vt instead of .Fn | ||||
* | Mdoc Janitor: | hmp | 2003-10-23 | 1 | -4/+6 |
| | | | | * Fix hard sentence breaks. | ||||
* | Removed whitespace at end-of-line; no content changes. I simply did | schweikh | 2001-07-14 | 1 | -2/+2 |
| | | | | | | | | | | 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 | ||||
* | mdoc(7) police: removed HISTORY info from the .Os call. | ru | 2001-07-10 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2). | ru | 2001-07-06 | 1 | -1/+1 |
| | |||||
* | mdoc(7) police: split punctuation characters + misc fixes. | ru | 2001-02-01 | 1 | -1/+1 |
| | |||||
* | Prepare for mdoc(7)NG. | ru | 2001-01-16 | 1 | -1/+1 |
| | |||||
* | Avoid use of direct troff requests in mdoc(7) manual pages. | ru | 2000-11-10 | 1 | -7/+10 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add $Id$, to make it simpler for members of the translation teams to | nik | 1999-07-12 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde | ||||
* | Add time(9) to document the kernel time variables. Obtained from | mpp | 1997-03-22 | 1 | -0/+135 |
NetBSD and then modified by me to reflect some FreeBSD specific things and to clarify some other pointed based on some old mail from Bruce Evans about this man page. |