Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man3 Typo/whitespace fix.
details: https://anonhg.NetBSD.org/src/rev/d9780aed3419
branches: trunk
changeset: 511661:d9780aed3419
user: wiz <wiz%NetBSD.org@localhost>
date: Sun Jun 24 01:32:29 2001 +0000
description:
Typo/whitespace fix.
diffstat:
share/man/man3/_DIAGASSERT.3 | 6 +++---
share/man/man3/dlfcn.3 | 8 ++++----
share/man/man3/queue.3 | 12 ++++++------
3 files changed, 13 insertions(+), 13 deletions(-)
diffs (112 lines):
diff -r b750c835e6fa -r d9780aed3419 share/man/man3/_DIAGASSERT.3
--- a/share/man/man3/_DIAGASSERT.3 Sun Jun 24 01:25:49 2001 +0000
+++ b/share/man/man3/_DIAGASSERT.3 Sun Jun 24 01:32:29 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: _DIAGASSERT.3,v 1.2 2001/01/03 13:32:33 lukem Exp $
+.\" $NetBSD: _DIAGASSERT.3,v 1.3 2001/06/24 01:32:29 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -111,10 +111,10 @@
Opposite of
.Dq e .
.It l
-Log the asssertion message with
+Log the assertion message with
.Xr syslog 3
to the facility
-.Dv user.debug .
+.Dv user.debug .
.It L
Opposite of
.Dq l .
diff -r b750c835e6fa -r d9780aed3419 share/man/man3/dlfcn.3
--- a/share/man/man3/dlfcn.3 Sun Jun 24 01:25:49 2001 +0000
+++ b/share/man/man3/dlfcn.3 Sun Jun 24 01:32:29 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: dlfcn.3,v 1.12 2001/04/25 02:19:49 simonb Exp $
+.\" $NetBSD: dlfcn.3,v 1.13 2001/06/24 01:32:29 wiz Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -81,7 +81,7 @@
in which case the same library search rules apply that are used for
.Dq intrinsic
shared library searches.
-If the first argument is
+If the first argument is
.Dv NULL ,
.Fn dlopen
returns a handle on the global symbol object. This object
@@ -101,7 +101,7 @@
been loaded by a previous call to
.Fn dlopen
.Pq and not yet unloaded by Fn dlclose ,
-a handle refering to the resident copy is returned.
+a handle referring to the resident copy is returned.
.Pp
.Fn dlclose
unlinks and removes the object referred to by
@@ -126,7 +126,7 @@
.Pp
.Fn dladdr
examines all currently mapped shared objects for a symbol whose address --
-as mapped in the proces address space -- is closest to but not exceeding
+as mapped in the process address space -- is closest to but not exceeding
the value passed in the first argument
.Fa addr .
The symbols of a shared object are only eligible if
diff -r b750c835e6fa -r d9780aed3419 share/man/man3/queue.3
--- a/share/man/man3/queue.3 Sun Jun 24 01:25:49 2001 +0000
+++ b/share/man/man3/queue.3 Sun Jun 24 01:32:29 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: queue.3,v 1.18 2001/05/12 16:04:51 wiz Exp $
+.\" $NetBSD: queue.3,v 1.19 2001/06/24 01:32:29 wiz Exp $
.\"
.\" Copyright (c) 2000 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -436,7 +436,7 @@
from the head of the list.
For optimum efficiency,
elements being removed from the head of the list should explicitly use
-this macro instead of the generic
+this macro instead of the generic
.Fa SLIST_REMOVE
macro.
.Pp
@@ -566,7 +566,7 @@
.Pp
The macro
.Nm LIST_FIRST
-returns the first elemement of the list
+returns the first element of the list
.Fa head .
.Pp
The macro
@@ -691,7 +691,7 @@
.Pp
The macro
.Nm SIMPLEQ_FIRST
-returns the first elemement of the simple queue
+returns the first element of the simple queue
.Fa head .
.Pp
The macro
@@ -829,7 +829,7 @@
.Pp
The macro
.Nm TAILQ_FIRST
-returns the first elemement of the tail queue
+returns the first element of the tail queue
.Fa head .
.Pp
The macro
@@ -979,7 +979,7 @@
.Pp
The macro
.Nm CIRCLEQ_FIRST
-returns the first elemement of the circular queue
+returns the first element of the circular queue
.Fa head .
.Pp
The macro
Home |
Main Index |
Thread Index |
Old Index