summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authorschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
committerschweikh <schweikh@FreeBSD.org>2002-12-27 12:15:40 +0000
commitfec6546e12b076c18d8f6ccef5737bc62ee319cc (patch)
treeab5e026aafe37b18ff362bec5a3c4765fb7813f5 /share/man
parent72aba11981608aab3a44b464cea3d5fa00469d50 (diff)
downloadFreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.zip
FreeBSD-src-fec6546e12b076c18d8f6ccef5737bc62ee319cc.tar.gz
english(4) police.
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man3/pthread_attr_get_np.32
-rw-r--r--share/man/man3/pthread_mutexattr.32
-rw-r--r--share/man/man4/ahd.44
-rw-r--r--share/man/man4/crypto.42
-rw-r--r--share/man/man4/geom.416
-rw-r--r--share/man/man4/mac_biba.410
-rw-r--r--share/man/man4/ng_bluetooth.42
-rw-r--r--share/man/man4/ng_btsocket.42
-rw-r--r--share/man/man4/ng_hci.46
-rw-r--r--share/man/man4/psm.42
-rw-r--r--share/man/man4/tcp.42
-rw-r--r--share/man/man4/ti.42
-rw-r--r--share/man/man5/rc.conf.52
-rw-r--r--share/man/man7/tuning.74
-rw-r--r--share/man/man8/picobsd.82
-rw-r--r--share/man/man8/rc.subr.814
-rw-r--r--share/man/man9/accept_filter.92
-rw-r--r--share/man/man9/mac.92
-rw-r--r--share/man/man9/mi_switch.92
-rw-r--r--share/man/man9/microseq.92
-rw-r--r--share/man/man9/style.92
21 files changed, 42 insertions, 42 deletions
diff --git a/share/man/man3/pthread_attr_get_np.3 b/share/man/man3/pthread_attr_get_np.3
index aeb71e0..988bb8f 100644
--- a/share/man/man3/pthread_attr_get_np.3
+++ b/share/man/man3/pthread_attr_get_np.3
@@ -44,7 +44,7 @@ Value returned as
.Fa dst
is supposed to be used in conjunction with
.Fn pthread_attr_get*
-functions to retrive individual values from
+functions to retrieve individual values from
.Vt pthread_attr_t
structure.
Parameter
diff --git a/share/man/man3/pthread_mutexattr.3 b/share/man/man3/pthread_mutexattr.3
index 7476ae1..b6d84d1 100644
--- a/share/man/man3/pthread_mutexattr.3
+++ b/share/man/man3/pthread_mutexattr.3
@@ -87,7 +87,7 @@ functions copy the value of the attribute that corresponds to each function name
to the location pointed to by the second function parameter.
.Sh RETURN VALUES
If successful, these functions return 0.
-Otherwise, an error number is returned to indicacte the error.
+Otherwise, an error number is returned to indicate the error.
.Sh ERRORS
.Fn pthread_mutexattr_init
will fail if:
diff --git a/share/man/man4/ahd.4 b/share/man/man4/ahd.4
index 0ae0460..95c61aa 100644
--- a/share/man/man4/ahd.4
+++ b/share/man/man4/ahd.4
@@ -88,7 +88,7 @@ is enabled.
Logically OR the following bits together:
.Bl -column -offset indent Value Function
.Em "Value Function"
-0x0001 Show miscellanious information
+0x0001 Show miscellaneous information
0x0002 Show sense data
0x0004 Show Serial EEPROM contents
0x0008 Show bus termination settings
@@ -118,7 +118,7 @@ configuration option.
The value assigned to this option should be a bitmap
of all units where target mode is desired.
For example, a value of 0x25 would enable target mode on units 0, 2, and 5.
-Note that target mode is only supoprted for ultra160 speeds and below.
+Note that target mode is only supported for ultra160 speeds and below.
.Pp
Per target configuration performed in the
.Tn SCSI-Select
diff --git a/share/man/man4/crypto.4 b/share/man/man4/crypto.4
index f1a7ff6..8382018 100644
--- a/share/man/man4/crypto.4
+++ b/share/man/man4/crypto.4
@@ -69,7 +69,7 @@ Perform a crypto operation against a previously setup session.
.El
.Sh FEATURES
Depending on hardware being present, the following symmetric and
-assymetric cryptographic features are potentially available from
+asymmetric cryptographic features are potentially available from
.Pa /dev/crypto :
.Pp
.Bl -tag -width ".Dv CRYPTO_RIPEMD160_HMAC" -offset indent -compact
diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4
index 03e58e1..5e0368c 100644
--- a/share/man/man4/geom.4
+++ b/share/man/man4/geom.4
@@ -126,10 +126,10 @@ A geom with attached consumers has a rank one higher than the
highest rank of the geoms of the providers its consumers are
attached to.
.El
-.Sh "SPECIAL TOPOLOGICAL MANEUVRES"
+.Sh "SPECIAL TOPOLOGICAL MANEUVERS"
In addition to the straightforward attach, which attaches a consumer
-to a provider, and dettach, which breaks the bond, a number of special
-toplogical maneuvres exists to facilitate configuration and to
+to a provider, and detach, which breaks the bond, a number of special
+topological maneuvers exists to facilitate configuration and to
improve the overall flexibility.
.Pp
.Em TASTING
@@ -174,7 +174,7 @@ not loose quorum.
When a provider is orphaned, this does not result in any immediate
change in the topology, any attached consumers are still attached,
any opened paths are still open, it is the responsibility of the
-geoms above to close and dettach as soon as this can happen.
+geoms above to close and detach as soon as this can happen.
.Pp
The typical scenario is that a device driver notices a disk has
gone and orphans the provider for it.
@@ -184,11 +184,11 @@ Providers, which are not attached, are destroyed right away.
Eventually at the toplevel the geom which interfaces
to the DEVFS received an orphan event on its consumer and it
calls destroy_dev(9) and does an explicit close if the
-device was open and then dettaches its consumer.
+device was open and then detaches its consumer.
The provider below is now no longer attached to and can be
-destroyed, if the geom has no more providers it can dettach
+destroyed, if the geom has no more providers it can detach
its consumer and selfdestruct and so the carnage passes back
-down the tree, until the original provider is dettached from
+down the tree, until the original provider is detached from
and it can be destroyed by the geom serving the device driver.
.Pp
While this approach seems byzantine, it does provide the maximum
@@ -265,7 +265,7 @@ represented by struct bio, originate at a consumer,
are scheduled on its attached provider, and when processed, returned
to the consumer.
It is important to realize that the struct bio which
-enters throuh the provider of a particular geom does not "come
+enters through the provider of a particular geom does not "come
out on the other side".
Even simple transformations like MBR and BSD will clone the
struct bio, modify the clone, and schedule the clone on their
diff --git a/share/man/man4/mac_biba.4 b/share/man/man4/mac_biba.4
index 0f1584c..2c0c482 100644
--- a/share/man/man4/mac_biba.4
+++ b/share/man/man4/mac_biba.4
@@ -1,12 +1,12 @@
.\" Copyright (c) 2002 Networks Associates Technology, Inc.
.\" All rights reserved.
-.\"
+.\"
.\" This software was developed for the FreeBSD Project by Chris
.\" Costello at Safeport Network Services and NAI Labs, the Security
.\" Research Division of Network Associates, Inc. under DARPA/SPAWAR
.\" contract N66001-01-C-8035 ("CBOSS"), as part of the DARPA CHATS
.\" research program.
-.\"
+.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
@@ -15,7 +15,7 @@
.\" 2. Redistributions in binary form must reproduce the above copyright
.\" notice, this list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the distribution.
-.\"
+.\"
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -27,7 +27,7 @@
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
-.\"
+.\"
.\" $FreeBSD$
.Dd NOVEMBER 18, 2002
.Os
@@ -171,7 +171,7 @@ The Biba integrity model is also similar to
with the exception that the dominance operator and access rules are reversed,
preventing the downward flow of information rather than the upward flow of
information.
-Multi-Level Security (MLS) protects the confentiality, rather than the
+Multi-Level Security (MLS) protects the confidentiality, rather than the
integrity, of subjects and objects.
.Sh SEE ALSO
.Xr lomac 4 ,
diff --git a/share/man/man4/ng_bluetooth.4 b/share/man/man4/ng_bluetooth.4
index b5a7d62..a8591d0 100644
--- a/share/man/man4/ng_bluetooth.4
+++ b/share/man/man4/ng_bluetooth.4
@@ -59,7 +59,7 @@ A read-write integer variable that controls the HCI connection timeout, i.e.\&
how long the HCI layer will wait for the
.Dv Connection_Complete
event.
-Normaly this should not be required as Bluetooth devices have
+Normally this should not be required as Bluetooth devices have
connection timeout of their own and will send event back.
This timeout
is required to ensure that no connection will stall in case when the HCI
diff --git a/share/man/man4/ng_btsocket.4 b/share/man/man4/ng_btsocket.4
index 7df217f..564b50a 100644
--- a/share/man/man4/ng_btsocket.4
+++ b/share/man/man4/ng_btsocket.4
@@ -242,7 +242,7 @@ Not implemented.
.It Dv SO_L2CAP_FLUSH
Get (set) value of the flush timeout.
.Bf -emphasis
-Not implemeted.
+Not implemented.
.Ef
.El
.Sh HOOKS
diff --git a/share/man/man4/ng_hci.4 b/share/man/man4/ng_hci.4
index 9f9cbae..122013d 100644
--- a/share/man/man4/ng_hci.4
+++ b/share/man/man4/ng_hci.4
@@ -207,7 +207,7 @@ SCO data packets that the Host Controller can have waiting for transmission in
its buffers.
.El
.Pp
-As soon as HCI initialization has been successfuly performed, HCI control
+As soon as HCI initialization has been successfully performed, HCI control
application must turn on
.Dq inited
bit for the node.
@@ -271,8 +271,8 @@ structure.
.It Dv raw
Raw hook.
Every HCI frame (including HCI command frame) that goes in
-or out will be delivired to the hook.
-Usually Bluetooth raw HCI sockets layer is connected to the hook.
+or out will be delivered to the hook.
+Usually the Bluetooth raw HCI socket layer is connected to the hook.
Single HCI frame contained in single
.Vt mbuf
structure.
diff --git a/share/man/man4/psm.4 b/share/man/man4/psm.4
index c882b9f..2248f3e 100644
--- a/share/man/man4/psm.4
+++ b/share/man/man4/psm.4
@@ -766,7 +766,7 @@ At debug level 2, much more detailed information is logged.
.Sh CAVEATS
Many pad devices behave as if the first (left) button were pressed if
the user `taps' the surface of the pad.
-In contrast, some pad products, e.g. some verions of ALPS GlidePoint
+In contrast, some pad products, e.g. some versions of ALPS GlidePoint
and Interlink VersaPad, treat the tapping action
as fourth button events.
.Pp
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4
index ef7d132..77ea455 100644
--- a/share/man/man4/tcp.4
+++ b/share/man/man4/tcp.4
@@ -303,7 +303,7 @@ recycling for a few minutes.
.It tcp.inet.tcp.rexmit_{min,slop}
Adjust the retransmit timer calculation for TCP. The slop is
typically added to the raw calculation to take into account
-occassional variances that the SRTT (smoothed round trip time)
+occasional variances that the SRTT (smoothed round trip time)
is unable to accomodate, while the minimum specifies an
absolute minimum. While a number of TCP RFCs suggest a 1
second minimum these RFCs tend to focus on streaming behavior
diff --git a/share/man/man4/ti.4 b/share/man/man4/ti.4
index 21c481a..dc50eed 100644
--- a/share/man/man4/ti.4
+++ b/share/man/man4/ti.4
@@ -225,7 +225,7 @@ Dump the trace buffer from the card. The argument is
.Vt "struct ti_trace_buf" .
.It Dv ALT_ATTACH
This ioctl is used for compatibility with Alteon's Solaris driver. They
-apparantly only have one character interface for debugging, so they have
+apparently only have one character interface for debugging, so they have
to tell it which Tigon instance they want to debug. This ioctl is a noop
for
.Fx .
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index f530ebe..c0f7a26 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -2073,7 +2073,7 @@ Set to
by default.
Set to
.Dq Li YES
-to enable the display and funtionality of function key labels (as found
+to enable the display and functionality of function key labels (as found
on
.Tn Hewlett-Packard
terminals such as the
diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7
index 1e0056e..cc5081c 100644
--- a/share/man/man7/tuning.7
+++ b/share/man/man7/tuning.7
@@ -528,7 +528,7 @@ TCP session disconnections.
.Pp
The
.Va net.inet.tcp.delayed_ack
-TCP feature is largly misunderstood.
+TCP feature is largely misunderstood.
Historically speaking, this feature
was designed to allow the acknowledgement to transmitted data to be returned
along with the response.
@@ -551,7 +551,7 @@ slightly delay the teardown of a connection, or slightly delay the ramp-up
of a slow-start TCP connection.
While we are not sure we believe that
the several FAQs related to packages such as SAMBA and SQUID which advise
-turning off delayed acks may be refering to the slow-start issue.
+turning off delayed acks may be referring to the slow-start issue.
In
.Fx ,
it would be more beneficial to increase the slow-start flightsize via
diff --git a/share/man/man8/picobsd.8 b/share/man/man8/picobsd.8
index 1aa0d67..ab1b281 100644
--- a/share/man/man8/picobsd.8
+++ b/share/man/man8/picobsd.8
@@ -176,7 +176,7 @@ configuration suitable for bridges, routers and firewalls.
.Pp
The following configurations are also present but for reference
only.
-Many of them are irrimediably out of date and no effort
+Many of them are irremediably out of date and no effort
is done to keep them in good shape:
.Bl -hang -width ".Pa bridge"
.It Pa dial
diff --git a/share/man/man8/rc.subr.8 b/share/man/man8/rc.subr.8
index 31445b4..01526b3 100644
--- a/share/man/man8/rc.subr.8
+++ b/share/man/man8/rc.subr.8
@@ -93,10 +93,10 @@ be rewritten to make use of it.
The
.Nm
functions were mostly imported from
-.Nx
+.Nx
and it is intended that they remain synced between the
two projects. With that in mind there are several variable
-defenitions that can help in this regard. They are:
+definitions that can help in this regard. They are:
.Bl -tag -width 4n
.It Ic OSTYPE
Its value will be either
@@ -243,7 +243,7 @@ log it to the system log using
.Xr logger 1 ,
and
return to the caller.
-The error message consists of the sript name
+The error message consists of the script name
(from
.Sy $0 ) ,
followed by
@@ -251,7 +251,7 @@ followed by
and then
.Ar message .
This function is intended to be used by developers
-as an aid to debuging scripts. It can be turned on or off
+as an aid to debugging scripts. It can be turned on or off
by the
.Xr rc.conf 5
variable
@@ -296,7 +296,7 @@ The message consists of the script name
followed by
.Dq ": INFO: " ,
and then
-.Ar mesage .
+.Ar message .
The display of this informational output can be
turned on or off by the
.Xr rc.conf 5
@@ -531,7 +531,7 @@ checks and process (non-)existence checks.
Shell commands to run if running
.Ar argument Ns Sy _cmd
or the default method for
-.Ar argument
+.Ar argument
returned a zero exit code.
.It Sy sig_stop
Signal to send the processes to stop in the default
@@ -618,7 +618,7 @@ Argument provided to
.Sy run_rc_command ,
after fast and force processing has been performed.
.It Sy rc_flags
-Flasg to start the default command with.
+Flags to start the default command with.
Defaults to
.Sy ${name}_flags ,
unless overridden by the environment variable
diff --git a/share/man/man9/accept_filter.9 b/share/man/man9/accept_filter.9
index eb791ae..2e7e608 100644
--- a/share/man/man9/accept_filter.9
+++ b/share/man/man9/accept_filter.9
@@ -107,7 +107,7 @@ the kernel will then disallow and further userland use of the filter.
.Pp
.Fn accept_filt_get
is used internally to locate which accept filter to use via the
-.Fn setsocketopt
+.Fn setsockopt
syscall.
.Pp
.Fn accept_filt_generic_mod_event
diff --git a/share/man/man9/mac.9 b/share/man/man9/mac.9
index 0e59e36..623dffb 100644
--- a/share/man/man9/mac.9
+++ b/share/man/man9/mac.9
@@ -189,7 +189,7 @@ The
MAC Framework was designed by
.An Robert Watson ,
and implemented by the Network Associates Laboratories Network Security
-(NETSEC), Secure Execution Environement (SEE), and Adaptive
+(NETSEC), Secure Execution Environment (SEE), and Adaptive
Network Defense research groups.
Network Associates Laboratory staff contributing to the CBOSS Project
include (in alphabetical order):
diff --git a/share/man/man9/mi_switch.9 b/share/man/man9/mi_switch.9
index 4219c60..f6e5d73 100644
--- a/share/man/man9/mi_switch.9
+++ b/share/man/man9/mi_switch.9
@@ -59,7 +59,7 @@ The
function implements the machine independent prelude to a thread context
switch.
It is called from only a few distinguished places in the kernel
-code as a result of the principle of non-preemtable kernel mode execution.
+code as a result of the principle of non-preemptable kernel mode execution.
The various major uses of
.Nm
can be enumerated as follows:
diff --git a/share/man/man9/microseq.9 b/share/man/man9/microseq.9
index 69fb388..e7748df 100644
--- a/share/man/man9/microseq.9
+++ b/share/man/man9/microseq.9
@@ -29,7 +29,7 @@
.Os
.Sh NAME
.Nm microseq
-.Nd ppbus microseqencer developer's guide
+.Nd ppbus microsequencer developer's guide
.Sh SYNOPSIS
.In sys/types.h
.In dev/ppbus/ppbconf.h
diff --git a/share/man/man9/style.9 b/share/man/man9/style.9
index 101b4a2..8081be9 100644
--- a/share/man/man9/style.9
+++ b/share/man/man9/style.9
@@ -259,7 +259,7 @@ types.
qualifiers, and
.Ic typedef Ns -names
other than the one being declared.)
-Separate these identifers from asterisks using a single space.
+Separate these identifiers from asterisks using a single space.
.Pp
When declaring variables in structures, declare them sorted by use, then
by size, and then in alphabetical order.
OpenPOWER on IntegriCloud