aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-01-11 06:16:28 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-01-11 06:16:28 +1300
commit76c637e18cf75cae0fb71bec8c1fdc4728ebe5bf (patch)
tree087c692940c1a5876f8b74a24fef2e0179d04542 /man3
parentd840e4faf3889b7ccc292ba998d79780e541270d (diff)
downloadman-pages-76c637e18cf75cae0fb71bec8c1fdc4728ebe5bf.tar.gz
getcpu.2, getunwind.2, kcmp.2, mmap.2, perf_event_open.2, perfmonctl.2, quotactl.2, restart_syscall.2, btree.3, dbopen.3, hash.3, recno.3, sched_getcpu.3, elf.5, bootparam.7, hier.7, netdevice.7, rtnetlink.7: wfix: "xxxx specific" ==> "xxxx-specific"
Diffstat (limited to 'man3')
-rw-r--r--man3/btree.34
-rw-r--r--man3/dbopen.34
-rw-r--r--man3/hash.34
-rw-r--r--man3/recno.34
-rw-r--r--man3/sched_getcpu.32
5 files changed, 9 insertions, 9 deletions
diff --git a/man3/btree.3 b/man3/btree.3
index ef657b7261..2c40bcb5b3 100644
--- a/man3/btree.3
+++ b/man3/btree.3
@@ -58,12 +58,12 @@ is the library interface to database files.
One of the supported file formats is btree files.
The general description of the database access methods is in
.BR dbopen (3),
-this manual page describes only the btree specific information.
+this manual page describes only the btree-specific information.
.PP
The btree data structure is a sorted, balanced tree structure storing
associated key/data pairs.
.PP
-The btree access method specific data structure provided to
+The btree access-method-specific data structure provided to
.BR dbopen (3)
is defined in the
.I <db.h>
diff --git a/man3/dbopen.3 b/man3/dbopen.3
index 88bd7d6163..b76b7debbe 100644
--- a/man3/dbopen.3
+++ b/man3/dbopen.3
@@ -63,7 +63,7 @@ The btree format is a representation of a sorted, balanced tree structure.
The hashed format is an extensible, dynamic hashing scheme.
The flat-file format is a byte stream file with fixed or variable length
records.
-The formats and file format specific information are described in detail
+The formats and file-format-specific information are described in detail
in their respective manual pages
.BR btree (3),
.BR hash (3)
@@ -134,7 +134,7 @@ or
.PP
The
.I openinfo
-argument is a pointer to an access method specific structure described
+argument is a pointer to an access-method-specific structure described
in the access method's manual page.
If
.I openinfo
diff --git a/man3/hash.3 b/man3/hash.3
index 8a79230ddc..8687db4966 100644
--- a/man3/hash.3
+++ b/man3/hash.3
@@ -58,11 +58,11 @@ is the library interface to database files.
One of the supported file formats is hash files.
The general description of the database access methods is in
.BR dbopen (3),
-this manual page describes only the hash specific information.
+this manual page describes only the hash-specific information.
.PP
The hash data structure is an extensible, dynamic hashing scheme.
.PP
-The access method specific data structure provided to
+The access-method-specific data structure provided to
.BR dbopen (3)
is defined in the
.I <db.h>
diff --git a/man3/recno.3 b/man3/recno.3
index be94f47ca4..9ce5e0994a 100644
--- a/man3/recno.3
+++ b/man3/recno.3
@@ -58,7 +58,7 @@ is the library interface to database files.
One of the supported file formats is record number files.
The general description of the database access methods is in
.BR dbopen (3),
-this manual page describes only the recno specific information.
+this manual page describes only the recno-specific information.
.PP
The record number data structure is either variable or fixed-length
records stored in a flat-file format, accessed by the logical record
@@ -69,7 +69,7 @@ record number five to be renumbered to record number four, as well
as the cursor, if positioned after record number one, to shift down
one record.
.PP
-The recno access method specific data structure provided to
+The recno access-method-specific data structure provided to
.BR dbopen (3)
is defined in the
.I <db.h>
diff --git a/man3/sched_getcpu.3 b/man3/sched_getcpu.3
index 2e05504bfc..aeaf8d7f11 100644
--- a/man3/sched_getcpu.3
+++ b/man3/sched_getcpu.3
@@ -71,7 +71,7 @@ This kernel does not implement
This function is available since glibc 2.6.
.SH CONFORMING TO
.BR sched_getcpu ()
-is glibc specific.
+is glibc-specific.
.SH NOTES
The call
.in +4n