summaryrefslogtreecommitdiff
path: root/lib/libc/gen/getpwent.3
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-07-09 13:36:00 +0000
commit078c2448197a826265f74828b3159d758f1f0ceb (patch)
treeef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /lib/libc/gen/getpwent.3
parent3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff)
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it...
Diffstat (limited to 'lib/libc/gen/getpwent.3')
-rw-r--r--lib/libc/gen/getpwent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getpwent.3 b/lib/libc/gen/getpwent.3
index 9331e76c940..e001e020150 100644
--- a/lib/libc/gen/getpwent.3
+++ b/lib/libc/gen/getpwent.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getpwent.3,v 1.8 1999/06/05 03:44:53 aaron Exp $
+.\" $OpenBSD: getpwent.3,v 1.9 1999/07/09 13:35:17 aaron Exp $
.\"
.\" Copyright (c) 1988, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -50,7 +50,7 @@
.Ft struct passwd *
.Fn getpwnam "const char *login"
.Ft struct passwd *
-.Fn getpwuid "uid_t uid"
+.Fn getpwuid "uid_t uid"
.Ft int
.Fn setpassent "int stayopen"
.Ft void
@@ -142,7 +142,7 @@ The
function returns 0 on failure or 1 on success.
The
.Fn endpwent
-and
+and
.Fn setpwent
functions
have no return value.