diff options
Diffstat (limited to 'share/man/man9/VOP_TRUNCATE.9')
-rw-r--r-- | share/man/man9/VOP_TRUNCATE.9 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man9/VOP_TRUNCATE.9 b/share/man/man9/VOP_TRUNCATE.9 index db6b8e5..45253cc 100644 --- a/share/man/man9/VOP_TRUNCATE.9 +++ b/share/man/man9/VOP_TRUNCATE.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$ +.\" $Id: VOP_TRUNCATE.9,v 1.1 1997/03/03 18:00:47 dfr Exp $ .\" .Dd July 24, 1996 .Os @@ -35,6 +35,7 @@ .Nm VOP_TRUNCATE .Nd truncate a file .Sh SYNOPSIS +.Fd #include <sys/param.h> .Fd #include <sys/vnode.h> .Ft int .Fn VOP_TRUNCATE "struct vnode *vp" "off_t length" "int flags" "struct ucred *cred" "struct proc *p" |