summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2011-08-30sync after recent java.port.mk changeJasper Lievisse Adriaanse
2011-08-30in column lists, enforce the following ordering:Jason McIntyre
.Bl -column header1 header2 ... <Bl flags> mixing things up confuses mandoc, and adding flags in can screw up the list. this hopefully just makes things a bit safer (and more consistent). (one more bit of work left and all column lists should format how we want)
2011-08-30remove some pointless Pp/-compact combinations; either ingo or kristapsJason McIntyre
will update mandoc repo
2011-08-30Document a "once" filter option used to create one shot rules.Mike Belopuhov
ok henning, mcbride, jmc
2011-08-29No need to discourage xz distfiles because of sparc.Matthew Dempsky
ok naddy@, espie@
2011-08-25Document IPV6_TCLASS and IPV6_RECVTCLASS in ip6(4). Text from FreeBSD.Christiano F. Haesbaert
ok mcbride@ jmc@
2011-08-22correct sysctl name; from Thomas PfaffJason McIntyre
2011-08-19as with other list types, column lists generally do not need a Pp/-compactJason McIntyre
construct; this also sidesteps what seems to be a problem with mandoc, in that "-column -compact" seems to mess up the formatting. thus these pages should now have their lists formatted nicely (i.e. correctly aligned and with indent applied); as a side note, the fact that headers are not properly marked up is another issue which will be addressed separately (a mandoc fix is needed, i think). i have fudged a few of these to mark up properly, since the workaround does make sense for some pages. as another side note, i haven;t fixed man7, as i need to prepare a separate diff for kristaps and ingo.
2011-08-19Don't mention loadable streams modules are lacking.aschrijver
OK mikeb@ millert@
2011-08-19remove error in previous;Jason McIntyre
2011-08-18So, it turns out that models 362 and 382 built-in frame buffer only shows upMiod Vallat
in DIO-II space, as a fat device spanning four select codes (i.e. 16MB of memory). This is way too much for an at-most 2 Mpixel 8bit frame buffer, and it turns out that this is because the device provides both a regular DIO-II frame buffer (spanning two select codes) and a regular STI frame buffer (spanning the other two select codes). This commit introduces a straightforward sti@dio attachment to get a working sti(4) and wsdisplay(4) in a ridiculously small number of lines; however the console code needs some changes to avoid duplicating globals. While there, add sti@dio support for the bootblocks, and I couldn't help myself but clean the most rotten parts of them, and try to have them reuse various files in sys/arch/hp300/dev instead of rolling their outdated ones. Tested on a real 382 with the low-resolution frame buffer: sti0 at dio0 scode 132: rev 8.02;129, ID 0x27134CB440A00499 sti0: 382V, 2048x512 frame buffer, 640x480x8 display sti0: 8x16 font type 1, 16 bpc, charset 0-255 wsdisplay0 at sti0 mux 1: console (std, vt100 emulation) Boot blocks updates tested on DIO-II 425t (serial/glass console), SGC 425e (serial/glass console) and 382 (serial/glass console). And will be tested on SGC 425t soon as well.
2011-08-18fix overload table BNFHenning Brauer
From: william dunand <william.dunand at gmail.com>
2011-08-16More information about lots of macros, many new examples, and various fixes.Ingo Schwarze
ok kristaps@
2011-08-16Sync documentation with code on the matter of max state limit behavior.Mike Belopuhov
When one of the state limits is reached, further packets that would create state are dropped, until existing states time out. Discussed with mcbride, ok henning, jmc
2011-08-08sync 'set-tos' with 'tos' keyword (DiffServ is supported by both)Ryan Thomas McBride
ok deraadt
2011-08-03Add small chunks of new text and better examples written from scratch,Ingo Schwarze
filling gaps found by checking the MANUAL DOMAIN chapter in mdoc.samples(7). While here, fix lots of minor issues. feedback and ok jmc@; tree is locked, but ok to commit this one from deraadt@
2011-08-02The term "reserved characters" is too broad, so narrow it downIngo Schwarze
to "delimiters", and explain which special handling they get as macro arguments. Move the text to a better place and remove a few lies. Postpone figuring out the lists of macros causing that special handling, it would cost too much time right now. feedback and ok jmc@
2011-08-01Add some new text written from scratch after checking whether anythingIngo Schwarze
explained in mdoc.samples(7) is missing from mdoc(7): * Discourage trailing whitespace. * Move all information about quoted arguments to the relevant subsection, shortening it a bit, and adding an example. * Mention that blanks can be quoted with a backslash. * A better .Nd line in the template (verbatim from mdoc.samples(7)). * Explain how to escape callable macro names, and provide examples. ok jmc@
2011-07-31clarify .Ex and .Rv documentation; from kristaps@, tweaked a bitIngo Schwarze
2011-07-31zap trailing whitespace;Jason McIntyre
2011-07-31mention creation of /var/run/dmesg.bootIngo Schwarze
feedback and ok jmc@, ok deraadt@ on an earlier version
2011-07-31cred argument was removed from bread() and breadn()Alexandr Shadchin
ok tedu@, jmc@
2011-07-30remove dead link; from James HartleyJason McIntyre
2011-07-29Remove references to a function that no longer exists, reminded by claudio@Bret Lambert
ok jmc@, claudio@
2011-07-29Remove requirement to quote 'debug' loglevel for the 'debug' option.Ryan Thomas McBride
ok henning
2011-07-27- new sentence, new lineJason McIntyre
- zap trailing whitespace
2011-07-27icsphy(4) has been seen coupled with dc(4) and vr(4) so list it in the manpage.Stuart Henderson
From Brad.
2011-07-27Add support for weighted round-robin in load balancing pools and tables.Ryan Thomas McBride
Diff from zinke@ with a some minor cleanup. ok henning claudio deraadt
2011-07-25note that -fstrict-overflow is disabled by default. ok jsg nicmTed Unangst
2011-07-25remove a link that no longer works;Jason McIntyre
from Michiel Overtoom, freebsd pr #159132
2011-07-24AT&T recently released a new version of UNIX (System III).Ingo Schwarze
This will soon be needed for the HISTORY of string(3).
2011-07-22Mention the Huawei E181.David Coppa
OK sthen@
2011-07-21Mention the Huawei E1750 USB modem.David Coppa
Also add two other devices that were previously forgotten. ok jsg@, sthen@
2011-07-21no more vnode_if.src;Jason McIntyre
2011-07-20add galaxy s2 to the list of working devicesJasper Lievisse Adriaanse
2011-07-18Wording fixes and remove refrences to vnode_if.src as it's gone;Thordur I. Bjornsson
From Benny Lvfgren (benny -at- internetlabbet.se)
2011-07-15document regress-depends-list.Federico G. Schwindt
espie@ ok.
2011-07-15improve documentation of .Bl -column .It TaIngo Schwarze
using feedback from kristaps@, ok jmc@
2011-07-15be more specific about .Dv, .Er, and .Ev; from kristaps@Ingo Schwarze
2011-07-15Clarify the role of .RS and fix a bogus cross-reference;Ingo Schwarze
from kristaps@.
2011-07-14__opendir2, DTF_NODUP, and __DTF_READALL can die. struct direntTheo de Raadt
dd_flags is renamed to the placeholder position dd_unused so that we can spot "broken software" which assumes we have Jan Simon Pendry's union mounts (we don't have them, and won't have them ever again). __opendir2 question spotted by matthew verified to not break ports by sthen
2011-07-13Mention AT-2972LX10/LC, reported working by Marek Czubenko.Stuart Henderson
2011-07-11no more format(8);Jason McIntyre
2011-07-09tweak previous;Jason McIntyre
2011-07-09update MLINKS for the *SAFE macros;Jason McIntyre
2011-07-09remove more atalk bitsTheo de Raadt
2011-07-09Document the newly added FOREACH_SAFE marcos.Paul Irofti
2011-07-09zap trailing whitespace;Jason McIntyre
2011-07-08do not discuss man pages which do not (yet) exist;Jason McIntyre
2011-07-08just don;t talk about the compat pages; suggested by/ok teduJason McIntyre