FreeBSD Bugzilla – Attachment 124263 Details for
Bug 167776
gnroff mandoc style, usage mistakes or typos. (man4)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 34.63 KB, created by
Nobuyuki Koganemaru
on 2012-05-10 16:40:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Nobuyuki Koganemaru
Created:
2012-05-10 16:40:13 UTC
Size:
34.63 KB
patch
obsolete
>diff -u acpi_hp.4.orig ./acpi_hp.4 >--- acpi_hp.4.orig 2012-05-10 01:45:42.000000000 +0900 >+++ ./acpi_hp.4 2012-05-10 01:46:41.000000000 +0900 >@@ -261,7 +261,7 @@ > The > .Nm > driver was written by >-.An Michael Gmelin Aq freebsd@grem.de >+.An Michael Gmelin Aq freebsd@grem.de . > .Pp > It has been inspired by hp-wmi driver, which implements a subset of these > features (hotkeys) on Linux. >@@ -275,7 +275,7 @@ > .El > .Pp > This manual page was written by >-.An Michael Gmelin Aq freebsd@grem.de >+.An Michael Gmelin Aq freebsd@grem.de . > .Sh BUGS > This driver is experimental and has only been tested on i386 on an > HP Compaq 8510p which featured all supported wireless devices (WWAN/BT/WLAN). >diff -u acpi_wmi.4.orig ./acpi_wmi.4 >--- acpi_wmi.4.orig 2012-05-10 01:46:52.000000000 +0900 >+++ ./acpi_wmi.4 2012-05-10 01:47:33.000000000 +0900 >@@ -85,12 +85,12 @@ > The > .Nm > driver was written by >-.An Michael Gmelin Aq freebsd@grem.de >+.An Michael Gmelin Aq freebsd@grem.de . > .Pp >-Work has been inspired by the Linux acpi-wmi driver written by Carlos Corbacho >+Work has been inspired by the Linux acpi-wmi driver written by Carlos Corbacho. > .Pp > See http://www.microsoft.com/whdc/system/pnppwr/wmi/wmi-acpi.mspx for > the specification of ACPI-WMI. > .Pp > This manual page was written by >-.An Michael Gmelin Aq freebsd@grem.de >+.An Michael Gmelin Aq freebsd@grem.de . >diff -u ahci.4.orig ./ahci.4 >--- ahci.4.orig 2012-05-10 01:47:45.000000000 +0900 >+++ ./ahci.4 2012-05-10 01:48:14.000000000 +0900 >@@ -51,7 +51,7 @@ > .Xr loader 8 : > .Bl -ohang > .It Va hint.ahci. Ns Ar X Ns Va .msi >-controls Message Signaled Interrupts (MSI) usage by the specified controller >+controls Message Signaled Interrupts (MSI) usage by the specified controller. > .Bl -tag -compact > .It 0 > MSI disabled; >diff -u ath.4.orig ./ath.4 >--- ath.4.orig 2012-05-10 01:50:14.000000000 +0900 >+++ ./ath.4 2012-05-10 01:52:33.000000000 +0900 >@@ -186,7 +186,7 @@ > .Ed > .Pp > Create two virtual 802.11a host-based access points, one with >-with WEP enabled and one with no security, and bridge them to >+WEP enabled and one with no security, and bridge them to > the fxp0 (wired) device: > .Bd -literal -offset indent > ifconfig wlan0 create wlandev ath0 wlanmode hostap \e >@@ -221,7 +221,7 @@ > This should not happen. > .It "ath%d: unable to setup a beacon xmit queue!" > The request to the HAL to set up the transmit queue for 802.11 beacon frames >-frames failed. >+failed. > This should not happen. > .It "ath%d: 802.11 address: %s" > The MAC address programmed in the EEPROM is displayed. >diff -u atp.4.orig ./atp.4 >--- atp.4.orig 2012-05-10 03:34:49.000000000 +0900 >+++ ./atp.4 2012-05-11 00:34:36.000000000 +0900 >@@ -171,10 +171,10 @@ > .Xr loader.conf 5 , > .Xr xorg.conf 5 Pq Pa ports/x11/xorg , > .Xr moused 8 , >-.Xr sysctl 8 . >+.Xr sysctl 8 > .Sh AUTHORS > .An -nosplit > The > .Nm > driver was written by >-.An Rohit Grover Aq rgrover1@gmail.com >+.An Rohit Grover Aq rgrover1@gmail.com . >diff -u bpf.4.orig ./bpf.4 >--- bpf.4.orig 2012-05-10 03:40:46.000000000 +0900 >+++ ./bpf.4 2012-05-10 03:41:27.000000000 +0900 >@@ -642,7 +642,7 @@ > uint32_t bh_caplen; /* length of captured portion */ > uint32_t bh_datalen; /* original length of packet */ > u_short bh_hdrlen; /* length of bpf header (this struct >- plus alignment padding */ >+ plus alignment padding) */ > }; > > struct bpf_hdr { >@@ -650,7 +650,7 @@ > uint32_t bh_caplen; /* length of captured portion */ > uint32_t bh_datalen; /* original length of packet */ > u_short bh_hdrlen; /* length of bpf header (this struct >- plus alignment padding */ >+ plus alignment padding) */ > }; > .Ed > .Pp >@@ -962,7 +962,7 @@ > .It Va net.bpf.optimize_writers: No 0 > Various programs use BPF to send (but not receive) raw packets > (cdpd, lldpd, dhcpd, dhcp relays, etc. are good examples of such programs). >-They do not need incoming packets to be send to them. Turning this option on >+They do not need incoming packets to be send to them. Tuning this option on > makes new BPF users to be attached to write-only interface list until program > explicitly specifies read filter via > .Cm pcap_set_filter() . >diff -u bridge.4.orig ./bridge.4 >--- bridge.4.orig 2012-05-10 03:41:40.000000000 +0900 >+++ ./bridge.4 2012-05-10 03:43:07.000000000 +0900 >@@ -410,7 +410,8 @@ > .Fx > 6.1, 6.2, 6.3, 7.0, 7.1, and 7.2 have a bug in the EtherIP protocol. > For more details and workaround, see >-.Xr gif 4 manual page. >+.Xr gif 4 >+manual page. > .Sh SEE ALSO > .Xr gif 4 , > .Xr ipf 4 , >diff -u capsicum.4.orig ./capsicum.4 >--- capsicum.4.orig 2012-05-10 03:43:23.000000000 +0900 >+++ ./capsicum.4 2012-05-10 03:43:35.000000000 +0900 >@@ -55,7 +55,7 @@ > in which access to global OS namespaces (such as the file system and PID > namespaces) is restricted; only explicitly delegated rights, referenced by > memory mappings or file descriptors, may be used. >-Once set, the flag is inherited by future children proceses, and may not be >+Once set, the flag is inherited by future children processes, and may not be > cleared. > .It capabilities > File descriptors that wrap other file descriptors, masking operations that can >diff -u ch.4.orig ./ch.4 >--- ch.4.orig 2012-05-10 03:43:57.000000000 +0900 >+++ ./ch.4 2012-05-10 03:44:24.000000000 +0900 >@@ -187,7 +187,7 @@ > This call can be used by applications to query the dimensions of > the jukebox before using the > .Dv CHIGSTATUS >-ioctl to query the jukebox' status. >+ioctl to query the jukebox's status. > .It Dv CHIOIELEM > Perform the > .Sy INITIALIZE ELEMENT STATUS >@@ -230,7 +230,8 @@ > returned in the array of > .Vt changer_element_status > structures pointed to by the >-.Va cesr_element_status field . >+.Va cesr_element_status >+field. > The application must allocate enough > memory for > .Va cesr_element_count >diff -u cpuctl.4.orig ./cpuctl.4 >--- cpuctl.4.orig 2012-05-10 03:44:35.000000000 +0900 >+++ ./cpuctl.4 2012-05-10 03:45:00.000000000 +0900 >@@ -125,7 +125,7 @@ > .Bl -tag -width Er > .It Bq Er ENXIO > The operation requested is not supported by the device (e.g. unsupported >-architecture or the CPU is disabled) >+architecture or the CPU is disabled). > .It Bq Er EINVAL > Incorrect request was supplied, or microcode image is not correct. > .It Bq Er ENOMEM >diff -u cxgbe.4.orig ./cxgbe.4 >--- cxgbe.4.orig 2012-05-10 03:45:12.000000000 +0900 >+++ ./cxgbe.4 2012-05-10 03:45:21.000000000 +0900 >@@ -220,7 +220,7 @@ > The > .Nm > device driver first appeared in >-.Fx 9.0 >+.Fx 9.0 . > .Sh AUTHORS > .An -nosplit > The >diff -u dcons.4.orig ./dcons.4 >--- dcons.4.orig 2012-05-10 03:45:29.000000000 +0900 >+++ ./dcons.4 2012-05-10 03:46:21.000000000 +0900 >@@ -104,7 +104,7 @@ > as a > .Xr gdb 1 > port, add the following line into >-.Xr loader.conf 5 >+.Xr loader.conf 5 : > .Bd -literal -offset indent > dcons_gdb="1" > .Ed >diff -u ddb.4.orig ./ddb.4 >--- ddb.4.orig 2012-05-10 03:47:06.000000000 +0900 >+++ ./ddb.4 2012-05-10 03:48:08.000000000 +0900 >@@ -1031,14 +1031,14 @@ > .Pp > The very same information might be gathered in the userspace > with the help of >-.Dq Nm vmstat Fl z >+.Dq Nm vmstat Fl z . > .\" > .Pp > .It Ic show Cm unpcb Ar addr > Shows UNIX domain socket private control block > .Vt struct unpcb > present at the address >-.Ar addr >+.Ar addr . > .\" > .Pp > .It Ic show Cm vmochk >diff -u epair.4.orig ./epair.4 >--- epair.4.orig 2012-05-10 03:48:16.000000000 +0900 >+++ ./epair.4 2012-05-10 03:48:22.000000000 +0900 >@@ -33,7 +33,7 @@ > .Os > .Sh NAME > .Nm epair >-.Nd A pair of virtual back-to-back connected Ethernet interfaces. >+.Nd A pair of virtual back-to-back connected Ethernet interfaces > .Sh SYNOPSIS > To compile this driver into the kernel, > place the following line in your >diff -u fdt.4.orig ./fdt.4 >--- fdt.4.orig 2012-05-10 03:48:47.000000000 +0900 >+++ ./fdt.4 2012-05-10 03:49:36.000000000 +0900 >@@ -143,8 +143,10 @@ > support in the kernel. It covers all low-level and infrastructure parts of > .Nm > kernel support, which primarily are the >-.Xr fdtbus 4 and >-.Xr simplebus 4 drivers, as well as helper routines and libraries. >+.Xr fdtbus 4 >+and >+.Xr simplebus 4 >+drivers, as well as helper routines and libraries. > .It Va makeoptions FDT_DTS_FILE=<board name>.dts > Specifies a preferred (default) device tree source (DTS) file for a given > kernel. The indicated DTS file will be converted (compiled) into a binary form >@@ -163,7 +165,7 @@ > .Sh SEE ALSO > .Xr fdtbus 4 , > .Xr openfirm 4 , >-.Xr simplebus 4 , >+.Xr simplebus 4 > .Sh STANDARDS > IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware: > Core Requirements and Practices >diff -u fdtbus.4.orig ./fdtbus.4 >--- fdtbus.4.orig 2012-05-10 03:49:49.000000000 +0900 >+++ ./fdtbus.4 2012-05-10 03:50:21.000000000 +0900 >@@ -51,7 +51,8 @@ > The > .Nm > driver provides generic, common infrastructure for all >-.Xr fdt 4 oriented device drivers, and its main responsibilities are the >+.Xr fdt 4 >+oriented device drivers, and its main responsibilities are the > following: > .Bl -bullet > .It >@@ -66,7 +67,7 @@ > .Sh SEE ALSO > .Xr fdt 4 , > .Xr openfirm 4 , >-.Xr simplebus 4 , >+.Xr simplebus 4 > .Sh STANDARDS > IEEE Std 1275: IEEE Standard for Boot (Initialization Configuration) Firmware: > Core Requirements and Practices >diff -u gdb.4.orig ./gdb.4 >--- gdb.4.orig 2012-05-10 03:50:48.000000000 +0900 >+++ ./gdb.4 2012-05-10 03:52:55.000000000 +0900 >@@ -508,7 +508,7 @@ > .It Ic checkmem > Check unallocated memory for modifications. > This assumes that the kernel has been compiled with >-.Cd "options DIAGNOSTIC" >+.Cd "options DIAGNOSTIC" . > This causes the contents of free memory to be set to > .Li 0xdeadc0de . > .It Ic dmesg >@@ -595,7 +595,7 @@ > Firewire connections do not have this problem. > .Pp > The debugging macros >-.Dq "just growed" . >+.Dq "just grown" . > In general, the person who wrote them did so while looking for a specific > problem, so they may not be general enough, and they may behave badly when used > in ways for which they were not intended, even if those ways make sense. >diff -u ip.4.orig ./ip.4 >--- ip.4.orig 2012-05-10 03:53:12.000000000 +0900 >+++ ./ip.4 2012-05-10 03:54:00.000000000 +0900 >@@ -215,7 +215,8 @@ > This is in contrast to the default behavior of the > system, which is to transmit undirected broadcasts > via the first network interface with the >-.Dv IFF_BROADCAST flag set. >+.Dv IFF_BROADCAST >+flag set. > .Pp > This option allows applications to choose which > interface is used to transmit an undirected broadcast >@@ -235,12 +236,14 @@ > .Ed > .Pp > It is the application's responsibility to set the >-.Dv IP_TTL option >+.Dv IP_TTL >+option > to an appropriate value in order to prevent broadcast storms. > The application must have sufficient credentials to set the > .Dv SO_BROADCAST > socket level option, otherwise the >-.Dv IP_ONESBCAST option has no effect. >+.Dv IP_ONESBCAST >+option has no effect. > .Pp > If the > .Dv IP_BINDANY >@@ -851,4 +854,5 @@ > packets received on raw IP sockets had the > .Va ip_hl > subtracted from the >-.Va ip_len field. >+.Va ip_len >+field. >diff -u ipmi.4.orig ./ipmi.4 >--- ipmi.4.orig 2012-05-10 03:54:06.000000000 +0900 >+++ ./ipmi.4 2012-05-10 03:55:38.000000000 +0900 >@@ -130,7 +130,7 @@ > Possible error values: > .Bl -tag -width Er > .It Bq Er EFAULT >-An address supplied was invalid >+An address supplied was invalid. > .It Bq Er ENOMEM > Buffers could not be allowed for the command, out of memory. > .El >@@ -146,7 +146,7 @@ > .Ss Unimplemented Ioctls > .Bl -tag -width indent > .It Dv IPMICTL_REGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec" >-Register to receive a specific command >+Register to receive a specific command. > Possible error values: > .Bl -tag -width Er > .It Bq Er EFAULT >@@ -157,7 +157,7 @@ > Could not allocate memory. > .El > .It Dv IPMICTL_UNREGISTER_FOR_CMD Pq Vt "struct ipmi_cmdspec" >-Unregister to receive a specific command >+Unregister to receive a specific command. > Possible error values: > .Bl -tag -width Er > .It Bq Er EFAULT >diff -u ipw.4.orig ./ipw.4 >--- ipw.4.orig 2012-05-10 03:55:47.000000000 +0900 >+++ ./ipw.4 2012-05-10 03:56:16.000000000 +0900 >@@ -147,9 +147,9 @@ > .Xr wlan_tkip 4 , > .Xr wlan_wep 4 , > .Xr ifconfig 8 , >-.Xr wpa_supplicant 8 . >+.Xr wpa_supplicant 8 > .Sh AUTHORS > The original > .Nm > driver was written by >-.An Damien Bergamini Aq damien.bergamini@free.fr >+.An Damien Bergamini Aq damien.bergamini@free.fr . >diff -u isci.4.orig ./isci.4 >--- isci.4.orig 2012-05-10 03:56:26.000000000 +0900 >+++ ./isci.4 2012-05-10 03:56:38.000000000 +0900 >@@ -98,7 +98,8 @@ > The > .Nm > driver first appeared in >-.Fx 8.3 and 9.1 . >+.Fx 8.3 >+and 9.1. > .Sh AUTHORS > .An -nosplit > The >diff -u isp.4.orig ./isp.4 >--- isp.4.orig 2012-05-10 03:57:11.000000000 +0900 >+++ ./isp.4 2012-05-10 03:58:54.000000000 +0900 >@@ -64,7 +64,7 @@ > ISP12160). > .Pp > Fibre Channel support uses FCP SCSI profile for >-.Tn FibreChannel . >+.Tn FibreChannel , > and utilizes Class 3 and Class 2 connections (Qlogic 2100 is Class > 3 only, minor patches to the Qlogic 2200 to force Class 2 mode). > Support is available for Public and Private loops, and for >diff -u iwn.4.orig ./iwn.4 >--- iwn.4.orig 2012-05-10 03:59:35.000000000 +0900 >+++ ./iwn.4 2012-05-10 03:59:41.000000000 +0900 >@@ -179,4 +179,4 @@ > The original > .Nm > driver was written by >-.An Damien Bergamini Aq damien.bergamini@free.fr >+.An Damien Bergamini Aq damien.bergamini@free.fr . >diff -u mac_none.4.orig ./mac_none.4 >--- mac_none.4.orig 2012-05-10 04:00:20.000000000 +0900 >+++ ./mac_none.4 2012-05-10 04:01:04.000000000 +0900 >@@ -45,7 +45,7 @@ > .Cd "options MAC_NONE" > .Ed > .Pp >-Alternately, to load the sample module at boot time, place the following line >+Alternately, to load the none module at boot time, place the following line > in your kernel configuration file: > .Bd -ragged -offset indent > .Cd "options MAC" >@@ -59,7 +59,7 @@ > .Sh DESCRIPTION > The > .Nm >-policy module implements a sample MAC policy that has no effect on >+policy module implements a none MAC policy that has no effect on > access control in the system. > Unlike > .Xr mac_stub 4 , >diff -u mac_stub.4.orig ./mac_stub.4 >--- mac_stub.4.orig 2012-05-10 04:01:12.000000000 +0900 >+++ ./mac_stub.4 2012-05-10 04:01:46.000000000 +0900 >@@ -37,7 +37,7 @@ > .Nm mac_stub > .Nd "MAC policy stub module" > .Sh SYNOPSIS >-To compile the sample policy >+To compile the stub policy > into your kernel, place the following lines in your kernel > configuration file: > .Bd -ragged -offset indent >@@ -45,7 +45,7 @@ > .Cd "options MAC_STUB" > .Ed > .Pp >-Alternately, to load the sample module at boot time, place the following line >+Alternately, to load the stub module at boot time, place the following line > in your kernel configuration file: > .Bd -ragged -offset indent > .Cd "options MAC" >@@ -59,7 +59,7 @@ > .Sh DESCRIPTION > The > .Nm >-policy module implements a sample MAC policy that has no effect on >+policy module implements a stub MAC policy that has no effect on > access control in the system. > Unlike > .Xr mac_none 4 , >diff -u mps.4.orig ./mps.4 >--- mps.4.orig 2012-05-10 04:01:55.000000000 +0900 >+++ ./mps.4 2012-05-10 04:02:12.000000000 +0900 >@@ -209,7 +209,7 @@ > It only works on little endian machines (e.g. amd64 and i386). > .It > No userland utility available (e.g. >-.Xr mptutil 8) >+.Xr mptutil 8 ) . > .It > The driver probes devices sequentially. > If your system has a large number of devices, the probe will take a while. >diff -u net80211.4.orig ./net80211.4 >--- net80211.4.orig 2012-05-10 04:02:27.000000000 +0900 >+++ ./net80211.4 2012-05-10 04:04:22.000000000 +0900 >@@ -366,7 +366,7 @@ > 0 (do not promote, use legacy), > 1 (promote to HT20), > and >-2 (promote to HT40), >+2 (promote to HT40). > .It Dv IEEE80211_IOC_HTPROTMODE > Return, in > .Va i_val , >@@ -447,7 +447,7 @@ > .Va i_val . > .It Dv IEEE80211_IOC_NUMWEPKEYS > Return the number of WEP keys supported in >-.Va i_val >+.Va i_val . > .It Dv IEEE80211_IOC_POWERSAVE > Return the current powersaving mode in > .Va i_val . >@@ -923,8 +923,8 @@ > .Va i_val . > .It Dv IEEE80211_IOC_DTIM_PERIOD > Set the period (in beacon intervals) between DTIM events to the value in >-This request causes a running interface to be restarted. > .Va i_val . >+This request causes a running interface to be restarted. > .It Dv IEEE80211_IOC_DWDS > Set whether or not Dynamic WDS support is enabled using the value in > .Va i_val . >diff -u netmap.4.orig ./netmap.4 >--- netmap.4.orig 2012-05-10 04:04:37.000000000 +0900 >+++ ./netmap.4 2012-05-10 04:04:47.000000000 +0900 >@@ -46,7 +46,7 @@ > which is in charge of validating information through > .Pa ioctl() > and >-.Pa select()/poll(). >+.Pa select()/poll() . > .Nm > can exploit the parallelism in multiqueue devices and > multicore systems. >diff -u nfsv4.4.orig ./nfsv4.4 >--- nfsv4.4.orig 2012-05-10 04:04:56.000000000 +0900 >+++ ./nfsv4.4 2012-05-10 04:05:17.000000000 +0900 >@@ -299,7 +299,7 @@ > .Xr nfsd 8 , > .Xr nfsdumpstate 8 , > .Xr nfsrevoke 8 , >-.Xr nfsuserd 8 , >+.Xr nfsuserd 8 > .Sh BUGS > At this time, there is no recall of delegations for local file system > operations. >diff -u ng_etf.4.orig ./ng_etf.4 >--- ng_etf.4.orig 2012-05-10 04:07:35.000000000 +0900 >+++ ./ng_etf.4 2012-05-10 04:07:52.000000000 +0900 >@@ -135,7 +135,6 @@ > # Filter two random ethertypes to that hook. > ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH1} } > ngctl 'msg etf: setfilter { matchhook="newproto" ethertype=${MATCH2} } >-DONE > .Ed > .Sh SHUTDOWN > This node shuts down upon receipt of a >diff -u ng_nat.4.orig ./ng_nat.4 >--- ng_nat.4.orig 2012-05-10 04:08:19.000000000 +0900 >+++ ./ng_nat.4 2012-05-10 04:08:40.000000000 +0900 >@@ -61,7 +61,7 @@ > a node is ready for aliasing operation. > .It Dv NGM_NAT_SET_MODE Pq Li setmode > Set node's operation mode using supplied >-.Vt "struct ng_nat_mode". >+.Vt "struct ng_nat_mode" . > .Bd -literal > struct ng_nat_mode { > uint32_t flags; >@@ -193,7 +193,7 @@ > was used (they are effectively replaced by server pool). > .It Dv NGM_NAT_LIST_REDIRECTS Pq Li listredirects > Return list of configured static redirects as >-.Vt "struct ng_nat_list_redirects". >+.Vt "struct ng_nat_list_redirects" . > .Bd -literal > struct ng_nat_listrdrs_entry { > uint32_t id; /* Anything except zero */ >diff -u ng_netflow.4.orig ./ng_netflow.4 >--- ng_netflow.4.orig 2012-05-10 04:08:48.000000000 +0900 >+++ ./ng_netflow.4 2012-05-10 04:09:46.000000000 +0900 >@@ -218,7 +218,7 @@ > }; > .Ed > .Pp >-Default is 1500 bytes >+Default is 1500 bytes. > .It Dv NGM_NETFLOW_SHOW > This control message asks a node to dump the entire contents of the flow cache. > It is called from >@@ -284,7 +284,7 @@ > The latter sends us a copy of IP packets, which we analyze and free. > On > .Va fxp0: >-we do not use tee, but send packets back to ether node. >+we do not use tee, but send packets back to either node. > .Bd -literal -offset indent > /usr/sbin/ngctl -f- <<-SEQ > # connect ng0's tee to iface0 hook >diff -u ng_socket.4.orig ./ng_socket.4 >--- ng_socket.4.orig 2012-05-10 04:14:11.000000000 +0900 >+++ ./ng_socket.4 2012-05-10 04:14:25.000000000 +0900 >@@ -93,7 +93,8 @@ > and associated with a > .Nm > node. >-.Dv NG_DATA sockets do not automatically >+.Dv NG_DATA >+sockets do not automatically > have nodes associated with them; they are bound to a specific node via the > .Xr connect 2 > system call. >diff -u opie.4.orig ./opie.4 >--- opie.4.orig 2012-05-10 04:14:44.000000000 +0900 >+++ ./opie.4 2012-05-10 04:15:14.000000000 +0900 >@@ -300,7 +300,7 @@ > or your keystrokes without you knowing it. > > .SH SEE ALSO >-.BR ftpd (8) >+.BR ftpd (8), > .BR login (1), > .BR opie (4), > .BR opiekeys (5), >diff -u pcm.4.orig ./pcm.4 >--- pcm.4.orig 2012-05-10 04:15:22.000000000 +0900 >+++ ./pcm.4 2012-05-10 04:16:09.000000000 +0900 >@@ -390,7 +390,7 @@ > Continuation of the bandlimited SINC interpolator, with 100dB stopband, 36 > taps and 90% bandwidth as quality values. > .It 4 >-Continuation of the bandlimited SINC inteprolator, with 100dB stopband, 164 >+Continuation of the bandlimited SINC interprolator, with 100dB stopband, 164 > taps and 97% bandwidth as quality values. > .El > .It Va hw.snd.feeder_rate_round >@@ -519,7 +519,7 @@ > Available options include: > .Bl -tag -width 2n > .It s16le:1.0 >-Mono >+Mono. > .It s16le:2.0 > Stereo, 2 channels (left, right). > .It s16le:2.1 >diff -u pcn.4.orig ./pcn.4 >--- pcn.4.orig 2012-05-10 04:16:20.000000000 +0900 >+++ ./pcn.4 2012-05-10 04:16:32.000000000 +0900 >@@ -104,7 +104,7 @@ > driver supports the following media options: > .Bl -tag -width full-duplex > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u pfsync.4.orig ./pfsync.4 >--- pfsync.4.orig 2012-05-10 04:16:47.000000000 +0900 >+++ ./pfsync.4 2012-05-10 04:18:27.000000000 +0900 >@@ -31,7 +31,7 @@ > .Os > .Sh NAME > .Nm pfsync >-.Nd packet filter state table sychronisation interface >+.Nd packet filter state table synchronisation interface > .Sh SYNOPSIS > .Cd "device pfsync" > .Sh DESCRIPTION >diff -u psm.4.orig ./psm.4 >--- psm.4.orig 2012-05-10 04:23:00.000000000 +0900 >+++ ./psm.4 2012-05-10 04:24:03.000000000 +0900 >@@ -725,7 +725,7 @@ > .Pp > The first line shows the command byte value of the keyboard > controller just before the auxiliary port is probed. >-It usually is 4D, 45, 47 or 65, depending on how the motherboard BIOS >+It usually is 40, 45, 47 or 65, depending on how the motherboard BIOS > initialized the keyboard controller upon power-up. > .Pp > The second line shows the result of the keyboard controller's >diff -u rl.4.orig ./rl.4 >--- rl.4.orig 2012-05-10 04:24:14.000000000 +0900 >+++ ./rl.4 2012-05-10 04:24:25.000000000 +0900 >@@ -119,7 +119,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u run.4.orig ./run.4 >--- run.4.orig 2012-05-10 04:24:37.000000000 +0900 >+++ ./run.4 2012-05-10 04:25:03.000000000 +0900 >@@ -208,7 +208,7 @@ > .Xr wlan_xauth 4 , > .Xr ifconfig 8 , > .Xr hostapd 8 , >-.Xr wpa_supplicant 8 . >+.Xr wpa_supplicant 8 > .Pp > Ralink Technology: > .Pa http://www.ralinktech.com/ >diff -u ses.4.orig ./ses.4 >--- ses.4.orig 2012-05-10 04:25:27.000000000 +0900 >+++ ./ses.4 2012-05-10 04:25:38.000000000 +0900 >@@ -101,7 +101,7 @@ > Get the associated help text for an object (not yet implemented). > .Nm > devices often have descriptive text for an object which can tell >-you things like location (e.g, "left power supply"). >+you things like location (e.g., "left power supply"). > .It Dv SESIOC_INIT > Initialize the enclosure. > .El >diff -u siftr.4.orig ./siftr.4 >--- siftr.4.orig 2012-05-10 04:25:51.000000000 +0900 >+++ ./siftr.4 2012-05-10 04:26:43.000000000 +0900 >@@ -137,7 +137,7 @@ > Note: The > .Qq \e > present in the example log messages in this section indicates a >-line continuation and is not part of the actual log message >+line continuation and is not part of the actual log message. > .Pp > The first type of log message is written to the file when the module is > enabled and starts collecting data from the running kernel. The text below >@@ -169,15 +169,15 @@ > .El > .Bl -tag -offset indent > .It Va tcp_rtt_scale >-smoothed RTT estimate scaling factor >+smoothed RTT estimate scaling factor. > .El > .Bl -tag -offset indent > .It Va sysname >-operating system name >+operating system name. > .El > .Bl -tag -offset indent > .It Va sysver >-operating system version >+operating system version. > .El > .Bl -tag -offset indent > .It Va ipmode >diff -u simplebus.4.orig ./simplebus.4 >--- simplebus.4.orig 2012-05-10 04:27:41.000000000 +0900 >+++ ./simplebus.4 2012-05-10 04:27:58.000000000 +0900 >@@ -60,11 +60,12 @@ > Note the > .Nm > does not manage device resources and passes through any requests to the >-.Xr fdtbus 4 layer. >+.Xr fdtbus 4 >+layer. > .Sh SEE ALSO > .Xr fdt 4 , > .Xr fdtbus 4 , >-.Xr openfirm 4 , >+.Xr openfirm 4 > .Sh STANDARDS > Power.org Standard for Embedded Power Architecture Platform Requirements > .Pq Vt ePAPR . >diff -u sis.4.orig ./sis.4 >--- sis.4.orig 2012-05-10 04:28:04.000000000 +0900 >+++ ./sis.4 2012-05-10 04:28:14.000000000 +0900 >@@ -113,7 +113,7 @@ > driver supports the following media options: > .Bl -tag -width full-duplex > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u sk.4.orig ./sk.4 >--- sk.4.orig 2012-05-10 04:28:22.000000000 +0900 >+++ ./sk.4 2012-05-10 04:28:37.000000000 +0900 >@@ -127,7 +127,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u snd_hda.4.orig ./snd_hda.4 >--- snd_hda.4.orig 2012-05-10 04:28:49.000000000 +0900 >+++ ./snd_hda.4 2012-05-10 04:29:59.000000000 +0900 >@@ -235,10 +235,10 @@ > .Pp > The sequence numbers 14 and 15 has a special meaning for input associations. > Their presence in association defines it as multiplexed or mixed respectively. >-If none of them present and there are more then one pin in association, >+If none of them present and there are more than one pin in association, > the association will provide multichannel input. > .Pp >-For multichannel input/output assotiations sequence numbers encode >+For multichannel input/output associations sequence numbers encode > channel pairs positions: > 0 - Front, 1 - Center/LFE, 2 - Back, 3 - Front Wide Center, 4 - Side. > Standard combinations are: (0) - Stereo; (0, 2), (0, 4) - Quadro; >@@ -368,7 +368,7 @@ > .It Va dev.hdaa.%d.reconfig > Setting this to a non-zero value makes driver to destroy existing pcm devices > and process new pins configuration set via >-.Va dev.hdaa.%d.nid%d_config. >+.Va dev.hdaa.%d.nid%d_config . > .It Va dev.pcm.%d.play.32bit , dev.pcm.%d.rec.32bit > HDA controller uses 32bit representation for all samples of more then 16 bits. > These variables allow to specify how many bits of these 32 should be >@@ -586,7 +586,7 @@ > .Pp > The > .Nm >-driver supports more then two hundred different controllers and CODECs. >+driver supports more than two hundred different controllers and CODECs. > There is no sense to list all of them here, as in most cases specific CODEC > configuration and wiring are more important then type of the CODEC itself. > .Sh SEE ALSO >diff -u snd_hdspe.4.orig ./snd_hdspe.4 >--- snd_hdspe.4.orig 2012-05-10 04:30:07.000000000 +0900 >+++ ./snd_hdspe.4 2012-05-10 04:30:19.000000000 +0900 >@@ -29,7 +29,7 @@ > .Os > .Sh NAME > .Nm snd_hdspe >-.Nd "RME HDSPe brigde device driver" >+.Nd "RME HDSPe bridge device driver" > .Sh SYNOPSIS > To compile this driver into the kernel, place the following lines in your > kernel configuration file: >diff -u splash.4.orig ./splash.4 >--- splash.4.orig 2012-05-10 04:30:27.000000000 +0900 >+++ ./splash.4 2012-05-10 04:31:33.000000000 +0900 >@@ -234,8 +234,7 @@ > .Pp > To load a binary ASCII drawing and display this while booting, include the > following into your >-.Pa /boot/loader.conf >-: >+.Pa /boot/loader.conf : > .Bd -literal -offset indent > splash_txt_load="YES" > bitmap_load="YES" >diff -u ste.4.orig ./ste.4 >--- ste.4.orig 2012-05-10 04:31:45.000000000 +0900 >+++ ./ste.4 2012-05-10 04:31:55.000000000 +0900 >@@ -103,7 +103,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u termios.4.orig ./termios.4 >--- termios.4.orig 2012-05-10 04:32:07.000000000 +0900 >+++ ./termios.4 2012-05-10 04:32:16.000000000 +0900 >@@ -197,7 +197,8 @@ > process is orphaned, the > .Xr read 2 > returns -1 with >-.Va errno set to >+.Va errno >+set to > .Er EIO > and no > signal is sent. >diff -u ti.4.orig ./ti.4 >--- ti.4.orig 2012-05-10 04:32:31.000000000 +0900 >+++ ./ti.4 2012-05-10 04:35:02.000000000 +0900 >@@ -144,7 +144,7 @@ > modes. > .It 1000baseSX > Set 1000Mbps (Gigabit Ethernet) operation. >-Only full >+Only > .Ar full-duplex > mode is supported at this speed. > .El >@@ -154,7 +154,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >@@ -240,14 +240,14 @@ > A value of 0 means that this parameter is ignored and receive BDs > will only be returned when the receive max coalesced BDs value is > reached. >-The default valus is 170. >+The default value is 170. > .It Va dev.ti.%d.rx_max_coal_bds > This value, receive max coalesced BDs, controls the number of > receive buffer descriptors that will be coalesced before the NIC > updates the receive return ring producer index. > If this value is set to 0 it will disable receive buffer descriptor > coalescing. >-The default valus is 64. >+The default value is 64. > .It Va dev.ti.%d.ti_tx_coal_ticks > This value, send coalesced ticks, controls the number of clock > ticks (of 1 microseconds each) that must elapse before the NIC DMAs >@@ -263,9 +263,9 @@ > This value, send max coalesced BDs, controls the number of send > buffer descriptors that will be coalesced before the NIC updates > the send consumer index. >-If this valus is set to 0 it will disable send buffer descriptor >+If this value is set to 0 it will disable send buffer descriptor > coalescing. >-The default valus is 32. >+The default value is 32. > .It Va dev.ti.%d.tx_buf_ratio > This value controls the ratio of the remaining memory in the NIC > that should be devoted to transmit buffer vs. receive buffer. >@@ -348,7 +348,7 @@ > The argument is > .Vt "struct tg_mem" . > .It Dv ALT_READ_TG_REG >-Read the requested register on the Tigon board. >+Read the requested register from the Tigon board. > The argument is > .Vt "struct tg_reg" . > .It Dv ALT_WRITE_TG_REG >diff -u tl.4.orig ./tl.4 >--- tl.4.orig 2012-05-10 04:35:05.000000000 +0900 >+++ ./tl.4 2012-05-10 04:35:45.000000000 +0900 >@@ -82,9 +82,9 @@ > Also, the PHY will not advertise those modes that have been explicitly > disabled using the following media options. > .It 10baseT/UTP >-Set 10Mbps operation >+Set 10Mbps operation. > .It 100baseTX >-Set 100Mbps (Fast Ethernet) operation >+Set 100Mbps (Fast Ethernet) operation. > .It 10base5/AUI > Enable AUI/BNC interface (useful only with the built-in PHY). > .El >@@ -94,7 +94,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .It hw-loopback >diff -u tws.4.orig ./tws.4 >--- tws.4.orig 2012-05-10 04:35:53.000000000 +0900 >+++ ./tws.4 2012-05-10 04:36:14.000000000 +0900 >@@ -74,13 +74,13 @@ > .Xr loader.conf 5 . > .Bl -tag -width "hw.tws.use_32bit_sgls" > .It Va hw.tws.cam_depth >-The maximium queued CAM SIM requests for one controller. >+The maximum queued CAM SIM requests for one controller. > The default value is 256. > .It Va hw.tws.enable_msi > This tunable enables MSI support on the controller if set to a non-zero value. > The default value is 0. > .It Va hw.tws.queue_depth >-The maximium queued requests for one controller. >+The maximum queued requests for one controller. > .It Va hw.tws.use_32bit_sgls > Limit the driver to use only 32-bit SG elements regardless whether the operating > system is running in 64-bit mode. >diff -u uhso.4.orig ./uhso.4 >--- uhso.4.orig 2012-05-10 04:36:22.000000000 +0900 >+++ ./uhso.4 2012-05-10 04:36:48.000000000 +0900 >@@ -100,7 +100,7 @@ > This behavior can be disabled by setting > .Va hw.usb.uhso.auto_switch > to 0 using >-.Xr sysctl 8 >+.Xr sysctl 8 . > .Sh FILES > .Bl -tag -width "XXXXXX" > .It Pa /dev/cuaU?.? >diff -u ulpt.4.orig ./ulpt.4 >--- ulpt.4.orig 2012-05-10 04:37:45.000000000 +0900 >+++ ./ulpt.4 2012-05-10 04:38:40.000000000 +0900 >@@ -57,7 +57,7 @@ > The bits in the minor number select various features of the driver. > .Bl -column "Minor Bit" "Functionxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -offset indent > .Em "Minor Bit Function" >-64 "Do not initialize (reset) the device on the port." >+64 Do not initialize (reset) the device on the port. > .El > .Pp > Some printers cannot handle the reset on open; in case of problems try the >diff -u umcs.4.orig ./umcs.4 >--- umcs.4.orig 2012-05-10 04:39:14.000000000 +0900 >+++ ./umcs.4 2012-05-10 04:39:31.000000000 +0900 >@@ -68,7 +68,7 @@ > Different ports on device are presented as sub-units, like > .Pa /dev/ttyU0.1 > and >-.Pa /dev/ttyU0.2 >+.Pa /dev/ttyU0.2 . > .Sh HARDWARE > The > .Nm >diff -u uslcom.4.orig ./uslcom.4 >--- uslcom.4.orig 2012-05-10 04:40:21.000000000 +0900 >+++ ./uslcom.4 2012-05-10 04:40:43.000000000 +0900 >@@ -41,7 +41,7 @@ > .Sh DESCRIPTION > The > .Nm >-driver supports Silicon Laboratories CP2101/CP2102 based serial adapters. >+driver supports Silicon Laboratories CP2101/CP2102 based USB serial adapters. > .Sh HARDWARE > The following devices should work with the > .Nm >diff -u vr.4.orig ./vr.4 >--- vr.4.orig 2012-05-10 04:40:58.000000000 +0900 >+++ ./vr.4 2012-05-10 04:41:18.000000000 +0900 >@@ -109,7 +109,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u watchdog.4.orig ./watchdog.4 >--- watchdog.4.orig 2012-05-10 04:42:58.000000000 +0900 >+++ ./watchdog.4 2012-05-10 04:43:58.000000000 +0900 >@@ -38,6 +38,7 @@ > .Nm > facility is used for controlling hardware and software watchdogs. > .Pp >+The interface is through a device > .Pa /dev/fido > responds to a single > .Xr ioctl 2 >diff -u wb.4.orig ./wb.4 >--- wb.4.orig 2012-05-10 04:44:07.000000000 +0900 >+++ ./wb.4 2012-05-10 04:44:16.000000000 +0900 >@@ -108,7 +108,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u wpi.4.orig ./wpi.4 >--- wpi.4.orig 2012-05-10 04:44:25.000000000 +0900 >+++ ./wpi.4 2012-05-10 04:45:13.000000000 +0900 >@@ -56,7 +56,7 @@ > .Nm > driver provides support for the > .Tn Intel >-3945ABG Wireless network adapter >+3945ABG Wireless network adapter. > .Nm > supports > .Cm station , >@@ -124,7 +124,7 @@ > .Xr wlan_tkip 4 , > .Xr wlan_wep 4 , > .Xr ifconfig 8 , >-.Xr wpa_supplicant 8 . >+.Xr wpa_supplicant 8 > .Sh AUTHORS > .An -nosplit > The original >diff -u xl.4.orig ./xl.4 >--- xl.4.orig 2012-05-10 04:45:23.000000000 +0900 >+++ ./xl.4 2012-05-10 04:45:43.000000000 +0900 >@@ -115,7 +115,7 @@ > driver supports the following media options: > .Bl -tag -width xxxxxxxxxxxxxxxxxxxx > .It full-duplex >-Force full duplex operation >+Force full duplex operation. > .It half-duplex > Force half duplex operation. > .El >diff -u xnb.4.orig ./xnb.4 >--- xnb.4.orig 2012-05-10 04:50:57.000000000 +0900 >+++ ./xnb.4 2012-05-10 04:52:13.000000000 +0900 >@@ -83,7 +83,7 @@ > Runs a builtin suite of unit tests and displays the results. > Does not affect the operation of the driver in any way. > Note that the test suite simulates error conditions; this will result in >-error messages being printed to the system system log. >+error messages being printed to the system log. > .El > .Sh SEE ALSO > .Xr arp 4 , >@@ -104,7 +104,7 @@ > .Aq alans@spectralogic.com > and > .An John Suykerbuyk >-.Aq johns@spectralogic.com >+.Aq johns@spectralogic.com . > .Sh CAVEATS > Packets sent through Xennet pass over shared memory, so the protocol includes > no form of link-layer checksum or CRC. >@@ -127,7 +127,7 @@ > .Pp > For this reason, it is recommended that if > .Nm >-is bridged to a physcal interface, then transmit checksum offloading should be >+is bridged to a physical interface, then transmit checksum offloading should be > disabled on the netfront. > The Xennet protocol does not have any mechanism for the netback to request > the netfront to do this; the operator must do it manually.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 167776
: 124263