summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrhodes <trhodes@FreeBSD.org>2004-12-29 02:18:24 +0000
committertrhodes <trhodes@FreeBSD.org>2004-12-29 02:18:24 +0000
commit769923c30855fa9b6c998f724a63adaf1e75c1b2 (patch)
treed87baa8fe321d7fe6453c62ff0795e516280318d
parent2287d5020df554905667c1787bcf7aff9c5bd5f2 (diff)
downloadFreeBSD-src-769923c30855fa9b6c998f724a63adaf1e75c1b2.zip
FreeBSD-src-769923c30855fa9b6c998f724a63adaf1e75c1b2.tar.gz
Various markup and spelling fixes.
PR: 75574 Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp> (original version)
-rw-r--r--lib/libc/net/inet6_option_space.32
-rw-r--r--lib/libdisk/libdisk.36
-rw-r--r--lib/libipx/ipx.32
-rw-r--r--lib/libstand/libstand.31
-rw-r--r--lib/libutil/login_cap.34
5 files changed, 8 insertions, 7 deletions
diff --git a/lib/libc/net/inet6_option_space.3 b/lib/libc/net/inet6_option_space.3
index c050aec..15374b8 100644
--- a/lib/libc/net/inet6_option_space.3
+++ b/lib/libc/net/inet6_option_space.3
@@ -397,7 +397,7 @@ called for a given ancillary data object,
.Fa *tptrp
must be set to
.Dv NULL .
-.Pa
+.Pp
This function starts searching for an option of the specified type
beginning after the value of
.Fa *tptrp .
diff --git a/lib/libdisk/libdisk.3 b/lib/libdisk/libdisk.3
index 1f4cef0..1b7abc7 100644
--- a/lib/libdisk/libdisk.3
+++ b/lib/libdisk/libdisk.3
@@ -169,7 +169,7 @@ field can be one of the following values:
.Ql whole, unknown, fat, freebsd, extended, part, unused .
.Pp
These are the valid
-.Ql flag
+.Ql flags
values for a
.Ql struct chunk .
.Bl -tag -offset indent -width CHUNK_BSD_COMPATXX
@@ -293,9 +293,9 @@ rounds
up to next track according to the BIOS geometry.
.Pp
.Fn Prev_Track_Aligned
-checks if
+rounds
.Ql offset
-is aligned on a track according to the BIOS geometry.
+up to previous track according to the BIOS geometry.
.Pp
.Fn Create_Chunk_DWIM
creates a partition inside the given parent of the given size, and
diff --git a/lib/libipx/ipx.3 b/lib/libipx/ipx.3
index e232892..d3a295b 100644
--- a/lib/libipx/ipx.3
+++ b/lib/libipx/ipx.3
@@ -91,7 +91,7 @@ a small hexadecimal number, and the entirety is taken as a network-byte-ordered
quantity to be zero extended in the high-network-order bytes.
Next, the field is inspected for hyphens, in which case
the field is assumed to be a number in decimal notation
-with hyphens separating the millenia.
+with hyphens separating the millennia.
Next, the field is assumed to be a number:
It is interpreted
as hexadecimal if there is a leading
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index 451c0ea..624be32 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -580,6 +580,7 @@ and thus for all device-related I/O.
.Ft int
.Fn devclose "struct open_file *of"
.Xc
+.Pp
Close the device allocated for
.Fa of .
The device driver itself will already have been called for the close; this call
diff --git a/lib/libutil/login_cap.3 b/lib/libutil/login_cap.3
index 075ca2b..960f6de 100644
--- a/lib/libutil/login_cap.3
+++ b/lib/libutil/login_cap.3
@@ -322,7 +322,7 @@ application, but is used indirectly via
.Fn login_getstyle .
.It Fn login_getpath
This function returns a list of directories separated by colons
-.Ql &: .
+.Ql \&: .
Capability tags for which this function is called consist of a list of
directories separated by spaces.
.It Fn login_getcaptime
@@ -401,7 +401,7 @@ If no valid authorisation list was found from the previous step, then
default to "passwd" as the authorisation list.
.It
If 'style' is not NULL or empty, look for it in the list of authorisation
-methods found from the pprevious step.
+methods found from the previous step.
If 'style' is NULL or an empty string, then default to "passwd"
authorisation.
.It
OpenPOWER on IntegriCloud