aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/device_set_flags.9
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace u_int*_t from (non-contributed) man pages.Ed Schouten2012-02-121-2/+2
| | | | | | | | | | | | | | The reasoning behind this, is that if we are consistent in our documentation about the uint*_t stuff, people will be less tempted to write new code that uses the non-standard types. I am not going to bump the man page dates, as these changes can be considered style nits. The meaning of the man pages is unaffected. MFC after: 1 month Notes: svn path=/head/; revision=231564
* Mdoc Janitor:Hiten Pandya2003-10-231-1/+1
| | | | | | | * Use 'manual' instead of 'man' for consistency. Notes: svn path=/head/; revision=121414
* mdoc(7) police: Deal with self-xrefs.Ruslan Ermilov2002-12-241-2/+2
| | | | Notes: svn path=/head/; revision=108257
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
| | | | Notes: svn path=/head/; revision=84306
* 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: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Fixed typos: dependant -> dependentJens Schweikhardt2001-05-011-1/+1
| | | | Notes: svn path=/head/; revision=76190
* Add new manpage device_set_flags.9 and add links forDoug Rabson1999-09-121-0/+57
device_set_desc_copy.9 and device_get_flags.9. Notes: svn path=/head/; revision=51203