summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2015-04-16Match the Nd of the page, prodded by jmc@Martin Pieuchot
2015-04-16Manpage for ualea(4) with tweaks from jmc@.Martin Pieuchot
2015-04-14sparc{,64} do not need softraid partitions to be defined as 4.2BSD, probablyMiod Vallat
since only one month after this was mentioned in CAVEATS.
2015-04-11Re-enable the RAID 5 discipline for softraid(4).Joel Sing
The RAID 5 implementation has been largely rewritten during the last two hackathons in Dunedin - it now needs further testing and usage.
2015-04-10everything else is gone, so remove the man pages too;Jason McIntyre
2015-04-05Don't use GH_COMMIT and GH_TAGNAME together. From Adam Wolk.Stuart Henderson
2015-04-04dbus_daemon -> messagebusAntoine Jacoutot
2015-04-03x11/gnome/gvfs is actually a better and simpler example.Antoine Jacoutot
2015-04-02devel/dconf is going to loose its cyclic dependency soon, so change theAntoine Jacoutot
example to use avahi.
2015-04-02overriden -> overridden;Jason McIntyre
2015-04-02use correct capitalization of 'BlackBerry'Jasper Lievisse Adriaanse
"sure" deraadt@
2015-04-02document MODPY_PIJasper Lievisse Adriaanse
2015-03-31no more lmccontrol;Jason McIntyre
2015-03-30Fix spelling of ADB and update name of BJV.Kent R. Spillner
2015-03-30isp -> qlwMiod Vallat
2015-03-30Don't Xr isp here.Miod Vallat
2015-03-30update tp-link dongle entry and specifiy the hardware versionJoerg Jung
ok stsp@
2015-03-29Escape punctuation characters that have a different meaning in -Tpdf.Anthony J. Bentley
~, `, and ' get translated to non-ASCII characters by most troff implementations when generating PostScript/PDF output. When the original ASCII character is meant, it needs to be manually escaped. discussed with jmc@ schwarze@; ok schwarze@
2015-03-29tweak previous;Jason McIntyre
2015-03-29Document font and screen ioctls; based upon a diff from dan mclaughlin on tech@,Miod Vallat
thanks!
2015-03-27in SEE ALSO, refer to the relevant phy rather than similar devices;Jason McIntyre
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>