Sort SEE ALSO.

This commit is contained in:
wiz 2002-10-20 10:37:36 +00:00
parent 848304f890
commit 25238abfbb
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vnfileops.9,v 1.3 2002/10/20 05:18:38 gmcgarry Exp $
.\" $NetBSD: vnfileops.9,v 1.4 2002/10/20 10:37:36 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -195,7 +195,7 @@ All pathnames are relative to
The high-level convenience functions are implemented within the file
.Pa sys/kern/vfs_vnops.c .
.Sh SEE ALSO
.Xr intro 9 ,
.Xr file 9 ,
.Xr intro 9 ,
.Xr vnode 9 ,
.Xr vnodeops 9

View File

@ -1,4 +1,4 @@
.\" $NetBSD: vnsubr.9,v 1.11 2002/10/20 05:18:38 gmcgarry Exp $
.\" $NetBSD: vnsubr.9,v 1.12 2002/10/20 10:37:36 wiz Exp $
.\"
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -284,8 +284,8 @@ All pathnames are relative to
The high-level convenience functions are implemented within the file
.Pa sys/kern/vfs_vnops.c .
.Sh SEE ALSO
.Xr intro 9 ,
.Xr file 9 ,
.Xr intro 9 ,
.Xr lock 9 ,
.Xr namei 9 ,
.Xr vattr 9 ,