summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
committerkeramida <keramida@FreeBSD.org>2005-07-31 03:30:48 +0000
commitac7c9f771d24494ee3e2cb386d81d76f91fe2726 (patch)
tree2fcd325b0ae82cec9ec2820bb4009fa44253edec /usr.sbin
parentbafe5eb6c7238eca9f1fb1ce68ecbd18e69dca84 (diff)
downloadFreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.zip
FreeBSD-src-ac7c9f771d24494ee3e2cb386d81d76f91fe2726.tar.gz
Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.86
-rw-r--r--usr.sbin/bluetooth/sdpd/sdpd.84
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.314
-rw-r--r--usr.sbin/i4b/isdnd/isdnd.rc.54
-rw-r--r--usr.sbin/mtree/mtree.82
-rw-r--r--usr.sbin/ndiscvt/ndiscvt.82
-rw-r--r--usr.sbin/ntp/doc/ntpdc.82
-rw-r--r--usr.sbin/pppd/pppd.84
-rw-r--r--usr.sbin/syslogd/syslog.conf.52
-rw-r--r--usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.52
10 files changed, 21 insertions, 21 deletions
diff --git a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8 b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
index d516001..c402461 100644
--- a/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
+++ b/usr.sbin/bluetooth/rfcomm_pppd/rfcomm_pppd.8
@@ -76,8 +76,8 @@ and connect to the Internet.
.Pp
In the server mode,
.Nm
-opens an RFCOMM socket and listens for incomming connections from remote clients.
-Once the new incomming connection is accepted,
+opens an RFCOMM socket and listens for incoming connections from remote clients.
+Once the new incoming connection is accepted,
.Nm
forks and executes
.Xr ppp 8
@@ -278,7 +278,7 @@ The RFCOMM server will listen on local address
.Li 00:01:02:03:04:05
and channel
.Li 1 .
-Once the incomming connection has been accepted,
+Once the incoming connection has been accepted,
.Nm
will execute
.Xr ppp 8
diff --git a/usr.sbin/bluetooth/sdpd/sdpd.8 b/usr.sbin/bluetooth/sdpd/sdpd.8
index 753ee08..571e908 100644
--- a/usr.sbin/bluetooth/sdpd/sdpd.8
+++ b/usr.sbin/bluetooth/sdpd/sdpd.8
@@ -43,7 +43,7 @@ The
daemon keeps track of the Bluetooth services registered on the host
and responds to Service Discovery inquiries from the remote Bluetooth devices.
.Pp
-In order to use any service remote Bluetooth device need to send Sevice
+In order to use any service remote Bluetooth device need to send Service
Search and Service Attribute or Service Search Attribute request over
Bluetooth L2CAP connection on SDP PSM (0x0001).
The
@@ -108,7 +108,7 @@ In case of multiple Bluetooth devices connected to the same host it is
possible to specify which services should be
.Dq bound
to which Bluetooth device.
-Such assigment should be done at service registration time.
+Such assignment should be done at service registration time.
.Pp
Access rights on the control socket define which application can register,
remove or change the service.
diff --git a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3 b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
index 8fa9cc5..6f89d68 100644
--- a/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
+++ b/usr.sbin/bsnmpd/modules/snmp_netgraph/snmp_netgraph.3
@@ -170,7 +170,7 @@ Each of these functions takes the following arguments:
.It Fa cookie
is the node specific command cookie,
.It Fa opcode
-is the node specific code for the operation to performa,
+is the node specific code for the operation to perform,
.It Fa arg
is a pointer to the message itself.
This message must start with a
@@ -208,7 +208,7 @@ and waits for a matching response.
All three functions take the same arguments as the
.Fn ng_output*
functions.
-The functions return the reponse message in a buffer allocated by
+The functions return the response message in a buffer allocated by
.Xr malloc 3
or NULL in case of an error.
The maximum size of the response buffer can be
@@ -223,14 +223,14 @@ hook through which to send the data, a pointer to the message buffer and
the size of the message.
It returns -1 if an error happens.
.Ss ASYNCHRONOUS CONTROL AND DATA MESSAGES
-A module can register functions to asynchronuosly receive control and data
+A module can register functions to asynchronously receive control and data
message.
.Pp
The function
.Fn ng_register_cookie
registers a control message receive function.
If a control message is
-received, that is not consumed by the dialog functions, the list of registerred
+received, that is not consumed by the dialog functions, the list of registered
control message receive functions is scanned.
If the cookie in the received
message is the same as the
@@ -256,7 +256,7 @@ to the same cookie and node id.
A control message registration can be undone by calling
.Fn ng_unregister_cookie
with the return value of the registration call.
-If an error occures while registering,
+If an error occurs while registering,
.Fn ng_register_cookie
returns NULL.
.Pp
@@ -275,7 +275,7 @@ The message should be treated as read-only.
A data message registration can be undone by calling
.Fn ng_unregister_hook
with the return value of the registration call.
-If an error occures while registering,
+If an error occurs while registering,
.Fn ng_register_hook
returns NULL.
.Pp
@@ -348,7 +348,7 @@ is not NULL, the function checks, that the peer node's type is
.Fa type .
The function skips intermediate tee nodes (see
.Xr ng_tee 4 ) .
-It returns the node id of the peer node or 0 if an error occurres or the
+It returns the node id of the peer node or 0 if an error occurs or the
types do not match.
.Ss CHANGING THE GRAPH
A number of functions can be used to create or destroy nodes and hooks.
diff --git a/usr.sbin/i4b/isdnd/isdnd.rc.5 b/usr.sbin/i4b/isdnd/isdnd.rc.5
index 51e0576..d3d2ed8 100644
--- a/usr.sbin/i4b/isdnd/isdnd.rc.5
+++ b/usr.sbin/i4b/isdnd/isdnd.rc.5
@@ -406,7 +406,7 @@ The number of outgoing calls allowed within the time period specified by
.Em budget-calloutperiod .
(optional)
.It Li budget-calloutsfile
-A path/filename to which the number of successfull callouts are written.
+A path/filename to which the number of successful callouts are written.
The contents of the file is preserved when it exists during startup of isdnd.
The format of this file is: start time, last update time, number of calls.
(optional)
@@ -415,7 +415,7 @@ If set to
.Em on
rotate budget-calloutsfile every night when an attempt is made to update
the file on a new day.
-The statistics for the previous day are witten to
+The statistics for the previous day are written to
a file with the filename specified by budget-calloutsfile to which a hyphen
and the new day's (!) day of month number is appended.
(optional)
diff --git a/usr.sbin/mtree/mtree.8 b/usr.sbin/mtree/mtree.8
index 47fa290..371aab0 100644
--- a/usr.sbin/mtree/mtree.8
+++ b/usr.sbin/mtree/mtree.8
@@ -135,7 +135,7 @@ The output format in this case is somewhat remniscent of
.Xr comm 1 ,
having "in first spec only", "in second spec only", and "different"
columns, prefixed by zero, one and two TAB characters respectively.
-Each entry in the "different" column occupies two lines, one from each specfication.
+Each entry in the "different" column occupies two lines, one from each specification.
.It Fl K Ar keywords
Add the specified (whitespace or comma separated)
.Ar keywords
diff --git a/usr.sbin/ndiscvt/ndiscvt.8 b/usr.sbin/ndiscvt/ndiscvt.8
index 9670347..bcdf52a 100644
--- a/usr.sbin/ndiscvt/ndiscvt.8
+++ b/usr.sbin/ndiscvt/ndiscvt.8
@@ -80,7 +80,7 @@ The
.Pa .INF
file is typically required since only it contains device
identification data such as PCI vendor and device IDs or PCMCIA
-indentifier strings.
+identifier strings.
The
.Pa .INF
file may be optionally omitted however,
diff --git a/usr.sbin/ntp/doc/ntpdc.8 b/usr.sbin/ntp/doc/ntpdc.8
index d371a32..e0cecff 100644
--- a/usr.sbin/ntp/doc/ntpdc.8
+++ b/usr.sbin/ntp/doc/ntpdc.8
@@ -227,7 +227,7 @@ server is maintaining state.
These should include all configured
peer associations as well as those peers whose stratum is such that
they are considered by the server to be possible future
-synchonization candidates.
+synchronization candidates.
.It Ic peers
Obtains a list of peers for which the server is maintaining
state, along with a summary of that state.
diff --git a/usr.sbin/pppd/pppd.8 b/usr.sbin/pppd/pppd.8
index fdca2b5..6becff6 100644
--- a/usr.sbin/pppd/pppd.8
+++ b/usr.sbin/pppd/pppd.8
@@ -245,7 +245,7 @@ When this is completed, pppd will commence passing data packets
The \fIdemand\fR option implies the \fIpersist\fR option. If this
behaviour is not desired, use the \fInopersist\fR option after the
\fIdemand\fR option. The \fIidle\fR and \fIholdoff\fR
-options are also useful in conjuction with the \fIdemand\fR option.
+options are also useful in conjunction with the \fIdemand\fR option.
.TP
.B domain \fId
Append the domain name \fId\fR to the local host name for authentication
@@ -378,7 +378,7 @@ send before it rejects the options.
The default value is 3.
.TP
.B ipxcp-max-terminate \fIn
-Set the maximum nuber of IPXCP terminate request frames before the
+Set the maximum number of IPXCP terminate request frames before the
local system considers that the peer is not listening to them.
The
default value is 3.
diff --git a/usr.sbin/syslogd/syslog.conf.5 b/usr.sbin/syslogd/syslog.conf.5
index 77c7a32..7ba6230 100644
--- a/usr.sbin/syslogd/syslog.conf.5
+++ b/usr.sbin/syslogd/syslog.conf.5
@@ -220,7 +220,7 @@ from any host but the one specified.
If the hostname is given as
.Ql @ ,
the local hostname will be used.
-As for program specifications, multiple comma-seprarated
+As for program specifications, multiple comma-separated
values may be specified for hostname specifications.
.Pp
A
diff --git a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5 b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
index 1ffd3a9..06bb2cd 100644
--- a/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
+++ b/usr.sbin/wpa/wpa_supplicant/wpa_supplicant.conf.5
@@ -135,7 +135,7 @@ or hex string enclosed in quotation marks.
SSID scan technique; 0 (default) or 1.
Technique 0 scans for the SSID using a broadcast Probe Request
frame while 1 uses a directed Probe Request frame.
-Access points that cloak themself by not braodcasting their SSID
+Access points that cloak themselves by not broadcasting their SSID
require technique 1, but beware that this scheme can cause scanning
to take longer to complete.
.It Va bssid
OpenPOWER on IntegriCloud