joerg
3eb244d801
Retire varargs.h support. Move machine/stdarg.h logic into MI
...
sys/stdarg.h and expect compiler to provide proper builtins, defaulting
to the GCC interface. lint still has a special fallback.
Reduce abuse of _BSD_VA_LIST_ by defining __va_list by default and
derive va_list as required by standards.
2011-07-17 20:54:30 +00:00
dyoung
609720ff85
Describe device_printf(9).
...
XXX Need symbolic link device_printf.9 -> kprintf.9.
2011-01-21 17:51:19 +00:00
cnst
a64a3071ec
grammar in kprintf.9 (s/or/and/ and add some commas); ok wiz, pgoyette
2010-02-17 22:04:14 +00:00
apb
a9dda51fb1
Add cross references to new boothowto(9) man page.
2009-09-04 23:29:02 +00:00
joerg
53fa5b1ba1
Fix markup of .Nm line, the comma is not part of the function names.
2009-04-08 12:46:04 +00:00
wiz
e0b3354a66
mdoclint cleanup:
...
Sort SEE ALSO, fix xref sections, new sentence - new line.
2008-12-17 10:33:35 +00:00
christos
6be7b1d936
kill bitmask_snprintf
2008-12-16 22:50:32 +00:00
manu
cafe72412e
Document apping between boothowto flags and boot(8) arguments selecting
...
aprint_*() verbosity. From Jean-Yves Migeon <jean-yves.migeon@espci.fr>
2008-07-25 07:33:57 +00:00
martin
11a6dbe728
Convert TNF licenses to new 2 clause variant
2008-04-30 13:10:46 +00:00
wiz
804d4ddaaf
Document aprint*_dev and aprint*_ifnet. Requested by joerg@
2007-09-24 20:44:23 +00:00
pooka
c1d612fca8
<machine/stdarg.h> is needed for va_lists
2007-07-26 10:00:21 +00:00
rillig
566c2a43ba
Added an explicit statement about the differences between the user-space
...
snprintf and the kernel snprintf.
2006-07-16 08:25:07 +00:00
rillig
dcad541236
Updated the .Ddate.
2006-01-15 21:45:50 +00:00
rillig
09151829d3
The tprintf_open function returns NULL if no terminal handle could be
...
acquired.
2006-01-14 13:08:18 +00:00
wiz
472351e13d
Use
...
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
2003-04-16 13:34:34 +00:00
wiz
9eea5ffeb1
New sentence, new line.
2003-01-02 10:17:27 +00:00
thorpej
1fa13c5d00
Document aprint_error(), aprint_get_error_count(), and printf_nolog().
2002-12-31 23:53:09 +00:00
thorpej
e0de80eb25
Document the "aprint" autoconfiguration message printing routines.
2002-12-31 17:49:14 +00:00
wiz
770eef2122
New sentence, new line.
2002-10-14 13:43:14 +00:00
ross
4fa402f116
Generate <>& symbolically. I'm avoiding .../dist/... directories for now.
2002-02-13 08:17:26 +00:00
wiz
a0a66802fa
Fix SEE ALSO section.
2001-12-26 00:16:30 +00:00
wiz
42a2a8e490
Boring whitespace fixes.
2001-09-04 02:51:15 +00:00
tv
9f8eb67559
Add manpage for bitmask_snprintf(9), describe tprintf(9), and simplify
...
kprintf(9) by removing the now unsupported "extra" printf format strings.
2000-08-09 03:12:33 +00:00
abs
d92f143010
Note that use of %: is strongly discouraged.
2000-02-07 12:37:02 +00:00
kleink
03126e1c99
Use full month names with .Dd, as per mdoc.samples(7).
1999-09-12 18:47:10 +00:00
garbled
e4c16bfb11
More .Os cleanups. .Os is defined in the tmac.doc-common file,
...
so we shouldn't override it with versions in the manpages. Many more to
come.
1999-03-16 00:40:46 +00:00
enami
5cf1acbac0
comma is not a part of argument.
1998-09-10 04:04:42 +00:00
msaitoh
6f4ce5dfdd
Eliminate extra comma in SEE ALSO section
1998-09-03 08:12:56 +00:00
jeremy
d3b609004c
Corrected my incorrect usage of hyphens, en-dashes, and em-dashes.
1998-09-03 01:58:56 +00:00
jeremy
268853e1ea
Added missing punctuation and utilized more mdoc macros where possible.
1998-09-02 05:05:22 +00:00
jeremy
e7ec199a9c
A manual page describing the kernel printf functions and the special formatting
...
options which differentiate them from their user space counterparts.
1998-09-02 04:39:23 +00:00