diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2005-04-02 17:06:28 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2005-04-02 17:06:28 +0000 |
commit | 84cdba5b5e4a64bd6f021edd913827b6810acdf8 (patch) | |
tree | 399d2a24d78185301c030bbad79dfce6d5c92e95 /lib/libc | |
parent | 62db84f60b1b0ecf62ce3c24a91eb56a897828f7 (diff) |
/bin/ksh is now in the builtin list; noticed by otto@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getusershell.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index e8c503be2a6..c77ed5e1004 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getusershell.3,v 1.10 2003/06/02 20:18:34 millert Exp $ +.\" $OpenBSD: getusershell.3,v 1.11 2005/04/02 17:06:27 millert Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -54,9 +54,10 @@ If is unreadable or does not exist, .Fn getusershell behaves as if only -.Pa /bin/sh -and +.Pa /bin/sh , .Pa /bin/csh +and +.Pa /bin/ksh were listed in the file. .Pp The |