Commit Graph

8378 Commits

Author SHA1 Message Date
minskim
ca28940e0e Add the IP_RECVTTL option support.
If the IP_RECVTTL option is enabled on a SOCK_DGRAM socket, the
recvmsg(2) call will return the TTL of the received datagram.  The
msg_control field in the msghdr structure points to a buffer that
contains a cmsghdr structure followed by the TTL value.

Modeled after FreeBSD implementation.
2009-07-16 04:09:51 +00:00
wiz
0cb83a1a01 New sentence, new line. Add RCS Id. Make HTML-ready. 2009-07-14 21:40:02 +00:00
tls
44571ac47c Clarify accf_http manual page per wiz's request. 2009-07-14 21:37:50 +00:00
wiz
8f62518cea Use more markup. Punctuation nit. 2009-06-29 06:02:09 +00:00
dholland
0633e5d59f Bump date for previous (thanks uebayasi@) 2009-06-29 05:49:28 +00:00
dholland
847d7ba4a1 Document namei_simple_kernel and namei_simple_user. 2009-06-29 05:17:14 +00:00
christos
d2cb166562 document gid, rgid 2009-06-26 15:50:17 +00:00
mjacob
19de87aaa4 Minimally update the man page to indicate 4 and 8Gb card support. 2009-06-25 23:45:52 +00:00
zafer
e61e7f5284 catch spelling error. 2009-06-24 23:10:02 +00:00
zafer
ca54efd201 fix common spelling error. 2009-06-24 22:39:40 +00:00
dholland
3f712a47e2 Fix typo, noticed in passing by wiz 2009-06-24 16:28:48 +00:00
mrg
0f9b883ce6 remove reference to now dead DRM_EXTERNAL option. 2009-06-22 02:34:10 +00:00
wiz
622428f56e Sort SEE ALSO, minor nits. 2009-06-20 22:55:20 +00:00
mrg
9dac5eae13 update a few things, mostly from yorick hardy in PR#41528.
note "options DRM_EXTERNAL".
2009-06-20 18:20:51 +00:00
wiz
f362df9bd8 Use Dv for ENVSYS_*. 2009-06-15 12:21:33 +00:00
pgoyette
9310b4d9c9 Clarify usage of the function members in struct sysmon_envsys and note
that they're optional.
2009-06-14 23:09:55 +00:00
wiz
2eb8ed9d33 Drop trailing whitespace. 2009-06-14 22:37:43 +00:00
pgoyette
45f4717820 Ooops - {get,set}_limits() need to be sensor-specific. Pass an extra
argument to them to identify the individual sensor being processed.
2009-06-14 19:43:12 +00:00
pgoyette
774ea2bbe8 Remove left-over XXX - thanks wiz@ for pointing this out. 2009-06-13 18:21:55 +00:00
pgoyette
c235777756 Add capability to send sensor limit values to the driver so they can
be programmed into device registers.  This way we can let the hardware
help us out instead of having to always compare the value against each
limit.  (Driver updates for some sensors to take advantage of this
capability will be forthcoming.)
2009-06-13 16:08:25 +00:00
njoly
4be675790f s/v4l2_capabilities/v4l2_capability/ for VIDIOC_QUERYCAP ioctl. 2009-06-13 10:07:55 +00:00
cegger
84aaef5fb6 mention both X11R6 and X11R7
requested by mrg@ on source-changes-d
2009-06-09 17:43:27 +00:00
cegger
c4f0336b00 X11R6 -> X11R7
ok wiz@
2009-06-09 13:05:15 +00:00
wiz
9cf943caaf Bump date for previous. New sentence, new line. 2009-06-08 07:59:38 +00:00
darran
f5116a20c4 Document the link1 ifconfig option which disables LACP. 2009-06-07 23:06:48 +00:00
hubertf
5cf334a3c2 add mlinks for iic manpages 2009-06-06 18:48:09 +00:00
wiz
b7a42d7cb2 Match wording in list to other entries. 2009-06-05 09:29:15 +00:00
wiz
3d125cd052 Drop trailing whitespace. Add a missing continuation line. Use more .An. 2009-06-05 09:27:47 +00:00
jnemeth
f6768fff89 grammar fix 2009-06-05 08:40:51 +00:00
hubertf
b290981f9c Add iic(4) manpage, partly taken from OpenBSD. 2009-06-05 07:21:14 +00:00
mrg
06dd613f03 extend 'show event' to take /i /t and /m modifiers, to select interrupt,
trap or misc event types.  you can mix them with /f as well, to show all
including zero events for traps and misc, "show event/ftm"
2009-06-05 04:31:47 +00:00
jnemeth
e70c89ed87 note that vn_open locks the vnode 2009-06-02 18:09:34 +00:00
pgoyette
5a84f3060e Since we no longer have individual events for each sensor value limit,
we don't need individual flag bits.  Clean up extra bit definitions.
Bump kernel version - welcome to 5.99.13
2009-06-01 20:08:44 +00:00
wiz
0810d3f67c Use Dv in more places. 2009-05-28 09:32:17 +00:00
jnemeth
4d4e53194c clarify vnode locking for vn_rdwr() 2009-05-28 06:49:30 +00:00
jnemeth
6afeda9471 correct vn_stat definition and description 2009-05-27 23:01:27 +00:00
wiz
973e99ea8b Merge two descriptions for same error code. 2009-05-27 19:28:42 +00:00
wiz
f9d41516bf New sentence, new line. 2009-05-27 19:27:59 +00:00
snj
54f1f9b7a6 Ficks some spelling mistakes and tyops. 2009-05-27 19:23:59 +00:00
wiz
b328cb4d6a Drop trailing whitespace. Sort SEE ALSO. Make HTML-ready. Fix Dt argument case. 2009-05-27 19:23:28 +00:00
snj
d06e576b0d Fix a few spelling errors. 2009-05-27 17:47:46 +00:00
wiz
9d12d16c67 Put DESCRIPTION before HARDWARE. New sentence, new line. 2009-05-24 19:06:45 +00:00
nisimura
2dc9cefd00 - detect FTDI chiptype from bcdDevice field to determine the number of
channels.
- now capable of quad channel FT4232H.
- mention FT232BM, FT232R, FT2232D, FT2232H and FT4232H chip models.
2009-05-24 16:32:58 +00:00
dyoung
5f33bcda52 Install disk_begindetach.9 links. 2009-05-20 22:48:05 +00:00
wiz
be6de197c1 Punctuation nit and typo fix. 2009-05-20 06:38:39 +00:00
dyoung
3579e266f6 Describe disk_begindetach(9). 2009-05-20 03:50:39 +00:00
wiz
1791473d2b Make HTML-ready. 2009-05-18 14:58:14 +00:00
wiz
86c9c96e53 New sentence, new line. Use \e for a backslash.
Sort option descriptions.
2009-05-18 14:46:51 +00:00
wiz
d88235712b Make Dt and Nm match name of file. 2009-05-18 14:41:41 +00:00
wiz
cadc5a495f New sentence, new line. Shorten Nd argument and put information into
DESCRIPTION section instead.
2009-05-18 14:41:07 +00:00
wiz
afc8e13ec9 New sentence, new line. Use Xr for xrefs. Remove safte references. 2009-05-18 14:07:09 +00:00
wiz
0e0b538bf0 Drop trailing whitespace. Use Dv. 2009-05-18 14:05:15 +00:00
wiz
7d7ebb4066 Mark up defined value with Dv. 2009-05-18 14:02:51 +00:00
wiz
9d94d58b61 Fix xrefs. Drop trailing whitespace. Use Dq. 2009-05-18 14:01:31 +00:00
wiz
f24608c3ac New sentence, new line. Use .An. 2009-05-18 13:57:54 +00:00
wiz
5934ead6f1 Sort sections. 2009-05-18 13:51:10 +00:00
wiz
84e3197bea New sentence, new line. 2009-05-18 13:49:43 +00:00
wiz
ed7ec17756 Consistently use "buflen" as function argument name.
From Jukka Ruohonen in PR 41436.
2009-05-18 12:49:11 +00:00
wiz
bcd628c3a4 Mark up sysctl node with Li, like in sysctl(7). 2009-05-18 12:32:05 +00:00
wiz
96ce1282b1 New sentence, new line. 2009-05-18 12:29:56 +00:00
wiz
da91221b28 New sentence, new line. 2009-05-18 12:27:22 +00:00
wiz
083ea99d48 New sentence, new line. Mark up path with .Pa. 2009-05-18 12:26:15 +00:00
wiz
48bffe7f58 Fix spelling. 2009-05-18 12:14:48 +00:00
wiz
60a2941004 Formatting improvements. 2009-05-18 12:13:44 +00:00
wiz
e62a852a97 Remove trailing whitespace. New sentence, new line. 2009-05-18 12:09:31 +00:00
wiz
4f22df61b7 Point to pkg_add(1) instead of non-existing pkg_install(1). 2009-05-18 12:07:30 +00:00
wiz
0f87bb868f Sort sections. Make HTML-ready. 2009-05-18 12:06:01 +00:00
wiz
9730c3b7d9 New sentence, new line. 2009-05-18 12:00:46 +00:00
wiz
6ff569e343 New sentence, new line. 2009-05-18 09:45:54 +00:00
wiz
c428d5d46a New sentence, new line. Fix xrefs in SEE ALSO. 2009-05-18 09:39:14 +00:00
wiz
992878d274 New sentence, new line. 2009-05-18 09:27:11 +00:00
wiz
e9a2a0b639 regen. 2009-05-18 09:25:04 +00:00
wiz
c18818412f Fix xrefs, sort SEE ALSO. 2009-05-18 09:24:47 +00:00
wiz
464455da3c Use .Tn for company/product names. 2009-05-18 09:16:43 +00:00
wiz
a398d1f604 Avoid Po/Pc when not needed (i.e. most of the time, always here).
Mark up some defined values with .Dv.
2009-05-18 08:58:54 +00:00
wiz
a9174e477b Punctuation nit. 2009-05-18 08:56:32 +00:00
snj
4a7a083566 Remove stale link to the IWN webpage, which is nowhere to be found.
Noted by Takuro KUBOTA in PR misc/40129.
2009-05-18 02:41:23 +00:00
snj
68ce5ccced Make some updates (most notably syncing the Postfix section with reality)
inspired by PR misc/39168.
2009-05-18 02:25:34 +00:00
snj
f5d1705271 Document PROC_PID_LIMIT_SBSIZE. From Greg A. Woods in PR lib/36463.
Wording is taken from getrlimit(2).
2009-05-18 00:41:53 +00:00
snj
1a30d8a579 Fix some typos and bad wording. From Raphael Langerhorst in
PR misc/35213, plus two small nits from me.
2009-05-18 00:07:47 +00:00
elad
a0de6c0f32 Undocument FILE_LOCK(), FILE_UNLOCK() -- heh. 2009-05-17 14:46:33 +00:00
wiz
bdcda8d0cc Remove trailing whitespace. Avoid marking up punctuation. Remove
superfluous Pp. Make HTML-ready. ioctl(4) -> ioctl(2).
Fix wrong end-of-sentence break.
2009-05-17 06:50:59 +00:00
wiz
ef7e198809 Remove trailing whitespace. Make HTML-ready. 2009-05-17 06:46:46 +00:00
wiz
3e6dc3da17 Avoid Pp before Sh; make HTML-ready; add missing comma in SEE ALSO. 2009-05-17 06:45:47 +00:00
fair
b97f1ee262 Eliminate groff warning. Add protocol reference in SEE ALSO section.
A little more verbiage for clarity.
2009-05-17 05:08:57 +00:00
fair
784c61fc29 Eliminate a groff warning. Clarify wording. 2009-05-17 02:52:03 +00:00
fair
6dfa2f6a1f Eliminate a groff warning. Clarify text. 2009-05-17 02:36:10 +00:00
fair
ab7ce9f834 Eliminate many groff warnings seen in build.
Restructure opening description for clarity.

This man page is very sparse and assumes a lot of knowledge.
We should consider adopting text from the OpenBSD ipsec(4).
2009-05-17 02:22:43 +00:00
fair
1496bb7663 Eliminate a groff warning seen during build.
Add some paragraph breaks for clarity/readability.
Sentence periods should be at end of lines.
2009-05-17 01:23:27 +00:00
fair
3ce984d756 Eliminate groff warnings seen during build.
Clarify that NetBSD can't use BT keyboards as console (others can).
2009-05-17 01:00:57 +00:00
fair
eab9c3d787 Eliminate several groff warnings seen during build. 2009-05-17 00:53:36 +00:00
fair
7ce3405656 Eliminate a groff warning seen during build.
Correct sysctl(8) variable section, add one more variable.
Change some wording for improved clarity.
2009-05-17 00:37:53 +00:00
wiz
1f10a84b4b Use Nm instead of Xr to itself. 2009-05-15 06:40:15 +00:00
dyoung
a2328ba74c Mention that these are deprecated APIs. Bump date. 2009-05-14 23:14:33 +00:00
dyoung
ffb35510cf Improve pmf_device_register(9) and pmf_device_register1(9) descriptions. 2009-05-14 23:05:21 +00:00
jnemeth
14e0d190e1 mention PMFE_AUDIO_VOLUME_UP 2009-05-14 21:27:55 +00:00
wiz
320f2aadb0 Remove superfluous .Pp. 2009-05-13 22:57:34 +00:00
wiz
9207759b21 New sentence, new line. 2009-05-13 22:52:26 +00:00
wiz
12c8b134a4 Mark up NULL with Dv. 2009-05-13 22:46:04 +00:00
wiz
d9351635be Expand abbreviation in subsection header. 2009-05-13 22:43:58 +00:00