diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-29 19:11:12 +0000 |
commit | b2a110ce8991f3cd33c033c6958e5eddfc745d25 (patch) | |
tree | ff5df48915789b9684e897566ab951b011c428d7 /lib/libc/gen/getusershell.3 | |
parent | 289bd574ed697e90163fa7f9ceaeff389a7a4dd1 (diff) |
repairs
Diffstat (limited to 'lib/libc/gen/getusershell.3')
-rw-r--r-- | lib/libc/gen/getusershell.3 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index bce81ea3dcd..2159e7bea3f 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getusershell.3,v 1.4 1999/05/23 14:11:00 aaron Exp $ +.\" $OpenBSD: getusershell.3,v 1.5 1999/05/29 19:11:11 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -58,7 +58,7 @@ If .Pa /etc/shells is unreadable or does not exist, .Fn getusershell -behaves as if +behaves as if only .Pa /bin/sh and .Pa /bin/csh @@ -80,7 +80,9 @@ closes it. .Sh DIAGNOSTICS The routine .Fn getusershell -returns a null pointer (0) on +returns a +.Dv NULL +pointer on .Dv EOF . .Sh SEE ALSO .Xr shells 5 |