diff options
author | 1999-05-29 19:11:10 +0000 | |
---|---|---|
committer | 1999-05-29 19:11:10 +0000 | |
commit | a17e553abd4d84c8b67cabb97d7f452b9a23856e (patch) | |
tree | 506f0d4d805be9aa6fe1dd0336f3c39c28d68b84 /lib/libc/gen/getusershell.3 | |
parent | Check size as well as mtime when deciding whether or not the file (diff) | |
download | wireguard-openbsd-a17e553abd4d84c8b67cabb97d7f452b9a23856e.tar.xz wireguard-openbsd-a17e553abd4d84c8b67cabb97d7f452b9a23856e.zip |
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 |