summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2013-11-22 15:41:05 +0000
committerespie <espie@openbsd.org>2013-11-22 15:41:05 +0000
commitdb80c364d16d041610521203a03fa6a3223b6d86 (patch)
tree2d8b9042b843c65f8b643b38f63d3507939a236c
parentunsigned char casts where needed for for ctype.h (diff)
downloadwireguard-openbsd-db80c364d16d041610521203a03fa6a3223b6d86.tar.xz
wireguard-openbsd-db80c364d16d041610521203a03fa6a3223b6d86.zip
doc nit okay millert@
-rw-r--r--lib/libc/gen/pw_dup.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/pw_dup.3 b/lib/libc/gen/pw_dup.3
index b2617074808..afd5d986b25 100644
--- a/lib/libc/gen/pw_dup.3
+++ b/lib/libc/gen/pw_dup.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pw_dup.3,v 1.8 2013/06/05 03:39:22 tedu Exp $
+.\" $OpenBSD: pw_dup.3,v 1.9 2013/11/22 15:41:05 espie Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: June 5 2013 $
+.Dd $Mdocdate: November 22 2013 $
.Dt PW_DUP 3
.Os
.Sh NAME
@@ -37,7 +37,7 @@ and
.Fn getpwuid
will overwrite the data they returned from previous calls.
.Pp
-The returned pointer may be deallocated by a single call to
+The returned pointer should be deallocated by a single call to
.Xr free 3 .
Since
.Fn pw_dup