summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-07-18 19:09:20 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-07-18 19:09:20 +0000
commit7c70a51680d3bb7e733661481a029b82eb36319a (patch)
treebfeef5f8813511fe5266043cafc73d77dbb4e396 /lib/libc
parentf4f559c9e79d12734c96445eeb2f88a5034f0467 (diff)
typo
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/pw_dup.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/pw_dup.3 b/lib/libc/gen/pw_dup.3
index 2334ce4244b..33cba61f111 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.2 2000/12/24 00:30:50 aaron Exp $
+.\" $OpenBSD: pw_dup.3,v 1.3 2002/07/18 19:09:19 millert Exp $
.\"
.\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -34,7 +34,7 @@
.Sh SYNOPSIS
.Fd #include <pwd.h>
.Ft struct passwd *
-.Fn pw_dup "cost struct passwd *pw"
+.Fn pw_dup "const struct passwd *pw"
.Sh DESCRIPTION
The
.Fn pw_dup