diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-20 14:50:36 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-20 14:50:36 +0000 |
commit | f17c6aed0b68322993421d3f1ba24fc96c159500 (patch) | |
tree | 3553ebda7f9dc1ecc1a1f134ae0c5dc5df083d78 /lib/libc/gen/setmode.3 | |
parent | c0dd98a67f2c7d9ad9a63e9ebca448ae6377f6ae (diff) |
add missing #include's from SYNOPSIS section
Diffstat (limited to 'lib/libc/gen/setmode.3')
-rw-r--r-- | lib/libc/gen/setmode.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/setmode.3 b/lib/libc/gen/setmode.3 index 4d6217816d9..f84c22233a4 100644 --- a/lib/libc/gen/setmode.3 +++ b/lib/libc/gen/setmode.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: setmode.3,v 1.5 1998/09/24 02:49:20 millert Exp $ +.\" $OpenBSD: setmode.3,v 1.6 1999/05/20 14:50:35 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -39,6 +39,7 @@ .Nm setmode .Nd modify mode bits .Sh SYNOPSIS +.Fd #include <unistd.h> .Ft mode_t .Fn getmode "const void *set" "mode_t mode" .Ft void * |