From: Sascha Wildner Date: Tue, 30 Sep 2008 08:28:36 +0000 (+0000) Subject: Use .In for include files. X-Git-Tag: v2.1.1~295 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/144cbe0c41d8a84afc8f18ca3a1ee3f5d59a54d3 Use .In for include files. --- diff --git a/lib/libc/sys/statvfs.2 b/lib/libc/sys/statvfs.2 index a08a83328a..5bf751ff64 100644 --- a/lib/libc/sys/statvfs.2 +++ b/lib/libc/sys/statvfs.2 @@ -1,6 +1,6 @@ .\" $OpenBSD: statvfs.3,v 1.5 2008/03/26 09:37:59 jmc Exp $ .\" $NetBSD: statfs.2,v 1.10 1995/06/29 11:40:48 cgd Exp $ -.\" $DragonFly: src/lib/libc/sys/statvfs.2,v 1.2 2008/09/28 16:40:05 swildner Exp $ +.\" $DragonFly: src/lib/libc/sys/statvfs.2,v 1.3 2008/09/30 08:28:36 swildner Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -41,7 +41,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include +.In sys/statvfs.h .Ft int .Fn statvfs "const char *path" "struct statvfs *buf" .Ft int