diff options
author | 1999-05-20 14:50:35 +0000 | |
---|---|---|
committer | 1999-05-20 14:50:35 +0000 | |
commit | fbadc45dd5a0c213db4d490b169a14830b566ffd (patch) | |
tree | fa5377b107fe5551d442d9920ae8ccc25cb74f9a /lib/libc/gen/getusershell.3 | |
parent | fix some typos; kwesterback@home.com (diff) | |
download | wireguard-openbsd-fbadc45dd5a0c213db4d490b169a14830b566ffd.tar.xz wireguard-openbsd-fbadc45dd5a0c213db4d490b169a14830b566ffd.zip |
add missing #include's from SYNOPSIS section
Diffstat (limited to 'lib/libc/gen/getusershell.3')
-rw-r--r-- | lib/libc/gen/getusershell.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/getusershell.3 b/lib/libc/gen/getusershell.3 index 57f1fc64936..90c3441b9a0 100644 --- a/lib/libc/gen/getusershell.3 +++ b/lib/libc/gen/getusershell.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getusershell.3,v 1.2 1996/08/19 08:24:12 tholo Exp $ +.\" $OpenBSD: getusershell.3,v 1.3 1999/05/20 14:50:35 aaron Exp $ .\" .\" Copyright (c) 1985, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -40,6 +40,7 @@ .Nm endusershell .Nd get legal user shells .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft char * .Fn getusershell void .Ft void |