diff options
author | 2002-07-18 19:09:19 +0000 | |
---|---|---|
committer | 2002-07-18 19:09:19 +0000 | |
commit | 7ae41383956cae1d5fc2753b4920914944d5e95d (patch) | |
tree | be112d9f790515d7412df780a06ce8605b6c3b15 /lib/libc | |
parent | use inet_aton() instead of inet_addr(); millert ok (diff) | |
download | wireguard-openbsd-7ae41383956cae1d5fc2753b4920914944d5e95d.tar.xz wireguard-openbsd-7ae41383956cae1d5fc2753b4920914944d5e95d.zip |
typo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/pw_dup.3 | 4 |
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 |