diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-24 00:31:01 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-12-24 00:31:01 +0000 |
commit | b1044a070b87b20a73f593b1087fae3a062d5920 (patch) | |
tree | daa375c4c5a8cf9fabd0f0657b2141fbb899ef71 /lib/libc/gen/getusershell.3 | |
parent | 89891a551cfa28139f6165de0c822d75e1035761 (diff) |
Various repairs, mostly to get rid of short lines.
Diffstat (limited to 'lib/libc/gen/getusershell.3')
-rw-r--r-- | lib/libc/gen/getusershell.3 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index 1d41eb1cc64..eddef978395 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getusershell.3,v 1.8 2000/04/18 03:01:27 aaron Exp $ +.\" $OpenBSD: getusershell.3,v 1.9 2000/12/24 00:30:49 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,8 +50,7 @@ .Sh DESCRIPTION The .Fn getusershell -function -returns a pointer to a legal user shell as defined by the +function returns a pointer to a legal user shell as defined by the system manager in the file .Pa /etc/shells . If @@ -66,8 +65,7 @@ were listed in the file. .Pp The .Fn getusershell -function -reads the next +function reads the next line (opening the file if necessary); .Fn setusershell rewinds the file; |