diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-18 19:09:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-07-18 19:09:20 +0000 |
commit | 7c70a51680d3bb7e733661481a029b82eb36319a (patch) | |
tree | bfeef5f8813511fe5266043cafc73d77dbb4e396 /lib/libc | |
parent | f4f559c9e79d12734c96445eeb2f88a5034f0467 (diff) |
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 |