emaste
5fd32bff8a
Switch to 2-clause license
...
Approved by: luigi@
2013-06-03 13:11:48 +00:00
gavin
d90a2cb697
Kill yet another reference to UserConfig
2013-05-04 15:10:01 +00:00
joel
f2d65ab354
mdoc: minor Bl improvements.
2012-06-02 11:03:14 +00:00
joel
0ef023ae5b
mdoc: fix column names, indentation, column separation within each row, and
...
quotation. Also make sure we have the same amount of columns in each row as
the number of columns we specify in the head arguments.
Reviewed by: brueffer
2012-04-07 09:05:30 +00:00
eadler
1ef5fe44d3
Remove trailing whitespace per mdoc lint warning
...
Disussed with: gavin
No objection from: doc
Approved by: joel
MFC after: 3 days
2012-03-29 05:02:12 +00:00
mav
0517523a4f
Add some more cross-references.
2011-12-20 17:44:25 +00:00
brix
18b2666945
Add I2C bus driver for the AMD Geode LX series CS5536 Companion
...
Device.
Reviewed by: jhb (newbus bits only), adrian
2011-05-15 14:01:23 +00:00
imp
5787512ec9
Minor tweaks to the man page:
...
o Remove bogus ordering info
o 3C1 actually works, so remove that
o Add warning about making sure BIOS is configured properly for PnP
configured 3c509 cards.
2011-04-01 11:39:13 +00:00
uqs
7fc6083fed
mdoc: drop even more redundant .Pp calls
...
No change in rendered output, less mandoc lint warnings.
Tool provided by: Nobuyuki Koganemaru n-kogane at syd.odn.ne.jp
2010-10-19 12:35:40 +00:00
joel
dd1fff9bcb
Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while
...
translating these manual pages. Minor corrections by me.
Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
2010-08-16 15:18:30 +00:00
uqs
1ab3783e1a
mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to the
...
bottom of the manpages and order them consistently.
GNU groff doesn't care about the ordering, and doesn't even mention
CAVEATS and SECURITY CONSIDERATIONS as common sections and where to put
them.
Found by: mdocml lint run
Reviewed by: ru
2010-05-13 12:07:55 +00:00
gavin
f40e5da60d
Kernel modules for these drivers are installed on all platforms, so
...
install the man pages on all platforms too.
2010-02-08 23:30:28 +00:00
gavin
c708ada580
Install the padlock(4) man page on amd64 as well as i386, to match the
...
platforms where the driver itself is compiled and installed.
PR: docs/130895
Reported by: George Hartzell <hartzell alerce.com>
MFC after: 1 week
2010-02-08 21:24:12 +00:00
ru
fdf6718f33
Use the newly brought %U macro.
2010-01-15 16:01:22 +00:00
bz
710bf9d791
Remove dpms.4 missed in r197025.
2009-09-09 14:17:07 +00:00
delphij
49000890a8
- Teach vesa(4) and dpms(4) about x86emu. [1]
...
- Add vesa kernel options for amd64.
- Connect libvgl library and splash kernel modules to amd64 build.
- Connect manual page dpms(4) to amd64 build.
- Remove old vesa/dpms files.
Submitted by: paradox <ddkprog yahoo com> [1], swell k at gmail.com
(with some minor tweaks)
2009-09-09 09:50:31 +00:00
brueffer
ecbce5102d
Correct the information about when the respective functionality first
...
appeared in FreeBSD.
PR: 133785
Submitted by: Ulrich Spoerlein <uqs@spoerlein.net>
MFC after: 3 days
2009-04-23 08:37:56 +00:00
rwatson
a73d3ec6b8
Remove man pages ar(4), ray(4), and sr(4) following removal of these
...
non-MPSAFE device drivers.
2009-04-16 11:09:59 +00:00
imp
6e0a0dff0b
Add recently added cards.
2009-03-25 22:14:46 +00:00
jhb
70e9d3b331
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
...
the driver worked ok with them.
Tested by: friends of yar
2008-09-10 18:36:58 +00:00
jhb
4befa41cb7
Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
...
turn off the external display during suspend and restore it to its
original state on resume.
MFC after: 2 weeks
2008-08-23 21:00:40 +00:00
rpaulo
2ceef8c561
Merge the relevant information of man4.i386/ichwd.4 into man4/ichwd.4
...
and remove ichwd(4) man page from man4.i386.
Submitted by: gavin
Reviewed by: des, me
Approved by: des
2008-08-21 17:53:13 +00:00
rpaulo
c214e5b639
Move man pages out of man4.i386. Most of them are applicable to amd64
...
too, so, instead of descending to the i386 directory, we add some magic to
the parent Makefile.
These man pages refer to drivers that I'm aware that work on amd64. Most
likely there are more, but I'll deal with them later.
Approved by: brueffer, philip, takawata
2008-08-21 00:40:55 +00:00
rpaulo
028517576a
Add Eee PC.
2008-08-20 12:36:53 +00:00
brueffer
81f401bb47
Correct a few minor markup and grammar issues.
2008-08-11 08:42:31 +00:00
philip
9db87c45ee
Typo: glxsb(4) was imported to FreeBSD 8.0, not 7.0.
...
Spotted by: kib
2008-08-09 15:09:51 +00:00
philip
337d069e9b
Add the glxsb(4) manual page.
...
Submitted by: Patrick Lamaizière <patfbsd -at- davenulle.org>
MFC after: 1 week
2008-08-09 14:54:19 +00:00
jhb
a495f456d1
Remove the sbni(4) driver. No one responded to calls to test it on
...
current@ and stable@.
2008-07-04 21:06:57 +00:00
jhb
026267261c
Remove the oltr(4) driver. No one responded to calls for testing on
...
current@ and stable@ for the locking patches. The driver can always be
revived if someone tests it.
This driver also sleeps in its if_init routine, so it likely doesn't really
work at all anyway in modern releases.
2008-07-04 18:58:53 +00:00
jhb
cb0b8573c7
Remove the arl(4) driver. It is reported to not work on 6.x or later
...
even though the driver hasn't changed since 4.x (last known working
release).
2008-07-04 18:15:36 +00:00
kevlo
e2e62f671f
Document the azp for controlling audio power
2008-05-20 06:33:10 +00:00
brueffer
b24f39223e
Oops, add back the SYNOPSIS section header I accidently removed in the
...
previous revision.
2008-03-20 08:46:27 +00:00
brueffer
1bfcad58c9
Use a standard section 4 SYNOPSIS.
...
MFC after: 3 days
2008-03-17 08:17:04 +00:00
brueffer
3ecb6dd056
Device counts are long gone.
...
MFC after: 3 days
2008-03-17 08:06:41 +00:00
brueffer
64b6524153
Fix AUTHORS formatting.
...
MFC after: 3 days
2008-03-16 22:51:30 +00:00
brueffer
89655c7251
Device counts are long gone, also remove the outdated FILES section.
...
MFC after: 3 days
2008-03-16 22:26:17 +00:00
brueffer
ca735b70dd
Remove references to the obsolete card(4) manpage.
2008-01-28 18:08:41 +00:00
imp
de3fe55797
Minor nits. Add xr to sn.
2008-01-01 22:29:22 +00:00
bz
e911ed379e
Remove the last entries to fast_ipsec.
...
Merge in parts of the old fast_ipsec.4 man page to ipsec.4 and
start updating ipsec.4 man page.
Reviewed by: brueffer, sam (slightly earlier versions), bmah
Approved by: re (bmah)
2007-08-02 08:04:48 +00:00
philip
cc8a26996a
Add support for Asus A3N laptops.
...
Submitted by: Holger Jorra <holger_jorra -at- gmx.net>
MFC after: 1 day
2007-06-02 21:10:01 +00:00
takawata
278c2f3a11
New line for new sentense.
...
Pointed out by: brueffer
2007-03-30 21:59:55 +00:00
takawata
c31b083e62
Hook acpi_aiboost man page and modify the man page a bit.
2007-03-30 21:19:10 +00:00
takawata
23183bccf3
Add man page for acpi_aiboost. Based on man page for NetBSD.
2007-03-30 20:35:37 +00:00
brueffer
1a7d88b933
Xref altq(4)
2007-02-16 13:53:45 +00:00
brueffer
338df91073
Remove references to pccardd(8), pccardc(8) and OLDCARD.
...
PR: 108980
Submitted by: Yonatan
2007-02-09 21:05:47 +00:00
brueffer
e86310cd3d
Xref altq(4) for drivers that support it according to altq(4).
2007-01-30 08:40:04 +00:00
mpp
d398e83b8a
Spelling fix.
2006-12-14 16:57:35 +00:00
ru
1882f43fde
Add missing `;;' in the example shell code snippet.
...
PR: i386/106113
Submitted by: Richard Arends
MFC after: 3 days
2006-12-01 09:00:38 +00:00
kevlo
eaa075b4bb
Document the cdp for controlling CD power.
...
Approved by: cognet
2006-11-01 03:45:24 +00:00
trhodes
533b1fd849
Point users to ndisgen(8) over directly interacting with ndiscvt(8) as the
...
former is easier to use.
PR: 97231
2006-10-13 11:30:07 +00:00