summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-03-27Fix the `don't you dare putting an hme in a sun4c' message: it's not a PROMMiod Vallat
limitation, but rather the lack of an sbus iommu and a small sbus slot aperture (thus *system* limitations) which prevent hme to work on such systems.
2015-03-27x11/gtk+2,-guic -> x11/gtk+3,-guicAntoine Jacoutot
2015-03-27Move help(1) to share/man and send the remains of man(1) to the Attic.Ingo Schwarze
It is implemented by the code in usr.bin/mandoc since OpenBSD 5.7.
2015-03-27Document that certain stand-alone accents need escaping in rare cases toIngo Schwarze
prevent them from being converted to Unicode replacements in PDF output. Issue found by bentley@, OK jmc@ bentley@.
2015-03-24zap more stuff that should have gone in previous;Jason McIntyre
2015-03-24unwire lmc(4) and san(4).David Gwynne
they do "interesting" things with APIs i want to change, and i can't find any evidence anyone uses them anymore. instead of burning time on changes i cant test, ill take a chance that noone will miss them. no objections from anyone ok mpi@ deraadt@ henning@ sthen@
2015-03-23be clear about MPLS spelling it out explicitly the first timeIgor Sobrado
we use this term. ok jmc@
2015-03-21Update to tzdata2015b from ftp.iana.orgTodd C. Miller
2015-03-18describe the context the callback runs at in the CONTEXT section.David Gwynne
2015-03-18minor tweaks;Jason McIntyre
2015-03-18"handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncatingRyan Thomas McBride
skipping the wccp 2 header. Tested with Cisco ASA. "looks correct" claudio ok yasuoka
2015-03-13remove the first comma from constructs like ", and," and ", or,": you can useJason McIntyre
"and" and "or" to join sentence clauses, and you can use commas, but both hinders reading;
2015-03-13AOI has been renamed a while agoGiovanni Bechis
2015-03-08use new "make -C" to avoid extra shells.Marc Espie
okay millert@ miod@
2015-03-08significant typo; andreas zeilmeierTheo de Raadt
2015-03-05syncKenji Aoyama
ok deraadt@
2015-03-05Now cbus(4) supports PCMCIA.Kenji Aoyama
"fine with me" miod@, ok deraadt@
2015-03-05Now luna88k supports PCMCIA.Kenji Aoyama
"fine by me" jmc@, ok deraadt@
2015-03-03Update to tzdata2015 from ftp.iana.orgTodd C. Miller
2015-03-0311a works now.Mark Kettenis
2015-03-02Document that iwm(4) now supports 7265 and (hopefully) 3160 devices.Stefan Sperling
2015-03-02Add BUGS section to athn(4) man page to warn about broken hostap with USB.Stefan Sperling
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@
2015-02-28an(4) does not allow 'scan' as per the CAVEATS section of the man page.Mike Larkin
discussed with jsg@
2015-02-25Synchronize daemon_flags and postgresql_flags examples with rcscript.Robert Peichaer
OK sthen ajacoutot
2015-02-24typo, frantisek holopMarc Espie
2015-02-23document the quirks cve mechanism. Better late than neverMarc Espie
2015-02-23Add support for the RTL8411B chipPeter Hessler
Verified working by Peter Hansteen OK deraadt@, millert@, stsp@
2015-02-23improve NAME section diagnostics;Ingo Schwarze
confusing messages reported by Jan Stary <hans at stare dot cz>
2015-02-21Fix iwm(4) man page bug symptom description: If the MAC address is changedStefan Sperling
then iwm(4) stops passing traffic. Firmware crashes were only observed with my local patches, not the in-tree version of the driver.
2015-02-21Remove mention of firmware version numbers from the iwm(4) man page.Stefan Sperling
The number stated was incorrect and there is no real reason to mention them in the first place. Discussed with sthen.
2015-02-21new sentence, new line;Jason McIntyre
2015-02-21Document known bugs in iwm(4) which are unlikely to get fixed for 5.7.Stefan Sperling
2015-02-21update siphash manpages to reflect change in return type spelling.Ted Unangst
ok dlg
2015-02-19remove errant reference to mq_enqueue in the mq_enlist description.David Gwynne
2015-02-17Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze
For .it, ignore scaling units in roff_getnum(). Inside parentheses, skip whitespace after a sign in roff_getnum(). Parse and ignore unary plus in roff_getnum(). As a bonus, get rid of the only call to mandoc_strntoi() in roff.c.
2015-02-17Mark up email addresses semantically with Mt.Anthony J. Bentley
ok schwarze@
2015-02-16after some discussion with henning, document the various log options asJason McIntyre
one section; some text was altered to make it read better; ok henning
2015-02-16Replace \*(Lt \*(Le \*(Gt \*(Ge with literal < <= > >= respectively,Christian Weisgerber
except for instances where \*(Le and \*(Ge are clearly understood as mathematical symbols. Discussed with schwarze@
2015-02-16Don't use greater-equal/less-equal symbols where "<="/">=" are intended.Anthony J. Bentley
Also, clean up some usage of predefined strings (which are discouraged by mandoc_char(7) for portability reasons) and improve spacing in hostapd.conf(5). ok schwarze@
2015-02-15Use "In" to mark up include files, instead of wrongly wrapping with Aq.Anthony J. Bentley
Aq is not the same as <> in non-ASCII situations, so this caused incorrect output in some places. And it provided no semantics besides. ok schwarze@
2015-02-15Tweak the wording to avoid the possible misunderstanding that .InIngo Schwarze
could only be used in the SYNOPSIS section. It is fine anywhere. Issue noticed by bentley@.
2015-02-12Update path of DRI modules.Anthony J. Bentley
ok jsg@
2015-02-12a shot at documenting the changed log(matches) semanticsHenning Brauer
2015-02-11refer to crypt_checkpass for cipher explananationTed Unangst
2015-02-10remove extra word in previous;Jason McIntyre
2015-02-10First step towards making uiomove() take a size_t size argument:Miod Vallat
- rename uiomove() to uiomovei() and update all its users. - introduce uiomove(), which is similar to uiomovei() but with a size_t. - rewrite uiomovei() as an uiomove() wrapper. ok kettenis@
2015-02-10iwn(4) error says 'firmware too short', not 'firmware file too short'.Stefan Sperling
Fix the man page.
2015-02-10The iwm(4) messages listed (but commented) under DIAGNOSTICS inStefan Sperling
this man page are not lies anymore so uncomment them all.
2015-02-10add some missing namesStuart Henderson