summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
committeruqs <uqs@FreeBSD.org>2010-07-30 11:58:18 +0000
commitc2a17de64b724f00b6286e568d905a32ae42c04c (patch)
tree27cbf54659a657fd42cc24138dd77fe591321fb9
parentba835d74c94037007beeb8d51c84af706261ccb3 (diff)
downloadFreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.zip
FreeBSD-src-c2a17de64b724f00b6286e568d905a32ae42c04c.tar.gz
Fix a couple of typos.
PR: docs/148891 Submitted by: olgeni MFC after: 1 week
-rw-r--r--lib/libc/sys/sctp_peeloff.22
-rw-r--r--share/man/man4/isp.42
-rw-r--r--tools/debugscripts/README4
-rw-r--r--usr.bin/ar/ar.12
-rw-r--r--usr.sbin/sysinstall/help/options.hlp2
-rw-r--r--usr.sbin/ugidfw/ugidfw.87
6 files changed, 9 insertions, 10 deletions
diff --git a/lib/libc/sys/sctp_peeloff.2 b/lib/libc/sys/sctp_peeloff.2
index c513afa..d94f280 100644
--- a/lib/libc/sys/sctp_peeloff.2
+++ b/lib/libc/sys/sctp_peeloff.2
@@ -50,7 +50,7 @@ The
.Fn sctp_peeloff
system call attempts detach the association specified by
.Fa id
-into its own seperate socket.
+into its own separate socket.
.Pp
.Sh RETURN VALUES
The call returns -1 on failure and the new socket descriptor
diff --git a/share/man/man4/isp.4 b/share/man/man4/isp.4
index 71df0cd..d3e9116 100644
--- a/share/man/man4/isp.4
+++ b/share/man/man4/isp.4
@@ -207,7 +207,7 @@ for the values.
This value says how long to wait in seconds after loop has gone down before
giving up and expiring all of the devices that were visible.
The default is 300 seconds (5 minutes).
-A seperate (nonadjustable) timeout is used when
+A separate (nonadjustable) timeout is used when
booting to not stop booting on lack of FC connectivity.
.It Va dev.isp.N.gone_device_time
This value says how long to wait for devices to reappear if they (temporarily)
diff --git a/tools/debugscripts/README b/tools/debugscripts/README
index bd28cdc..2081531 100644
--- a/tools/debugscripts/README
+++ b/tools/debugscripts/README
@@ -15,7 +15,7 @@ perform kernel debugging, you would do:
This directory also contains a kgdb script that given a crash dump number
-automaticly extract the path to the kernel source, run gdb to extract
+automatically extract the path to the kernel source, run gdb to extract
information about kernel modules loaded, and then rerun gdb loading the
necessary symbols for the modules. You need to make sure you build the
-modules w/ debugging symbols seperately to get things to work.
+modules w/ debugging symbols separately to get things to work.
diff --git a/usr.bin/ar/ar.1 b/usr.bin/ar/ar.1
index 6e00228..3a8b753 100644
--- a/usr.bin/ar/ar.1
+++ b/usr.bin/ar/ar.1
@@ -292,7 +292,7 @@ or
options,
.Nm
gives a file-by-file description of the archive modification being
-performed, which consists of three white-space seperated fields:
+performed, which consists of three white-space separated fields:
the option letter, a dash
.Dq "-" ,
and the file name.
diff --git a/usr.sbin/sysinstall/help/options.hlp b/usr.sbin/sysinstall/help/options.hlp
index f115577..e1371ff 100644
--- a/usr.sbin/sysinstall/help/options.hlp
+++ b/usr.sbin/sysinstall/help/options.hlp
@@ -152,7 +152,7 @@ Package Temp: Where package temporary files should go
Some packages, like emacs, can use a LOT of temporary space - up to
20 or 30MB. If you are going to configure a small / directory and no
- seperate /var (and hence a small /var/tmp), then you may wish to set
+ separate /var (and hence a small /var/tmp), then you may wish to set
this to point at another location (say, /usr/tmp).
diff --git a/usr.sbin/ugidfw/ugidfw.8 b/usr.sbin/ugidfw/ugidfw.8
index cdd4293..a639d43 100644
--- a/usr.sbin/ugidfw/ugidfw.8
+++ b/usr.sbin/ugidfw/ugidfw.8
@@ -223,8 +223,7 @@ The subject can be required to have a particular
.Ar uid
and/or
.Ar gid .
-A range of uids/gids can be specified,
-seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
The subject can be required to be in a particular jail with the
.Ar jailid .
.It Xo
@@ -274,9 +273,9 @@ Objects can be required to be owned by the user and/or group specified by
.Ar uid
and/or
.Ar gid .
-A range of uids/gids can be specified, seperated by a colon.
+A range of uids/gids can be specified, separated by a colon.
The object can be required to be in a particular filesystem by
-specifing the filesystem using
+specifying the filesystem using
.Cm filesys .
Note,
if the filesystem is unmounted and remounted,
OpenPOWER on IntegriCloud