summaryrefslogtreecommitdiff
path: root/share/man
AgeCommit message (Collapse)Author
2003-03-17more small typos;Jason McIntyre
2003-03-16Your average hp300 manual page overhaul for the release:Miod Vallat
- clean/rewrite frame buffer manual page, with correct names, and add hyper. - add missing manual pages, mostly from NetBSD - harmonize texts, rebalance .Bl lists, sprinkle useful .Xr
2003-03-16A short description of the mvme68k boot process; may be extended withMiod Vallat
more useful information about the BUG and its environement if I find enough time before cold = 1;
2003-03-16- BSD -> OxAnil Madhavapeddy
- Point people to our documentation and not the freebsd/netbsd handbooks - Add checklist.html to the See Also section ok pvalchev@
2003-03-16Best topkitties are a 1280x1024 display, not 2048x1024...Miod Vallat
2003-03-16remove a tab which isn't needed (-indent is there)Anil Madhavapeddy
jmc@ ok
2003-03-16typos;Jason McIntyre
ddb(4), hilid(4), hilkbd(4), hilms(4): ok miod@ gsckbd(4): found by miod@
2003-03-15- "Third-Party [Ss]oftware" -> "third-party software"Anil Madhavapeddy
- Xr to ports(7) instead of external web-page ok pvalchev@
2003-03-15- Reference to php4 flavors replaced with exim (php uses subpackages now)Anil Madhavapeddy
- Dont encourage 'env FLAVOR=blah make install', since this breaks with a lot of subpackaged ports; instead replace 'install' with 'package' - Remove some of the freebsd/netbsd references which are obsolete now - /usr/share/mk/bsd.port.mk doesnt exist, so Xr bsd.port.mk(5) instead ok pvalchev@
2003-03-14more cleaning: document 'how'Jason Wright
2003-03-14dead functionsJason Wright
2003-03-14This still needs work, but it's alot closer.Jason Wright
2003-03-14typos;Jason McIntyre
audio(4): ok naddy@ cardbus(4): ok deraadt@
2003-03-139751 is actually useful these days.Jason Wright
2003-03-13and bandwidth is bits per secondHenning Brauer
2003-03-13bits not bytes; fk@spoiled.orgTheo de Raadt
2003-03-13Slightly better wording or layoutMiod Vallat
2003-03-12actually, vput always unlocks the vnodeTed Unangst
ok costa@
2003-03-12should -> must when discussing locking. it's not optional.Ted Unangst
2003-03-12add VOP_CREATE, VOP_LINK, VOP_READLINK, VOP_SYMLINKTed Unangst
add some implementation notes for file system authors ok jmc@
2003-03-12add VOP_FSYNC, VOP_ISLOCKED, and VOP_REMOVETed Unangst
only 28 more to go! ok jmc@
2003-03-12typos;Jason McIntyre
2003-03-12typos;Jason McIntyre
2003-03-12replace some .Pp inside .Bd -literal block with empty lineDavid Krause
add a .Pp before "would be used instead" new sentence, new line whitespace at eol ok jmc@
2003-03-12fair amount of clarifications, extensions, and correctionsHenning Brauer
from joel knight <enabled at myrealbox.com>, some tweaks by me, some by jmc@ ok dhartmei@ mcbride@ cedric@
2003-03-11VOP_LOCK, VOP_UNLOCK, VOP_RMDIR, VOP_MKDIR, VOP_SETEXTATTR, VOP_GETEXTATTR,Ted Unangst
VOP_REVOKE, VOP_RECLAIM looked over and input from art@ david@ jmc@
2003-03-11removed .Ic's which were giving postscript trouble;Jason McIntyre
ok deraadt@
2003-03-11files with dead .Xr's;Jason McIntyre
left .Xr, but removed man page number as suggested by mpech@ more help and ok millert@
2003-03-11date is supposed to be written formallyDavid Krause
ok jmc@
2003-03-11new sentence, new lineDavid Krause
ok mickey@
2003-03-10Document available video modes for ZX frame buffers, which one will beMiod Vallat
picked up at boot time depending on which monitor you plug in, and the lack of any software way to change the resolution (yet).
2003-03-10Sun documentation mentions that ZX can not run on a sun4c or inside an xbox,Miod Vallat
so document this as well.
2003-03-10add a man page for the VOP functions. currently only describes theTed Unangst
general idea and VOP_LOOKUP. ok costa@ deraadt@ jmc@
2003-03-10Better frame buffer manual pages: attempt to better describe the frame buffersMiod Vallat
supported by the various drivers, and provide more accurate information about them. Some feedback and fixes from jmc@ and deraadt@
2003-03-10filesystem -> file system for section 9Ted Unangst
ok jmc@
2003-03-10small changes to mike's random-id section;Jason McIntyre
ok frantzen@
2003-03-10typos;Jason McIntyre
2003-03-10use Pa for paths moreTheo de Raadt
2003-03-10few minor tweaksTheo de Raadt
2003-03-10removal of .Ic for examples.Jason McIntyre
this was messing the postscript output.
2003-03-10fix offset; from jmcTheo de Raadt
2003-03-10real pretty nowTheo de Raadt
2003-03-10Fixed some small typos & formatting following suggestions from jmcMarcus Watts
2003-03-09Escape ct as argument of .Xr, this broke PostScript manpage generation.Miod Vallat
Spotted by deraadt@.
2003-03-09- document that scrub 'no-df' is sometimes necessary for "certain" OS's NFSMike Frantzen
- suggest 'random-id' with 'no-df' since "certain" OSes set ip->ip_id to zero ok deraadt@ henning@
2003-03-09start of replacement tun page; from mdwTheo de Raadt
2003-03-09Use "np != NULL", not just "np" in TAILQ example for consistencyTodd C. Miller
(and style(9)); from Pedro Bastos
2003-03-09$OpenBSD$David Krause
ok mickey@
2003-03-09A simple zx(4) manual page and references to it...Miod Vallat
2003-03-09fix magic charsTheo de Raadt