summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasmodai <asmodai@FreeBSD.org>2001-03-01 09:01:43 +0000
committerasmodai <asmodai@FreeBSD.org>2001-03-01 09:01:43 +0000
commitad9a725f7ed4a163f4b6c6c26fd1892e4e205469 (patch)
tree0f3e263d5f6f99b73f625ce0af3ff3e24228bfb6
parent6d848fe87735d87a80c26717f08be3f7ef22de61 (diff)
downloadFreeBSD-src-ad9a725f7ed4a163f4b6c6c26fd1892e4e205469.zip
FreeBSD-src-ad9a725f7ed4a163f4b6c6c26fd1892e4e205469.tar.gz
Fix typo: the the -> to the.
-rw-r--r--share/man/man9/resource_query_string.911
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man9/resource_query_string.9 b/share/man/man9/resource_query_string.9
index fa29eb5..07b6572 100644
--- a/share/man/man9/resource_query_string.9
+++ b/share/man/man9/resource_query_string.9
@@ -49,8 +49,8 @@ field.
.Pp
.Fn resouce_query_string
is called to see enumerate all possible strings.
-It returns the next one after num that is available, or -1
-if nothing further is available.
+It returns the next one after num that is available,
+or -1 if nothing further is available.
.Fn resource_query_name
is passed the return of
.Fn resource_query_string
@@ -59,8 +59,8 @@ and returns its value.
.It
.Fa num
Index to get.
-Set initially to -1 for the first call, and the the
-previous return value of
+Set initially to -1 for the first call,
+and to the previous return value of
.Fn resource_query_string
on subsequent calls.
.It
@@ -74,7 +74,8 @@ is the string to look for.
resource_query_name().
.Sh EXAMPLES
The following example will return all the hints that say they are
-at gerbil0. An example hint would be:
+at gerbil0.
+An example hint would be:
.Bd -literal
hint.habitat.0.at="gerbil0"
hint.ewheel.0.at="gerbil0"
OpenPOWER on IntegriCloud