summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/libc/sys/getsockopt.26
-rw-r--r--lib/libm/man/feclearexcept.36
-rw-r--r--sbin/restore/restore.88
-rw-r--r--share/man/man4/pf.46
-rw-r--r--share/man/man5/bsd.port.mk.56
-rw-r--r--usr.bin/gprof/gprof.110
-rw-r--r--usr.sbin/ppp/ppp/ppp.8.m46
7 files changed, 24 insertions, 24 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2
index c32a3941a09..736fbb49dae 100644
--- a/lib/libc/sys/getsockopt.2
+++ b/lib/libc/sys/getsockopt.2
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getsockopt.2,v 1.35 2011/09/03 22:59:07 jmc Exp $
+.\" $OpenBSD: getsockopt.2,v 1.36 2011/12/23 17:00:47 jmc Exp $
.\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94
.\"
-.Dd $Mdocdate: September 3 2011 $
+.Dd $Mdocdate: December 23 2011 $
.Dt GETSOCKOPT 2
.Os
.Sh NAME
@@ -411,7 +411,7 @@ The error status can be examined with
at the source socket.
The
.Er ETIMEDOUT
-error is set if there was no data transfered between two sockets
+error is set if there was no data transferred between two sockets
during the
.Va sp_idle
period of time.
diff --git a/lib/libm/man/feclearexcept.3 b/lib/libm/man/feclearexcept.3
index c47b8758c5f..4dffaf63ac6 100644
--- a/lib/libm/man/feclearexcept.3
+++ b/lib/libm/man/feclearexcept.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: feclearexcept.3,v 1.2 2011/05/26 15:42:27 jmc Exp $
+.\" $OpenBSD: feclearexcept.3,v 1.3 2011/12/23 17:00:47 jmc Exp $
.\"
.\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: May 26 2011 $
+.Dd $Mdocdate: December 23 2011 $
.Dt FECLEAREXCEPT 3
.Os
.Sh NAME
@@ -91,7 +91,7 @@ in the object pointed to by
.Pp
The
.Fn feraiseexcept
-funtion raises floating-point exceptions represented by
+function raises floating-point exceptions represented by
.Pa excepts .
.Pp
The
diff --git a/sbin/restore/restore.8 b/sbin/restore/restore.8
index 28148881f88..424bd8b1645 100644
--- a/sbin/restore/restore.8
+++ b/sbin/restore/restore.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: restore.8,v 1.33 2007/05/31 19:19:47 jmc Exp $
+.\" $OpenBSD: restore.8,v 1.34 2011/12/23 17:00:47 jmc Exp $
.\" $NetBSD: restore.8,v 1.15 1997/07/01 05:37:53 lukem Exp $
.\"
.\" Copyright (c) 1985, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)restore.8 8.3 (Berkeley) 6/1/94
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: December 23 2011 $
.Dt RESTORE 8
.Os
.Sh NAME
@@ -89,7 +89,7 @@ the default is the current directory.
.It Ic add Op Ar arg
The current directory or specified argument is added to the list of
files to be extracted.
-If a directory is specified, then it and all its descendents are
+If a directory is specified, then it and all its descendants are
added to the extraction list
(unless the
.Fl h
@@ -103,7 +103,7 @@ Change the current working directory to the specified argument.
.It Ic delete Op Ar arg
The current directory or specified argument is deleted from the list of
files to be extracted.
-If a directory is specified, then it and all its descendents are
+If a directory is specified, then it and all its descendants are
deleted from the extraction list
(unless the
.Fl h
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 80a1b0f2ac1..3568b5744d3 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.72 2010/12/28 13:56:11 jmc Exp $
+.\" $OpenBSD: pf.4,v 1.73 2011/12/23 17:00:47 jmc Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 28 2010 $
+.Dd $Mdocdate: December 23 2011 $
.Dt PF 4
.Os
.Sh NAME
@@ -968,7 +968,7 @@ struct pfi_kif {
};
.Ed
.It Dv DIOCSETIFFLAG Fa "struct pfioc_iface *io"
-Set the user setable flags (described above) of the
+Set the user settable flags (described above) of the
.Nm
internal interface description.
The filtering process is the same as for
diff --git a/share/man/man5/bsd.port.mk.5 b/share/man/man5/bsd.port.mk.5
index 701f0e130ee..5b70aeb84a9 100644
--- a/share/man/man5/bsd.port.mk.5
+++ b/share/man/man5/bsd.port.mk.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: bsd.port.mk.5,v 1.325 2011/12/20 14:37:46 fgsch Exp $
+.\" $OpenBSD: bsd.port.mk.5,v 1.326 2011/12/23 17:00:47 jmc Exp $
.\"
.\" Copyright (c) 2000-2008 Marc Espie
.\"
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: December 20 2011 $
+.Dd $Mdocdate: December 23 2011 $
.Dt BSD.PORT.MK 5
.Os
.Sh NAME
@@ -1607,7 +1607,7 @@ On architectures that use dynamic libraries,
is also used as a run-time dependency, and recorded in the package as
such, if any of the libraries mentioned in
.Ev WANTLIB
-is a shared library that originates within the dependant port.
+is a shared library that originates within the dependent port.
.Pp
See
.Xr library-specs 7
diff --git a/usr.bin/gprof/gprof.1 b/usr.bin/gprof/gprof.1
index e5426dda531..b610cf1546d 100644
--- a/usr.bin/gprof/gprof.1
+++ b/usr.bin/gprof/gprof.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gprof.1,v 1.21 2010/05/25 06:43:56 jmc Exp $
+.\" $OpenBSD: gprof.1,v 1.22 2011/12/23 17:00:47 jmc Exp $
.\" $NetBSD: gprof.1,v 1.6 1995/11/21 22:24:55 jtc Exp $
.\"
.\" Copyright (c) 1983, 1990, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)gprof.1 8.1 (Berkeley) 6/6/93
.\"
-.Dd $Mdocdate: May 25 2010 $
+.Dd $Mdocdate: December 23 2011 $
.Dt GPROF 1
.Os
.Sh NAME
@@ -84,11 +84,11 @@ Cycles are discovered, and calls into a cycle are made to share the time
of the cycle.
The first listing shows the functions
sorted according to the time they represent
-including the time of their call graph descendents.
+including the time of their call graph descendants.
Below each function entry is shown its (direct) call graph children,
and how their times are propagated to this function.
A similar display above the function shows how this function's time and the
-time of its descendents is propagated to its (direct) call graph parents.
+time of its descendants is propagated to its (direct) call graph parents.
.Pp
Cycles are also shown, with an entry for the cycle as a whole and
a listing of the members of the cycle and their contributions to the
@@ -100,7 +100,7 @@ similar to that provided by
This listing gives the total execution times, the call counts,
the time in milliseconds the call spent in the routine itself, and
the time in milliseconds the call spent in the routine itself including
-its descendents.
+its descendants.
.Pp
Finally, an index of the function names is provided.
.Pp
diff --git a/usr.sbin/ppp/ppp/ppp.8.m4 b/usr.sbin/ppp/ppp/ppp.8.m4
index 6ce89fcfe99..50d114b80b2 100644
--- a/usr.sbin/ppp/ppp/ppp.8.m4
+++ b/usr.sbin/ppp/ppp/ppp.8.m4
@@ -25,9 +25,9 @@ changecom(,)dnl
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: ppp.8.m4,v 1.44 2010/10/01 07:45:22 sobrado Exp $
+.\" $OpenBSD: ppp.8.m4,v 1.45 2011/12/23 17:00:47 jmc Exp $
.\"
-.Dd $Mdocdate: October 1 2010 $
+.Dd $Mdocdate: December 23 2011 $
.Dt PPP 8
.Os
.Sh NAME
@@ -5416,7 +5416,7 @@ and
.Dq default
can be used for
.Ar dest
-to sepcify the default route, and
+to specify the default route, and
.Dq 0.0.0.0
is understood to be the same as
.Dq default