summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2005-04-02 17:06:27 +0000
committermillert <millert@openbsd.org>2005-04-02 17:06:27 +0000
commitf1376aa504d6e98beac01bf59709d87a79173adf (patch)
tree187c213e3e81bdac970225ff60a2a897f6b7128f
parentAdd /bin/ksh to builtin list of OK shells. (diff)
downloadwireguard-openbsd-f1376aa504d6e98beac01bf59709d87a79173adf.tar.xz
wireguard-openbsd-f1376aa504d6e98beac01bf59709d87a79173adf.zip
/bin/ksh is now in the builtin list; noticed by otto@
-rw-r--r--lib/libc/gen/getusershell.37
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