mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 16:49:40 +00:00
Spelling fixes.
This commit is contained in:
parent
93a8a97ce9
commit
9280e5fac2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=165213
@ -772,7 +772,7 @@ Although an explicit load is not required for each access to the memory
|
||||
referenced by the returned map, the synchronization requirements
|
||||
as described in the
|
||||
.Fn bus_dmamap_sync
|
||||
section still apply and should be used to achieve portability on architecutures
|
||||
section still apply and should be used to achieve portability on architectures
|
||||
without coherent buses.
|
||||
.Pp
|
||||
Returns
|
||||
|
@ -84,7 +84,7 @@ after the hook is disestablished.
|
||||
.Pp
|
||||
Specifically, hooks are run at
|
||||
.Fn SI_SUB_INT_CONFIG_HOOKS ,
|
||||
which is immeidately after the scheduler is started,
|
||||
which is immediately after the scheduler is started,
|
||||
and just before the root file system device is discovered.
|
||||
.Sh RETURN VALUES
|
||||
A zero return value means the hook was successfully added to the queue
|
||||
|
@ -300,11 +300,11 @@ Must return data in the same place.
|
||||
.It Dv CRYPTO_F_BATCH
|
||||
Batch operation if possible.
|
||||
.It Dv CRYPTO_F_CBIMM
|
||||
Do callback immediatelly instead of doing it from a dedicated kernel thread.
|
||||
Do callback immediately instead of doing it from a dedicated kernel thread.
|
||||
.It Dv CRYPTO_F_DONE
|
||||
Operation completed.
|
||||
.It Dv CRYPTO_F_CBIFSYNC
|
||||
Do callback immediatelly if operation is synchronous.
|
||||
Do callback immediately if operation is synchronous.
|
||||
.El
|
||||
.It Va crp_buf
|
||||
Points to the input buffer.
|
||||
|
@ -1024,7 +1024,7 @@ this address structure is saved in the global array
|
||||
.Va ifnet_addrs . )
|
||||
The
|
||||
.Fa ifp
|
||||
must have been allocted by
|
||||
must have been allocated by
|
||||
.Fn if_alloc .
|
||||
.It Fn if_detach
|
||||
Shut down and unlink the specified
|
||||
|
@ -103,7 +103,7 @@ For example, the behavior exhibited by
|
||||
in which the generation field is optionally zero'd out when insufficient
|
||||
privilege is not present is highly undesirable, as it results in frequent
|
||||
privilege checks, and the caller is unable to tell if an access control
|
||||
failure occured.
|
||||
failure occurred.
|
||||
.Sh SEE ALSO
|
||||
.Xr jail 2 ,
|
||||
.Xr mac 9 ,
|
||||
|
@ -141,7 +141,7 @@ When iterating the sysctl name space, do not list this sysctl.
|
||||
.It Dv CTLFLAG_TUN
|
||||
Also declare a system tunable with the same name to initialize this variable.
|
||||
.It Dv CTLFLAG_RDTUN
|
||||
Also declare a system tunable with the same name to initalize this variable;
|
||||
Also declare a system tunable with the same name to initialize this variable;
|
||||
however, the run-time variable is read-only.
|
||||
.El
|
||||
.Pp
|
||||
|
@ -667,7 +667,7 @@ function generates a string description of the USB device.
|
||||
The
|
||||
.Fa cp
|
||||
argument should point to a 1024-byte buffer (XXX the maximum length
|
||||
is approx 320 chars, but there is no sanity checking and everything uses
|
||||
is approximately 320 chars, but there is no sanity checking and everything uses
|
||||
1024-character buffers).
|
||||
Device class information is included if the
|
||||
.Fa showclass
|
||||
|
@ -245,7 +245,7 @@ Diagnostic path loopback.
|
||||
.It Va chip
|
||||
This points to a function vector for chip specific functions.
|
||||
Two fields
|
||||
in this vector are publically available:
|
||||
in this vector are publicly available:
|
||||
.Bl -tag -width indent
|
||||
.It Va type
|
||||
This is the type of the detected PHY chip.
|
||||
|
@ -100,7 +100,7 @@ or if the specified bottom-of-stack address is out of range for the map,
|
||||
or if there is already a mapping at the address which would result,
|
||||
or if
|
||||
.Fa max_ssize
|
||||
could not be accomodated within the current mapping,
|
||||
could not be accommodated within the current mapping,
|
||||
.Dv KERN_NO_SPACE
|
||||
is returned.
|
||||
.Pp
|
||||
|
Loading…
Reference in New Issue
Block a user