diff options
author | Bruce Evans <bde@FreeBSD.org> | 1998-08-03 17:29:44 +0000 |
---|---|---|
committer | Bruce Evans <bde@FreeBSD.org> | 1998-08-03 17:29:44 +0000 |
commit | cec5d8b38296d3cfcd28d5da188c3c3bfeb6ab7e (patch) | |
tree | 29eb319fc31b4d75a0e3054e49892c63372e35a6 /share/man/man9/VFS_SYNC.9 | |
parent | 99b4f8244cef3405c1abf2106581b822db27da73 (diff) |
FIxed missing include in synopsis.
Notes
Notes:
svn path=/head/; revision=38059
Diffstat (limited to 'share/man/man9/VFS_SYNC.9')
-rw-r--r-- | share/man/man9/VFS_SYNC.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/VFS_SYNC.9 b/share/man/man9/VFS_SYNC.9 index 597bb6b8311f..11b165217474 100644 --- a/share/man/man9/VFS_SYNC.9 +++ b/share/man/man9/VFS_SYNC.9 @@ -26,7 +26,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: VFS_SYNC.9,v 1.3 1997/09/29 10:10:48 wosch Exp $ +.\" $Id: VFS_SYNC.9,v 1.4 1998/03/12 07:31:06 charnier Exp $ .\" .Dd July 24, 1996 .Os @@ -35,6 +35,7 @@ .Nm VFS_SYNC .Nd flush unwritten data .Sh SYNOPSIS +.Fd #include <sys/param.h> .Fd #include <sys/mount.h> .Fd #include <sys/vnode.h> .Ft int |