summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.sparc64 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - tweak pcamux.4 textjmc2020-06-181-3/+3
| | | | | | - Phillips -> Philips ok kettenis
* Fix forgotten references to removed mixer.4 manualratchov2020-05-171-3/+3
|
* Remove clause #3 from mrg@NetBSD license.mpi2019-12-051-4/+2
| | | | | | | In May 29 2008, Matthew R. Green removed it in NetBSD: github.com/IIJ-NetBSD/netbsd-src/commit/7ea20401d535da9996394136ef ok deraadt@
* Make openprom.4 platform independent.denis2019-04-252-155/+2
| | | | | | Suggested by deraadt@ OK ingo@ jmc@ visa@
* consistently spell "real-time clock";jmc2018-06-183-9/+9
| | | | ok deraadt bentley schwarze
* Adjust references for sysctl(3) to sysctl(2)deraadt2018-01-126-23/+23
|
* add some missing markup; from artturi almjmc2017-11-171-3/+3
|
* Update the documentation regarding /dev/mem and /dev/kmem;schwarze2017-09-121-5/+10
| | | | | | Theo already clamped down on these devices last year. Triggered by a question from Nan Xiao <xiaonan830818 at gmail dot com>. OK deraadt@
* fix broken cross references; found with mandoc -Tlintschwarze2017-07-061-4/+4
|
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-10/+1
| | | | | | | | | | | | correctly - logically complete that now by removing MLINKS from base; authors need only to ensure there is an entry in NAME for any function/ util being added. MLINKS will still work, and remain for perl to ease upgrades; ok nicm (curses) bcook (ssl) ok schwarze, who provided a lot of feedback and assistance ok tb natano jung
* fix NAME; ok schwarzejmc2015-11-218-24/+35
|
* replace "can not" with "cannot";jmc2015-11-013-9/+9
|
* fix company name.sobrado2015-10-221-3/+3
| | | | ok jmc@
* use .In rather than .Fd #includeschwarze2015-09-101-3/+3
|
* reduce more .Nd to one line and kill more .Tnschwarze2015-09-101-14/+7
|
* Don't Xr isp here.miod2015-03-301-3/+2
|
* Use "In" to mark up include files, instead of wrongly wrapping with Aq.bentley2015-02-151-3/+3
| | | | | | | 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@
* document that vds(4) now supports block devicesstsp2014-09-291-4/+4
|
* Restore the true Copyright notice and license of intro(4) that variousschwarze2014-09-191-4/+28
| | | | | | | | | people illegally replaced with their own fabrications. Use the correct years when the original file was actually written and changed; the original in part listed wrong years. Some of the notices regarding later changes can be dropped because none of the respective text remains. ok sobrado@ jmc@ miod@
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+4
|
* Some missing .Pa macros in FILES sections;schwarze2013-09-151-3/+3
| | | | | from Jan Stary <hans at stare dot cz>; discussed with jmc@.
* use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze2013-07-1632-99/+99
|
* do not use Sx for sections outwith the man page;jmc2013-06-291-8/+4
|
* first stab are replacing format strings in MD pagestedu2013-06-022-8/+8
|
* add vldc;jmc2012-10-171-2/+4
|
* vldc(4)kettenis2012-10-172-3/+49
|
* within Rs/Re reference blocks, use %U instead of %O (or any otherjmc2012-08-183-9/+9
| | | | | | | | | variants) for URLs, allowing mandoc -Thtml to properly generate links; (sendmail.8 changes are simply using Lk, which i somehow missed in previous) ingo reminded me to verify that gnu groff recognises %U: 1.20.1 does not, but 1.21 does;
* kernel configs dont need "scsibus* at foo?" anymore.dlg2012-08-142-6/+4
| | | | "guess you get more commits" deraadt@
* Remove an OpenBSD-specific tweak regarding .Xr spacingschwarze2011-12-032-6/+6
| | | | | | | | and make it compatible with bsd.lv mandoc and with groff-1.21. This tweak was originally added for compatibility with groff-1.15, which is no longer needed. ok jmc@ kristaps@
* We support both version 1.0 and 1.1 of the vDisk protocol.kettenis2011-10-191-3/+3
| | | | Pointed out by Steffen Daode Nurpmeso.
* make -column lists pretty again;jmc2011-09-037-150/+190
| | | | | | | | | | 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.
* machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 andnaddy2011-06-241-3/+3
| | | | | | | | | | | | | | | i386. Stop abusing it on other archs for controling a shutdown by pressing the soft power button: * Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it allows a power button shutdown. * Make acpi(4)/acpibtn(4) honor hw.allowpowerdown. * Switch the various power button intercepts on landisk, sgi, sparc64 and zaurus over to hw.allowpowerdown. * Garbage collect the machdep.kbdreset sysctl on all archs other than amd64 and i386. ok miod@
* There is no evidence Sun ever sold rebranded Tech Source GFX-4M/8M boards.kettenis2011-02-241-3/+3
|
* wsconsctl -w is out of fashion; from Henri Kemppainenjmc2011-01-301-3/+3
|
* Mention the XVR-300 as it is supported now.kettenis2011-01-041-2/+4
|
* Don't suggest there are variants of this card that can be stuck in a PCI slot.kettenis2010-11-261-4/+4
|
* recording/full-duplex supportjakemsr2010-07-261-2/+1
| | | | ok kettenis
* simplify the mixer(4) code and interface. document the interface.jakemsr2010-07-261-3/+67
| | | | ok kettenis
* Nuke missed .Xr ss. Pointed out by jmc@.krw2010-07-031-3/+2
|
* pcfadc is in section 4 of the manual, not in section 8; use lowersobrado2010-02-261-5/+5
| | | | | | | | | | case letters for both `environmental monitoring subsystem' and `analog to digital converter', as these are generic terms and not trade marks; s/analogue/analog/ on `analogue to digital converter'. tweak on iic(4) reminded by jmc@ ok jmc@
* add vds(4);jmc2009-12-311-2/+4
|
* missing space;jmc2009-12-311-2/+2
|
* vds(4)kettenis2009-12-312-3/+60
|
* tweak previous;jmc2009-12-151-3/+3
|
* fix Xrderaadt2009-12-151-3/+3
|
* Document vsw(4).kettenis2009-12-154-5/+65
|
* Tweak description of supported hardware.kettenis2009-10-271-3/+3
|
* tweak previous; ok kettenisjmc2009-10-041-3/+3
|
* .Xr wbsd(4)kettenis2009-10-031-2/+4
|
* Update.kettenis2009-09-231-8/+9
|