summaryrefslogtreecommitdiff
path: root/lib/libutil
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-08-02 21:36:08 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-08-02 21:36:08 +0000
commita2a41a863b468fc461b2c55e7f8cab074afa7da4 (patch)
tree268e294738e42a6c840b7e48e35471479d8ee094 /lib/libutil
parent0153ef0f8ef28dc3442557ba2ccc463bfbdc870c (diff)
typo
Diffstat (limited to 'lib/libutil')
-rw-r--r--lib/libutil/pw_getconf.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libutil/pw_getconf.3 b/lib/libutil/pw_getconf.3
index b1a6dad98b8..d12a4cc0c28 100644
--- a/lib/libutil/pw_getconf.3
+++ b/lib/libutil/pw_getconf.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pw_getconf.3,v 1.5 1999/09/21 04:52:46 csapuntz Exp $
+.\" $OpenBSD: pw_getconf.3,v 1.6 2000/08/02 21:36:07 aaron Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -46,7 +46,7 @@ function reads
and retrieves the value of the option specified
by
.Pa option
-from the section given be
+from the section given by
.Pa key .
If no suitable entry is found
for the
@@ -55,7 +55,7 @@ an empty string will be returned in data.
.Pp
For default values the key
.Pa default
-can be used, this might be useful when no entry was found
+can be used. This might be useful when no entry was found
for a specific key or option.
.Pp
An empty string is also returned for other errors.