diff options
author | 2000-12-24 00:30:46 +0000 | |
---|---|---|
committer | 2000-12-24 00:30:46 +0000 | |
commit | 50772e640915b6b9c44cb3d6508fa0a5fff413ef (patch) | |
tree | e150dc67a3a933729eb0634304fc47c25501106c /lib/libc/gen/pw_dup.3 | |
parent | Spelling: tripple -> triple (diff) | |
download | wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.tar.xz wireguard-openbsd-50772e640915b6b9c44cb3d6508fa0a5fff413ef.zip |
Various repairs, mostly to get rid of short lines.
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 90905f28d94..2334ce4244b 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.1 2000/11/21 00:49:58 millert Exp $ +.\" $OpenBSD: pw_dup.3,v 1.2 2000/12/24 00:30:50 aaron Exp $ .\" .\" Copyright (c) 2000 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -40,8 +40,8 @@ The .Fn pw_dup function allocates sufficient memory for a copy of the struct passwd .Fa pw , -does the copy, and returns a pointer to it. This is useful as -subsequent calls to +does the copy, and returns a pointer to it. +This is useful as subsequent calls to .Fn getpwent , .Fn getpwnam , and |