diff options
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r-- | lib/libc/gen/getpwent.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3 index d74b047cc22..9331e76c940 100644 --- a/lib/libc/gen/getpwent.3 +++ b/lib/libc/gen/getpwent.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getpwent.3,v 1.7 1999/06/04 01:30:11 aaron Exp $ +.\" $OpenBSD: getpwent.3,v 1.8 1999/06/05 03:44:53 aaron Exp $ .\" .\" Copyright (c) 1988, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -63,7 +63,7 @@ operate on the password database file which is described in .Xr passwd 5 . Each entry in the database is defined by the structure -.Em passwd +.Li struct passwd found in the include file .Aq Pa pwd.h : .Bd -literal -offset indent |