summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-09-20tweak previousIngo Schwarze
2011-09-19document the new rc.d script arguments and remove the referenceRobert Nagy
to the old-style RC_DEBUG environment variable
2011-09-19remove mention of man/cat* pages; ok schwarze@Okan Demirmen
2011-09-19Sync with reality: remove %r and %z which have been removed quite some timeMiod Vallat
ago, and mention %hh, %j and %t are not supported.
2011-09-19remove the /usr/share/man/ps* hierarchy and supporting variables; MANPSOkan Demirmen
disappeared during the source manuals switch. no objections from schwarze@ jmc@ deraadt@
2011-09-19Use MODXFCE_DESKTOP_FILE for the xfce4 module case.Antoine Jacoutot
2011-09-19DESKTOP_FILES -> MODGNOME_DESKTOP_FILE.Antoine Jacoutot
2011-09-18sync to version 1.11.7 from kristaps@Ingo Schwarze
main new feature: support the roff(7) .tr request plus various bugfixes and some refactoring regressions are so minor that it's better to get this in and fix them in the tree
2011-09-18sync to mandoc 1.11.5:Ingo Schwarze
document eqn(7) and many other improvements from kristaps@ no objection from deraadt@ against adding an eqn.7 page
2011-09-17Add a MACRO OVERVIEW, listing all macros ordered by purpose,Ingo Schwarze
each with a one-line discription. Use this when wondering which macro fits best for your particular use case, and whether there are alternatives. feedback ond ok jmc@
2011-09-17List another suported adapter I could test.Stefan Sperling
2011-09-17remove mdoc.samples(7): all info already is in mdoc(7)Ingo Schwarze
feedback and ok jmc@
2011-09-16tweak previous; help/ok yuoJason McIntyre
2011-09-16after some thought, i think it unlikely that we will need to specifyJason McIntyre
a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert
2011-09-16Xr uspsTheo de Raadt
2011-09-16add man page for usps(4)Yojiro Uo
2011-09-12Update to tzdata2011j from elsie.nci.nih.goTodd C. Miller
2011-09-09add an St macro for ISO 8601:2004;Jason McIntyre
ok kristaps (who will update the mandoc repo)
2011-09-09add /var/nsd/;Jason McIntyre
2011-09-08sys/types.h is needed before sys/socket.hgiovanni
spotted by Thomas de Grivel, ok matthew@
2011-09-07- update key size and alg recommendations; from Lawrence TeoJason McIntyre
- whilst here, knock out useless Pp in openssl.1 ok djm markus
2011-09-05uppercasing nouns is not a requirement of Nd;Jason McIntyre
2011-09-04Driver for the TURBOchannel alpha baseboard audio. Ported from NetBSD, withMiod Vallat
changes to allow using non-native encodings, and alpha specific code to try and avoid doing 8 bit memory access. Tested on 3000/300LX, deaf testing on 3000/600.
2011-09-04add /etc/ldap; ok martinhJason McIntyre
2011-09-03no vme(4) for this platform;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-09-03tweak previous;Jason McIntyre
2011-09-03Manpage for vsaudio(4/vax).Miod Vallat
2011-09-03regenMiod Vallat
2011-09-03zap trailing whitespace;Jason McIntyre
2011-09-03document new stuffMarc Espie
2011-09-01- remove drupal5 reference, drupal5 is gone.Jasper Lievisse Adriaanse
2011-08-31sync after recent java.port.mk changesJasper Lievisse Adriaanse
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-29Update to tzdata2011i from elsie.nci.nih.govTodd C. Miller
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@