Fix typos and spelling mistakes.
This commit is contained in:
parent
d1366c1596
commit
f4e8725880
@ -88,7 +88,7 @@ will hold the address of the peer and
|
|||||||
.Fa fromlen
|
.Fa fromlen
|
||||||
will hold the length of that address.
|
will hold the length of that address.
|
||||||
Note that
|
Note that
|
||||||
the address is bounded by the inital value of
|
the address is bounded by the initial value of
|
||||||
.Fa fromlen
|
.Fa fromlen
|
||||||
which is used as an in/out variable.
|
which is used as an in/out variable.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -72,7 +72,7 @@ Data sent in such an instance will result in
|
|||||||
the data being sent on the third leg of the SCTP four-way handshake.
|
the data being sent on the third leg of the SCTP four-way handshake.
|
||||||
Note that if
|
Note that if
|
||||||
the socket is a one-to-one type (SOCK_STREAM) socket then an association must
|
the socket is a one-to-one type (SOCK_STREAM) socket then an association must
|
||||||
be in existance (by use of the
|
be in existence (by use of the
|
||||||
.Xr connect 2
|
.Xr connect 2
|
||||||
system call).
|
system call).
|
||||||
Calling
|
Calling
|
||||||
|
@ -415,7 +415,7 @@ Allocation requests that are more than half the quantum, but no more than the
|
|||||||
minimum cacheline-multiple size class (see the
|
minimum cacheline-multiple size class (see the
|
||||||
.Dq Q
|
.Dq Q
|
||||||
option) are rounded up to the nearest multiple of the quantum.
|
option) are rounded up to the nearest multiple of the quantum.
|
||||||
Allocation requests that are more than the minumum cacheline-multiple size
|
Allocation requests that are more than the minimum cacheline-multiple size
|
||||||
class, but no more than the minimum subpage-multiple size class (see the
|
class, but no more than the minimum subpage-multiple size class (see the
|
||||||
.Dq C
|
.Dq C
|
||||||
option) are rounded up to the nearest multiple of the cacheline size (64).
|
option) are rounded up to the nearest multiple of the cacheline size (64).
|
||||||
|
@ -445,7 +445,7 @@ contains the events which triggered the filter.
|
|||||||
.It Dv EVFILT_USER
|
.It Dv EVFILT_USER
|
||||||
Establishes a user event identified by
|
Establishes a user event identified by
|
||||||
.Va ident
|
.Va ident
|
||||||
which is not assosicated with any kernel mechanism but is triggered by
|
which is not associated with any kernel mechanism but is triggered by
|
||||||
user level code.
|
user level code.
|
||||||
The lower 24 bits of the
|
The lower 24 bits of the
|
||||||
.Va fflags
|
.Va fflags
|
||||||
|
@ -335,7 +335,7 @@ and/or memory.
|
|||||||
When
|
When
|
||||||
.Dv PL_FLAG_SCX
|
.Dv PL_FLAG_SCX
|
||||||
is set, this flag may be additionally specified to inform that the
|
is set, this flag may be additionally specified to inform that the
|
||||||
program being executed by debuggee process has been changed by succesful
|
program being executed by debuggee process has been changed by successful
|
||||||
execution of a system call from the
|
execution of a system call from the
|
||||||
.Fn execve 2
|
.Fn execve 2
|
||||||
family.
|
family.
|
||||||
|
@ -382,7 +382,7 @@ returns an allocated and partially initialized CCB, or NULL if allocation
|
|||||||
of the CCB failed.
|
of the CCB failed.
|
||||||
.Pp
|
.Pp
|
||||||
.Fn cam_send_ccb
|
.Fn cam_send_ccb
|
||||||
returns a value of -1 if an error occured, and
|
returns a value of -1 if an error occurred, and
|
||||||
.Va errno
|
.Va errno
|
||||||
is set to indicate the error.
|
is set to indicate the error.
|
||||||
.Pp
|
.Pp
|
||||||
|
@ -258,7 +258,7 @@ Device requests service
|
|||||||
.It SPOLL
|
.It SPOLL
|
||||||
Serial Poll
|
Serial Poll
|
||||||
.It EVENT
|
.It EVENT
|
||||||
Event occured
|
Event occurred
|
||||||
.It CMPL
|
.It CMPL
|
||||||
I/O complete
|
I/O complete
|
||||||
.It LOK
|
.It LOK
|
||||||
|
@ -833,7 +833,7 @@ Counts mispredicted indirect branches that have a rear return mnemonic.
|
|||||||
Counts mispredicted non-indirect near calls executed, (should always be 0).
|
Counts mispredicted non-indirect near calls executed, (should always be 0).
|
||||||
.It Li BR_MISP_EXEC.INDIRECT_NEAR_CALL
|
.It Li BR_MISP_EXEC.INDIRECT_NEAR_CALL
|
||||||
.Pq Event 89H , Umask 20H
|
.Pq Event 89H , Umask 20H
|
||||||
Counts mispredicted indirect near calls exeucted, including both register
|
Counts mispredicted indirect near calls executed, including both register
|
||||||
and memory indirect.
|
and memory indirect.
|
||||||
.It Li BR_MISP_EXEC.NEAR_CALLS
|
.It Li BR_MISP_EXEC.NEAR_CALLS
|
||||||
.Pq Event 89H , Umask 30H
|
.Pq Event 89H , Umask 30H
|
||||||
|
@ -153,7 +153,7 @@ Floating point instructions completed.
|
|||||||
Integer and co-processor loads completed.
|
Integer and co-processor loads completed.
|
||||||
.It Li STORE_COMPLETED
|
.It Li STORE_COMPLETED
|
||||||
.Pq Event 15, Counter 1
|
.Pq Event 15, Counter 1
|
||||||
Integer and co-porocessor stores completed.
|
Integer and co-processor stores completed.
|
||||||
.It Li BARRIER_COMPLETED
|
.It Li BARRIER_COMPLETED
|
||||||
.Pq Event 16, Counter 0
|
.Pq Event 16, Counter 0
|
||||||
Direct jump (and link) instructions completed.
|
Direct jump (and link) instructions completed.
|
||||||
@ -225,10 +225,10 @@ valid instruction to the ALU.
|
|||||||
Counts the number of cycles where the ALU pipeline cannot advance.
|
Counts the number of cycles where the ALU pipeline cannot advance.
|
||||||
.It Li UNCACHED_LOAD
|
.It Li UNCACHED_LOAD
|
||||||
.Pq Event 33, Counter 0
|
.Pq Event 33, Counter 0
|
||||||
Counts uncached and uncached acclerated loads.
|
Counts uncached and uncached accelerated loads.
|
||||||
.It Li UNCACHED_STORE
|
.It Li UNCACHED_STORE
|
||||||
.Pq Event 33, Counter 1
|
.Pq Event 33, Counter 1
|
||||||
Counts uncached and uncached acclerated stores.
|
Counts uncached and uncached accelerated stores.
|
||||||
.It Li CP2_REG_TO_REG_COMPLETED
|
.It Li CP2_REG_TO_REG_COMPLETED
|
||||||
.Pq Event 35, Counter 0
|
.Pq Event 35, Counter 0
|
||||||
Co-processor 2 register to register instructions completed.
|
Co-processor 2 register to register instructions completed.
|
||||||
|
@ -775,7 +775,7 @@ Counts mispredicted indirect branches that have a rear return mnemonic.
|
|||||||
Counts mispredicted non-indirect near calls executed, (should always be 0).
|
Counts mispredicted non-indirect near calls executed, (should always be 0).
|
||||||
.It Li BR_MISP_EXEC.INDIRECT_NEAR_CALL
|
.It Li BR_MISP_EXEC.INDIRECT_NEAR_CALL
|
||||||
.Pq Event 89H , Umask 20H
|
.Pq Event 89H , Umask 20H
|
||||||
Counts mispredicted indirect near calls exeucted, including both register
|
Counts mispredicted indirect near calls executed, including both register
|
||||||
and memory indirect.
|
and memory indirect.
|
||||||
.It Li BR_MISP_EXEC.NEAR_CALLS
|
.It Li BR_MISP_EXEC.NEAR_CALLS
|
||||||
.Pq Event 89H , Umask 30H
|
.Pq Event 89H , Umask 30H
|
||||||
|
@ -715,7 +715,7 @@ qualified by mask value written to MSR 396H. The following mask values are
|
|||||||
supported:
|
supported:
|
||||||
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
||||||
40001D00_00000000H:RSPIWB
|
40001D00_00000000H:RSPIWB
|
||||||
Match opcode/addres s by writing MSR 396H with mask supported mask value
|
Match opcode/address by writing MSR 396H with mask supported mask value
|
||||||
.It Li ADDR_OPCODE_MATCH.REMOTE
|
.It Li ADDR_OPCODE_MATCH.REMOTE
|
||||||
.Pq Event 35H , Umask 02H
|
.Pq Event 35H , Umask 02H
|
||||||
Counts number of requests from the remote socket, address/opcode of request
|
Counts number of requests from the remote socket, address/opcode of request
|
||||||
@ -723,7 +723,7 @@ is qualified by mask value written to MSR 396H. The following mask values
|
|||||||
are supported:
|
are supported:
|
||||||
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
||||||
40001D00_00000000H:RSPIWB
|
40001D00_00000000H:RSPIWB
|
||||||
Match opcode/addres s by writing MSR 396H with mask supported mask value
|
Match opcode/address by writing MSR 396H with mask supported mask value
|
||||||
.It Li ADDR_OPCODE_MATCH.LOCAL
|
.It Li ADDR_OPCODE_MATCH.LOCAL
|
||||||
.Pq Event 35H , Umask 04H
|
.Pq Event 35H , Umask 04H
|
||||||
Counts number of requests from the local socket, address/opcode of request
|
Counts number of requests from the local socket, address/opcode of request
|
||||||
@ -731,7 +731,7 @@ is qualified by mask value written to MSR 396H. The following mask values
|
|||||||
are supported:
|
are supported:
|
||||||
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
0: NONE 40000000_00000000H:RSPFWDI 40001A00_00000000H:RSPFWDS
|
||||||
40001D00_00000000H:RSPIWB
|
40001D00_00000000H:RSPIWB
|
||||||
Match opcode/addres s by writing MSR 396H with mask supported mask value
|
Match opcode/address by writing MSR 396H with mask supported mask value
|
||||||
.It Li QPI_TX_STALLED_SINGLE_FLIT.HOME.LINK_0
|
.It Li QPI_TX_STALLED_SINGLE_FLIT.HOME.LINK_0
|
||||||
.Pq Event 40H , Umask 01H
|
.Pq Event 40H , Umask 01H
|
||||||
Counts cycles the Quickpath outbound link 0 HOME virtual channel is stalled
|
Counts cycles the Quickpath outbound link 0 HOME virtual channel is stalled
|
||||||
|
@ -144,7 +144,7 @@ disconnected and a LIBUSB_ERROR code on error.
|
|||||||
.
|
.
|
||||||
.Ft libusb_device_handle *
|
.Ft libusb_device_handle *
|
||||||
.Fn libusb_open_device_with_vid_pid "libusb_context *ctx" "uint16_t vid" "uint16_t pid"
|
.Fn libusb_open_device_with_vid_pid "libusb_context *ctx" "uint16_t vid" "uint16_t pid"
|
||||||
Conveniance function to open a device with is
|
Convenience function to open a device with is
|
||||||
.Fa vid
|
.Fa vid
|
||||||
and
|
and
|
||||||
.Fa pid.
|
.Fa pid.
|
||||||
|
@ -85,7 +85,7 @@ where
|
|||||||
is an alphanumeric string (and any punctuation not including the `=' character)
|
is an alphanumeric string (and any punctuation not including the `=' character)
|
||||||
and
|
and
|
||||||
.Fa value
|
.Fa value
|
||||||
is an arbitary string of text terminated by a newline character.
|
is an arbitrary string of text terminated by a newline character.
|
||||||
If newlines
|
If newlines
|
||||||
are desired, the entire value should be enclosed in { } (curly-bracket)
|
are desired, the entire value should be enclosed in { } (curly-bracket)
|
||||||
characters.
|
characters.
|
||||||
|
@ -90,7 +90,7 @@ and fills it with the contents of
|
|||||||
.Ar mapname
|
.Ar mapname
|
||||||
as supplied by the specified
|
as supplied by the specified
|
||||||
.Ar source host .
|
.Ar source host .
|
||||||
When the entire map has been transfered,
|
When the entire map has been transferred,
|
||||||
.Nm
|
.Nm
|
||||||
deletes the original copy of
|
deletes the original copy of
|
||||||
.Ar mapname
|
.Ar mapname
|
||||||
|
@ -171,7 +171,7 @@ When running in background mode,
|
|||||||
only one file system at a time will be checked.
|
only one file system at a time will be checked.
|
||||||
Note that background
|
Note that background
|
||||||
.Nm
|
.Nm
|
||||||
is limited to checking for only the most commonly occuring
|
is limited to checking for only the most commonly occurring
|
||||||
file system abnormalities.
|
file system abnormalities.
|
||||||
Under certain circumstances,
|
Under certain circumstances,
|
||||||
some errors can escape background
|
some errors can escape background
|
||||||
|
@ -176,7 +176,7 @@ the super block for the file system.
|
|||||||
An alternate super block is usually located at block 32 for UFS1,
|
An alternate super block is usually located at block 32 for UFS1,
|
||||||
and block 160 for UFS2.
|
and block 160 for UFS2.
|
||||||
.It Fl C
|
.It Fl C
|
||||||
Check if file system was dismouted cleanly.
|
Check if file system was dismounted cleanly.
|
||||||
If so, skip file system checks (like "preen").
|
If so, skip file system checks (like "preen").
|
||||||
However, if the file system was not cleanly dismounted, do full checks,
|
However, if the file system was not cleanly dismounted, do full checks,
|
||||||
is if
|
is if
|
||||||
|
@ -177,7 +177,7 @@ option. SI unit suffixes are allowed. One or both
|
|||||||
.Fl b
|
.Fl b
|
||||||
and
|
and
|
||||||
.Fl s
|
.Fl s
|
||||||
options can be ommitted. If so they are automatically calculated.
|
options can be omitted. If so they are automatically calculated.
|
||||||
The type of the partition is given by the
|
The type of the partition is given by the
|
||||||
.Fl t Ar type
|
.Fl t Ar type
|
||||||
option.
|
option.
|
||||||
|
@ -57,7 +57,7 @@ The
|
|||||||
utility is used to control various GEOM classes.
|
utility is used to control various GEOM classes.
|
||||||
A class has to be aware of
|
A class has to be aware of
|
||||||
.Xr geom 8
|
.Xr geom 8
|
||||||
comunication methods, but there are also some standard commands
|
communication methods, but there are also some standard commands
|
||||||
which can be used for existing
|
which can be used for existing
|
||||||
.Xr geom 8
|
.Xr geom 8
|
||||||
unaware classes.
|
unaware classes.
|
||||||
|
@ -604,7 +604,7 @@ If the interface was reset when previously marked down,
|
|||||||
the hardware will be re-initialized.
|
the hardware will be re-initialized.
|
||||||
.El
|
.El
|
||||||
.Pp
|
.Pp
|
||||||
The following parameters are for ICMPv6 Neightbor Discovery Protocol.
|
The following parameters are for ICMPv6 Neighbor Discovery Protocol.
|
||||||
Note that the address family keyword
|
Note that the address family keyword
|
||||||
.Dq Li inet6
|
.Dq Li inet6
|
||||||
is needed for them:
|
is needed for them:
|
||||||
@ -645,7 +645,7 @@ Set a flag to enable Neighbor Unreachability Detection.
|
|||||||
Clear a flag
|
Clear a flag
|
||||||
.Cm nud .
|
.Cm nud .
|
||||||
.It Cm prefer_source
|
.It Cm prefer_source
|
||||||
Set a flag to prefer addesses on the interface as candidates of the
|
Set a flag to prefer addresses on the interface as candidates of the
|
||||||
source address for outgoing packets.
|
source address for outgoing packets.
|
||||||
.It Cm -prefer_source
|
.It Cm -prefer_source
|
||||||
Clear a flag
|
Clear a flag
|
||||||
|
@ -429,7 +429,7 @@ The
|
|||||||
utility returns 0 on success (the host is alive),
|
utility returns 0 on success (the host is alive),
|
||||||
2 if the transmission was successful but no responses were received,
|
2 if the transmission was successful but no responses were received,
|
||||||
any other non-zero value if the arguments are incorrect or
|
any other non-zero value if the arguments are incorrect or
|
||||||
another error has occured.
|
another error has occurred.
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
Normally,
|
Normally,
|
||||||
.Nm
|
.Nm
|
||||||
|
@ -346,7 +346,7 @@ The following VTOC flags are known:
|
|||||||
Optionally, both the tag and/or the flag name may be specified
|
Optionally, both the tag and/or the flag name may be specified
|
||||||
numerically, using standard
|
numerically, using standard
|
||||||
.Ql C
|
.Ql C
|
||||||
numerial notation (prefix
|
numerical notation (prefix
|
||||||
.Ql 0x
|
.Ql 0x
|
||||||
for hexadecimal numbers,
|
for hexadecimal numbers,
|
||||||
.Ql 0
|
.Ql 0
|
||||||
|
@ -43,10 +43,10 @@ smartcard reader.
|
|||||||
The driver provides a character device special file based
|
The driver provides a character device special file based
|
||||||
.Em Chip/Smart Card Interface Devices (CCID)
|
.Em Chip/Smart Card Interface Devices (CCID)
|
||||||
interface. The driver implements what the vendor calls the
|
interface. The driver implements what the vendor calls the
|
||||||
.Em Synchronious API
|
.Em Synchronous API
|
||||||
onto the smartcard reader device.
|
onto the smartcard reader device.
|
||||||
.Pp
|
.Pp
|
||||||
Reading and writing is synchronious, meaning that a call to
|
Reading and writing is synchronous, meaning that a call to
|
||||||
.Xr write 2
|
.Xr write 2
|
||||||
directly corresponds to a complete CCID command sent to the
|
directly corresponds to a complete CCID command sent to the
|
||||||
device, while the following
|
device, while the following
|
||||||
|
@ -315,7 +315,7 @@ possible transmit start threshold settings had been tried, so the
|
|||||||
driver programmed the chip for store and forward mode.
|
driver programmed the chip for store and forward mode.
|
||||||
In this mode,
|
In this mode,
|
||||||
the NIC will not begin transmission until the entire packet has been
|
the NIC will not begin transmission until the entire packet has been
|
||||||
transfered into its FIFO memory.
|
transferred into its FIFO memory.
|
||||||
.It "dc%d: chip is in D3 power state -- setting to D0"
|
.It "dc%d: chip is in D3 power state -- setting to D0"
|
||||||
This message applies only to adapters which support power
|
This message applies only to adapters which support power
|
||||||
management.
|
management.
|
||||||
@ -434,7 +434,7 @@ can result in the receive filter being incorrectly programmed.
|
|||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
driver will watch for this condition and requeue the setup frame until
|
driver will watch for this condition and requeue the setup frame until
|
||||||
it is transfered successfully.
|
it is transferred successfully.
|
||||||
.Pp
|
.Pp
|
||||||
The ADMtek AL981 chip (and possibly the AN985 as well) has been observed
|
The ADMtek AL981 chip (and possibly the AN985 as well) has been observed
|
||||||
to sometimes wedge on transmit: this appears to happen when the driver
|
to sometimes wedge on transmit: this appears to happen when the driver
|
||||||
|
@ -333,7 +333,7 @@ over the
|
|||||||
interface itself.
|
interface itself.
|
||||||
.Pp
|
.Pp
|
||||||
The current implementation uses the key only for outgoing packets.
|
The current implementation uses the key only for outgoing packets.
|
||||||
Incomming packets with a different key or without a key will be treated as if they
|
Incoming packets with a different key or without a key will be treated as if they
|
||||||
would belong to this interface.
|
would belong to this interface.
|
||||||
.Pp
|
.Pp
|
||||||
RFC1701 is not fully supported, however all unsupported features have been
|
RFC1701 is not fully supported, however all unsupported features have been
|
||||||
|
@ -652,7 +652,7 @@ continuous capture.
|
|||||||
The single frame capture
|
The single frame capture
|
||||||
.Xr ioctl 2
|
.Xr ioctl 2
|
||||||
request will return only after a
|
request will return only after a
|
||||||
frame has been captured and transfered to the frame buffer.
|
frame has been captured and transferred to the frame buffer.
|
||||||
.Pp
|
.Pp
|
||||||
The unsynchronized continuous capture will return immediately and
|
The unsynchronized continuous capture will return immediately and
|
||||||
data is directly deposited into the buffer when it is available.
|
data is directly deposited into the buffer when it is available.
|
||||||
|
@ -283,7 +283,7 @@ according to a least-congested criteria.
|
|||||||
DFS support is mandatory for some 5Ghz frequencies in certain
|
DFS support is mandatory for some 5Ghz frequencies in certain
|
||||||
locales (e.g. ETSI).
|
locales (e.g. ETSI).
|
||||||
By default DFS is enabled according to the regulatory definitions
|
By default DFS is enabled according to the regulatory definitions
|
||||||
and the curent country code, regdomain, and channel.
|
and the current country code, regdomain, and channel.
|
||||||
.It Dv IEEE80211_IOC_DOTD
|
.It Dv IEEE80211_IOC_DOTD
|
||||||
Return whether or not 802.11d support is enabled in
|
Return whether or not 802.11d support is enabled in
|
||||||
.Va i_val .
|
.Va i_val .
|
||||||
|
@ -30,7 +30,7 @@
|
|||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
.Nm ng_car
|
.Nm ng_car
|
||||||
.Nd Commited Access Rate netgraph node type
|
.Nd Committed Access Rate netgraph node type
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.In netgraph/ng_car.h
|
.In netgraph/ng_car.h
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
|
@ -46,7 +46,7 @@ driver provides support for driving an IEEE-488 bus, also called
|
|||||||
IEC-625 (or just "IEC bus"), or HP-IB (Hewlett Packard Instrument
|
IEC-625 (or just "IEC bus"), or HP-IB (Hewlett Packard Instrument
|
||||||
Bus), or GPIB (General Purpose Instrument Bus).
|
Bus), or GPIB (General Purpose Instrument Bus).
|
||||||
The driver supports National Instruments PCIIA cards (sometimes
|
The driver supports National Instruments PCIIA cards (sometimes
|
||||||
also refered to as PC2A) and compatibles.
|
also referred to as PC2A) and compatibles.
|
||||||
These cards use a NEC \(mcPD7210 controller IC as the main
|
These cards use a NEC \(mcPD7210 controller IC as the main
|
||||||
interface between the host computer and the instrument bus.
|
interface between the host computer and the instrument bus.
|
||||||
.Ss IO memory space layout
|
.Ss IO memory space layout
|
||||||
|
@ -167,7 +167,7 @@ There were no single standard, so much care has been taken to try
|
|||||||
to satisfy each possible scenario, despite the fact that each
|
to satisfy each possible scenario, despite the fact that each
|
||||||
application has its own conflicting standard.
|
application has its own conflicting standard.
|
||||||
.Ss EQ
|
.Ss EQ
|
||||||
The Parametric Software Equlizer (EQ) enables the use of
|
The Parametric Software Equalizer (EQ) enables the use of
|
||||||
.Dq tone
|
.Dq tone
|
||||||
controls (bass and treble).
|
controls (bass and treble).
|
||||||
Commonly used for ear-candy or frequency compensation due to the vast
|
Commonly used for ear-candy or frequency compensation due to the vast
|
||||||
@ -237,7 +237,7 @@ are device specific.
|
|||||||
.It Va hw.snd.compat_linux_mmap
|
.It Va hw.snd.compat_linux_mmap
|
||||||
Linux
|
Linux
|
||||||
.Xr mmap 2
|
.Xr mmap 2
|
||||||
compatability.
|
compatibility.
|
||||||
The following values are supported (default is 0):
|
The following values are supported (default is 0):
|
||||||
.Bl -tag -width 2n
|
.Bl -tag -width 2n
|
||||||
.It -1
|
.It -1
|
||||||
|
@ -386,7 +386,7 @@ special flag
|
|||||||
.Dv SCTP_EOR
|
.Dv SCTP_EOR
|
||||||
passed in the sctp_sndrcvinfo flags field.
|
passed in the sctp_sndrcvinfo flags field.
|
||||||
This effectively makes all sends part of the same message
|
This effectively makes all sends part of the same message
|
||||||
until the user specifices differently.
|
until the user specifies differently.
|
||||||
This means that a caller must NOT change the stream number until
|
This means that a caller must NOT change the stream number until
|
||||||
after the
|
after the
|
||||||
.Dv SCTP_EOR
|
.Dv SCTP_EOR
|
||||||
|
@ -45,7 +45,7 @@ method is called on each bus device to rescan the device tree when the pass
|
|||||||
level has been changed.
|
level has been changed.
|
||||||
This method is responsible for invoking
|
This method is responsible for invoking
|
||||||
.Xr BUS_NEW_PASS 9
|
.Xr BUS_NEW_PASS 9
|
||||||
on child bus devices to propogate the rescan to child devices.
|
on child bus devices to propagate the rescan to child devices.
|
||||||
It is also responsible for reprobing any unattached child devices and
|
It is also responsible for reprobing any unattached child devices and
|
||||||
allowing drivers for the current pass to identify new children.
|
allowing drivers for the current pass to identify new children.
|
||||||
A default implementation is provided by
|
A default implementation is provided by
|
||||||
|
@ -117,7 +117,7 @@ to deactivate the vap and isolate it from activities such as requests
|
|||||||
from user applications.
|
from user applications.
|
||||||
The driver can then reclaim resources held by the vap and re-enable
|
The driver can then reclaim resources held by the vap and re-enable
|
||||||
device operation.
|
device operation.
|
||||||
The exact procedure for quiesceing a device is unspecified but typically
|
The exact procedure for quiescing a device is unspecified but typically
|
||||||
it involves blocking interrupts and stopping transmit and receive
|
it involves blocking interrupts and stopping transmit and receive
|
||||||
processing.
|
processing.
|
||||||
.Sh MULTI-VAP OPERATION
|
.Sh MULTI-VAP OPERATION
|
||||||
|
@ -157,10 +157,10 @@ shall be set to a string that describes the resource to be managed.
|
|||||||
It also initializes any mutexes associated with the structure.
|
It also initializes any mutexes associated with the structure.
|
||||||
If
|
If
|
||||||
.Fn rman_init
|
.Fn rman_init
|
||||||
fails to initalize the mutex, it will return
|
fails to initialize the mutex, it will return
|
||||||
.Er ENOMEM ; otherwise it will return 0 and
|
.Er ENOMEM ; otherwise it will return 0 and
|
||||||
.Fa rm
|
.Fa rm
|
||||||
will be initalized.
|
will be initialized.
|
||||||
.Pp
|
.Pp
|
||||||
The
|
The
|
||||||
.Fn rman_fini
|
.Fn rman_fini
|
||||||
|
@ -72,7 +72,7 @@ This is different from the
|
|||||||
.Fl k, m
|
.Fl k, m
|
||||||
options or setting
|
options or setting
|
||||||
.Ev BLOCKSIZE
|
.Ev BLOCKSIZE
|
||||||
and gives an estimate of how much space the examined file hierachy would
|
and gives an estimate of how much space the examined file hierarchy would
|
||||||
require on a filesystem with the given
|
require on a filesystem with the given
|
||||||
.Ar blocksize .
|
.Ar blocksize .
|
||||||
Unless in
|
Unless in
|
||||||
|
@ -192,7 +192,7 @@ the name printed may not be the actual
|
|||||||
name that the process originally used to open that file.
|
name that the process originally used to open that file.
|
||||||
.El
|
.El
|
||||||
.Sh SOCKETS
|
.Sh SOCKETS
|
||||||
The formating of open sockets depends on the protocol domain.
|
The formatting of open sockets depends on the protocol domain.
|
||||||
In all cases the first field is the domain name, the second field
|
In all cases the first field is the domain name, the second field
|
||||||
is the socket type (stream, dgram, etc), and the third is the socket
|
is the socket type (stream, dgram, etc), and the third is the socket
|
||||||
flags field (in hex).
|
flags field (in hex).
|
||||||
|
@ -66,7 +66,7 @@ daemon has terminated on the remote host.
|
|||||||
.It rwall: RPC: Port mapper failure - RPC: Timed out
|
.It rwall: RPC: Port mapper failure - RPC: Timed out
|
||||||
The remote host is not running the portmapper (see
|
The remote host is not running the portmapper (see
|
||||||
.Xr rpcbind 8 ) ,
|
.Xr rpcbind 8 ) ,
|
||||||
and cannot accomodate any RPC-based services.
|
and cannot accommodate any RPC-based services.
|
||||||
The host may be down.
|
The host may be down.
|
||||||
.El
|
.El
|
||||||
.Sh SEE ALSO
|
.Sh SEE ALSO
|
||||||
|
@ -66,7 +66,7 @@ index and set the status of the interface to "active/up".
|
|||||||
will attempt to destroy the bridge interface.
|
will attempt to destroy the bridge interface.
|
||||||
.El
|
.El
|
||||||
.It Va begemotBridgeBaseSpanEnabled
|
.It Va begemotBridgeBaseSpanEnabled
|
||||||
A SNMP SET operation on this object is only successfull if the corresponding
|
A SNMP SET operation on this object is only successful if the corresponding
|
||||||
port has not been added as member of the bridge interface on the system.
|
port has not been added as member of the bridge interface on the system.
|
||||||
.It Va begemotBridgeBasePortStatus
|
.It Va begemotBridgeBasePortStatus
|
||||||
SNMP SET operations with the following values are allowed:
|
SNMP SET operations with the following values are allowed:
|
||||||
|
@ -77,7 +77,7 @@ column should be executed.
|
|||||||
The table contains information about the hardware capabilities of the parent of
|
The table contains information about the hardware capabilities of the parent of
|
||||||
a wireless interface.
|
a wireless interface.
|
||||||
.It Va wlanIfaceConfigTable
|
.It Va wlanIfaceConfigTable
|
||||||
The table is used to get or set various configuration paremeters for a virtual
|
The table is used to get or set various configuration parameters for a virtual
|
||||||
wireless interface. Depending on the operating mode of the interface and the
|
wireless interface. Depending on the operating mode of the interface and the
|
||||||
hardware capabilities of the underlying hardware interface, not all parameters
|
hardware capabilities of the underlying hardware interface, not all parameters
|
||||||
and values may be supported.
|
and values may be supported.
|
||||||
@ -104,7 +104,7 @@ WEP configuration for the wireless interfaces on the system.
|
|||||||
Access Control configuration for wireless interfaces operating as access points.
|
Access Control configuration for wireless interfaces operating as access points.
|
||||||
.It Va wlanMACAccessControlMACTable
|
.It Va wlanMACAccessControlMACTable
|
||||||
The table with Access Control MAC entries for which the configured Access
|
The table with Access Control MAC entries for which the configured Access
|
||||||
Control POlicy on wireless interfaces operating in Host AP mode is applied.
|
Control Policy on wireless interfaces operating in Host AP mode is applied.
|
||||||
.Va wlanMACAccessControlMACStatus
|
.Va wlanMACAccessControlMACStatus
|
||||||
column is used to add or delete MAC ACL entries. A set with value createAndGo(4)
|
column is used to add or delete MAC ACL entries. A set with value createAndGo(4)
|
||||||
will add new entry, while with value destroy(6) will delete an existing one.
|
will add new entry, while with value destroy(6) will delete an existing one.
|
||||||
|
@ -367,7 +367,7 @@ is not in use), print data will be sent directly to the given
|
|||||||
on the given
|
on the given
|
||||||
.Em machine .
|
.Em machine .
|
||||||
.Sh TRANSFER STATISTICS
|
.Sh TRANSFER STATISTICS
|
||||||
When a print job is transfered to a remote machine (which might be
|
When a print job is transferred to a remote machine (which might be
|
||||||
another unix box, or may be a network printer), it may be useful
|
another unix box, or may be a network printer), it may be useful
|
||||||
to keep statistics on each transfer.
|
to keep statistics on each transfer.
|
||||||
The
|
The
|
||||||
|
@ -204,7 +204,7 @@ If
|
|||||||
isn't provided, the current file flags will be used.
|
isn't provided, the current file flags will be used.
|
||||||
Missing regular file entries will be created as zero-length files.
|
Missing regular file entries will be created as zero-length files.
|
||||||
.It Fl x
|
.It Fl x
|
||||||
Exclude file system nodes not explcitly listed in the specfile.
|
Exclude file system nodes not explicitly listed in the specfile.
|
||||||
.It Fl N Ar dbdir
|
.It Fl N Ar dbdir
|
||||||
Use the user database text file
|
Use the user database text file
|
||||||
.Pa master.passwd
|
.Pa master.passwd
|
||||||
|
@ -254,7 +254,7 @@ The default locale is
|
|||||||
The available locales are
|
The available locales are
|
||||||
.Dq volume ,
|
.Dq volume ,
|
||||||
.Dq drive ,
|
.Dq drive ,
|
||||||
.Dq enclousure ,
|
.Dq enclosure ,
|
||||||
.Dq battery ,
|
.Dq battery ,
|
||||||
.Dq sas ,
|
.Dq sas ,
|
||||||
.Dq controller ,
|
.Dq controller ,
|
||||||
|
@ -58,7 +58,7 @@ end of the grace period.
|
|||||||
The rest of the file are appended records, as defined by
|
The rest of the file are appended records, as defined by
|
||||||
struct nfst_rec in /usr/include/fs/nfs/nfsrvstate.h and are used
|
struct nfst_rec in /usr/include/fs/nfs/nfsrvstate.h and are used
|
||||||
represent one of two things. There are records which indicate that a
|
represent one of two things. There are records which indicate that a
|
||||||
client successfully aquired state and records that indicate a client's state was revoked.
|
client successfully acquired state and records that indicate a client's state was revoked.
|
||||||
State revoke records indicate that state information
|
State revoke records indicate that state information
|
||||||
for a client was discarded, due to lease expiry and an otherwise
|
for a client was discarded, due to lease expiry and an otherwise
|
||||||
conflicting open or lock request being made by a different client.
|
conflicting open or lock request being made by a different client.
|
||||||
|
@ -57,7 +57,7 @@ The following options are available:
|
|||||||
.It Fl domain Ar domain_name
|
.It Fl domain Ar domain_name
|
||||||
This option allows you to override the default DNS domain name, which
|
This option allows you to override the default DNS domain name, which
|
||||||
is acquired by taking either the suffix on the machine's hostname or,
|
is acquired by taking either the suffix on the machine's hostname or,
|
||||||
if that name is not a fully qualified host name, the cannonical name as
|
if that name is not a fully qualified host name, the canonical name as
|
||||||
reported by
|
reported by
|
||||||
.Xr getaddrinfo 3 .
|
.Xr getaddrinfo 3 .
|
||||||
.It Fl usertimeout Ar minutes
|
.It Fl usertimeout Ar minutes
|
||||||
|
@ -317,7 +317,7 @@ the
|
|||||||
option to a lower limit of 4 (16 s).
|
option to a lower limit of 4 (16 s).
|
||||||
.It Cm noselect
|
.It Cm noselect
|
||||||
Marks the server as unused, except for display purposes.
|
Marks the server as unused, except for display purposes.
|
||||||
The server is discarded by the selection algroithm.
|
The server is discarded by the selection algorithm.
|
||||||
.It Cm prefer
|
.It Cm prefer
|
||||||
Marks the server as preferred.
|
Marks the server as preferred.
|
||||||
All other things being equal,
|
All other things being equal,
|
||||||
@ -1405,9 +1405,9 @@ at abusive rates.
|
|||||||
Some violations cause denied service
|
Some violations cause denied service
|
||||||
only for the offending packet, others cause denied service
|
only for the offending packet, others cause denied service
|
||||||
for a timed period and others cause the denied service for
|
for a timed period and others cause the denied service for
|
||||||
an indefinate period.
|
an indefinite period.
|
||||||
When a client or network is denied access
|
When a client or network is denied access
|
||||||
for an indefinate period, the only way at present to remove
|
for an indefinite period, the only way at present to remove
|
||||||
the restrictions is by restarting the server.
|
the restrictions is by restarting the server.
|
||||||
.Ss The Kiss-of-Death Packet
|
.Ss The Kiss-of-Death Packet
|
||||||
Ordinarily, packets denied service are simply dropped with no
|
Ordinarily, packets denied service are simply dropped with no
|
||||||
|
@ -269,7 +269,7 @@ Exit
|
|||||||
.It Ic raw
|
.It Ic raw
|
||||||
Causes all output from query commands is printed as received
|
Causes all output from query commands is printed as received
|
||||||
from the remote server.
|
from the remote server.
|
||||||
The only formating/interpretation done on
|
The only formatting/interpretation done on
|
||||||
the data is to transform nonascii data into a printable (but barely
|
the data is to transform nonascii data into a printable (but barely
|
||||||
understandable) form.
|
understandable) form.
|
||||||
.It Ic timeout Ar milliseconds
|
.It Ic timeout Ar milliseconds
|
||||||
|
Loading…
Reference in New Issue
Block a user