summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-07-18 19:09:19 +0000
committermillert <millert@openbsd.org>2002-07-18 19:09:19 +0000
commit7ae41383956cae1d5fc2753b4920914944d5e95d (patch)
treebe112d9f790515d7412df780a06ce8605b6c3b15 /lib/libc
parentuse inet_aton() instead of inet_addr(); millert ok (diff)
downloadwireguard-openbsd-7ae41383956cae1d5fc2753b4920914944d5e95d.tar.xz
wireguard-openbsd-7ae41383956cae1d5fc2753b4920914944d5e95d.zip
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