summaryrefslogtreecommitdiff
path: root/share
AgeCommit message (Collapse)Author
2011-11-09List some devices now supported by cdce(4).Stuart Henderson
2011-11-07When multiple display modifiers are specified on a ddb examine command, doMiod Vallat
not advance the address until the last modifier has been processed. This allows sequences like `x/xi address,count' to yield meaningful results. As a bonus, handle `i' and `I' modifiers last, so that I don't have to fight my habit of using `x/ix' instead of `x/xi'.
2011-11-07seN -> se%d to be consistent with other man pages; ok miod jmcMike Belopuhov
2011-11-01This driver does not print ``serious exception reported'' but instead triesMiod Vallat
to correctly handle this situation, since MAXINT ${TIME_UNIT}. XXX There might be more messages to remove, but this one hurt my eyes by the XXX use of the first person as the subject.
2011-11-01Clean up the description of .Dt:Ingo Schwarze
- Volume and arch are both optional and not alternatives. - Zap verbiage about what's obvious from the synopsis. - For fixed argument strings, use .Cm, not .Ar. - Update the list of architectures for OpenBSD. Using lots of input from jmc@.
2011-10-31Update to tzdata2011n from munnari.oz.auTodd C. Miller
2011-10-29describe briefly the syntax of this file (text adapted from sysctl.conf.5).Jason McIntyre
in doing so, i've removed another sentence that somehow seems a bit redundant with this change; the omission of these details were pointed out by scire / web de
2011-10-23missing apostrophe; from wiz@netbsdJason McIntyre
2011-10-22sync the WEP text (with other WPA texts); based on a diff from Pablo CaballeroJason McIntyre
2011-10-22Sunix 50xx cardsCamiel Dobbelaar
2011-10-21tell people to avoid pre,do,post fetch and installMarc Espie
2011-10-21CHOWN/CHMOD are deadMarc Espie
2011-10-21add elf to propertiesMarc Espie
2011-10-21tell people to define PSEUDO_FLAVORS and FLAVORS prior to bsd.port.arch.mkMarc Espie
we may actually use them.
2011-10-20Mention Alcatel One Touch X210/X220 as supportedDavid Coppa
ok sthen@, jsg@
2011-10-20mention 82580 and also mention the 8257[789] phy models as theJonathan Gray
pch devices are normally referenced this way instead of the pch model.
2011-10-19document support for 82583V: according to cvs, yasuoka added this 19.9.10;Jason McIntyre
diff from Steffen Daode Nurpmeso
2011-10-19We support both version 1.0 and 1.1 of the vDisk protocol.Mark Kettenis
Pointed out by Steffen Daode Nurpmeso.
2011-10-18Mention the Huawei Mobile E173 as supportedDavid Coppa
From qgiovanni(at)gmail(dot)com ok jmc@, jsg@
2011-10-16Move the para regarding the "Network Information Control Center (NIC)"lum
host file to HISTORY. Amending it on the way. Help as always from jmc@ ok jmc@
2011-10-16prefered->preferred;Jason McIntyre
2011-10-16document PROPERTIESMarc Espie
2011-10-16stacksize argument is gone and replaced with tidptr argumentPhilip Guenthe
Document new FORK_TFORK bit and that stack argument is used by compat_linux ok jmc@
2011-10-09Remove the BUGS section, it's been taken care of.Antoine Jacoutot
2011-10-08Update to terminfo.src from ncurses-5.9-20111001. This replaces someNicholas Marriott
local kbs changes (^H -> \177) with using the new xterm+kbs fragment. ok deraadt dcoppa
2011-10-07Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model checkTheo de Raadt
since a similar device (not yet named as far as I can see) has showed up on the market. cat34ts02 tested by weerd.
2011-10-06no more ccd(4);Jason McIntyre
2011-10-06syncTheo de Raadt
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-10-06SCSI acronym should be upper case.Igor Sobrado
ok jmc@
2011-10-03Add a 'flag' locator to gpioiic(4), and define a first flagMatthieu Herrb
value to swap the SDA and SCL pins assigment during attach. Mostly from work with mbalmer@NetBSD. ok miod@
2011-10-03sync after mono module changeJasper Lievisse Adriaanse
2011-10-03Fix and clarify some bits of the gnome MODULE.Antoine Jacoutot
ok jasper@
2011-10-03Tweak after recent gnome module change.Antoine Jacoutot
2011-09-30tweak the gnome entry to match realityJasper Lievisse Adriaanse
2011-09-29tweak previous;Jason McIntyre
2011-09-29ssl.8: Certifying Authority -> Certificate AuthorityJason McIntyre
isakmpd.8: rsa:1024 -> rsa:2048 (ok markus) all: X509 -> X.509 from Lawrence Teo
2011-09-27even though .Bl is not callable, groff complains when it appearsIngo Schwarze
unescaped on a macro line, so lets just escape it; noticed by jmc@
2011-09-27Tweak after recent gnome MODULE change.Antoine Jacoutot
2011-09-26Reorganize part of the content:Ingo Schwarze
1) Move the LANGUAGE SYNTAX from mdoc(7) and man(7) to roff(7), it's common to both and it's actually roff syntax. 2) Move the MACRO SYNTAX down to the bottom, such that the less technical parts MANUAL STRUCTURE and MACRO OVERVIEW get to the top. Getting everything to again fit together after the reshuffling required various adjustments; also adjust and improve the DESCRIPTIONS while there. feedback and "go ahead" jmc@ kristaps@
2011-09-26note that section macro end literal mode;Ingo Schwarze
from kristaps@
2011-09-26Replace the .Fl examples by others exhibiting the same features,Ingo Schwarze
but avoiding use of .Nm, because letting .Nm call other macros is unusual style, and we don't want unusual style in examples. Issue brought up by kristaps@.
2011-09-26Update to tzdata2011k from elsie.nci.nih.govTodd C. Miller
2011-09-25tweak previous; ok schwarzeJason McIntyre
2011-09-25tweak previous;Jason McIntyre
2011-09-25zap trailing whitespace;Jason McIntyre
2011-09-25initial documentationMarc Espie
2011-09-24create a new "bounce" file for ports infrastructure.Marc Espie
clean up ancient comments in the existing ones, and use bsd.own.mk's guard against multiple includes.
2011-09-23tell people to use dpb for bulk buildsMarc Espie
2011-09-23- sync MODGNOME_TOOLS=yelp description with the comments in the actual moduleJasper Lievisse Adriaanse