diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 03:16:59 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2005-07-22 03:16:59 +0000 |
commit | 87bcdf89d0fafdfb2aefbff8b6ac70e821228edc (patch) | |
tree | e2f55a89094a376b227494dc288abe7c5ebf3edf /lib/libc/gen/getusershell.3 | |
parent | 79d94f31b972e323af77a48f0d7a3c2b11fff708 (diff) |
- sync prototypes and header file excerpts to reality
- many grammar, punctuation, macro, layout, spelling/typos,
rewording, etc. fixes
- avoid first person
- sprinkle crossrefs where relevant
help & ok jmc
Diffstat (limited to 'lib/libc/gen/getusershell.3')
-rw-r--r-- | lib/libc/gen/getusershell.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index c77ed5e1004..66778682711 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getusershell.3,v 1.11 2005/04/02 17:06:27 millert Exp $ +.\" $OpenBSD: getusershell.3,v 1.12 2005/07/22 03:16:58 jaredy Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -75,7 +75,7 @@ closes it. .Sh DIAGNOSTICS The routine .Fn getusershell -returns a null pointer +returns a null pointer on .Dv EOF . .Sh SEE ALSO .Xr shells 5 |