diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-12 07:31:21 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1998-03-12 07:31:21 +0000 |
commit | aaf1f16e39da164cd6dfa049b53d61b9c9ed3216 (patch) | |
tree | 6704d8e1891d3b1675690f6d01050f392fa03898 /share/man/man9/VFS_VGET.9 | |
parent | 9fa26079353e7cbd2e2fd7b45e4ec63365d9ef57 (diff) |
.Sh AUTHOR -> .Sh AUTHORS according to mdoc specs.
Use .An/.Aq.
Notes
Notes:
svn path=/head/; revision=34504
Diffstat (limited to 'share/man/man9/VFS_VGET.9')
-rw-r--r-- | share/man/man9/VFS_VGET.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/VFS_VGET.9 b/share/man/man9/VFS_VGET.9 index a1d8dd4a37f1..af887144e48d 100644 --- a/share/man/man9/VFS_VGET.9 +++ b/share/man/man9/VFS_VGET.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_VGET.9,v 1.1 1997/03/03 17:59:58 dfr Exp $ +.\" $Id: VFS_VGET.9,v 1.2 1997/09/29 10:10:49 wosch Exp $ .\" .Dd July 24, 1996 .Os @@ -65,5 +65,5 @@ If the filesystem does not support this call, then it should return .Xr VFS 9 , .Xr vnode 9 .Sh AUTHORS -This man page was written by Doug Rabson. - +This man page was written by +.An Doug Rabson . |