diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2013-11-22 15:41:06 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2013-11-22 15:41:06 +0000 |
commit | b9fbb63ff612076702ae857dfb51876dc316c95e (patch) | |
tree | 7cfccf703221fc2ea8f699adc435bcef052ae2a5 /lib/libc/gen/pw_dup.3 | |
parent | ce6dee1b0c2d6c607c209ed76ead44a411fa3a7b (diff) |
doc nit okay millert@
Diffstat (limited to 'lib/libc/gen/pw_dup.3')
-rw-r--r-- | lib/libc/gen/pw_dup.3 | 6 |
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 |