diff options
author | davidc <davidc@FreeBSD.org> | 2007-03-02 17:03:56 +0000 |
---|---|---|
committer | davidc <davidc@FreeBSD.org> | 2007-03-02 17:03:56 +0000 |
commit | 39752f2e3b419471ebcd6fbcc0681738581a5dc9 (patch) | |
tree | bdb3655727966acb132753c0ffc227e8224b0cdc | |
parent | 39888a53af8c62c38f59c823baf15908e9fd62c1 (diff) | |
download | FreeBSD-src-39752f2e3b419471ebcd6fbcc0681738581a5dc9.zip FreeBSD-src-39752f2e3b419471ebcd6fbcc0681738581a5dc9.tar.gz |
Add vfs_getopt.9 to the build, and add links for related functions.
-rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index b6b979f..fa1d16e 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -243,6 +243,7 @@ MAN= accept_filter.9 \ vfsconf.9 \ VFS_FHTOVP.9 \ vfs_getnewfsid.9 \ + vfs_getopt.9 \ vfs_getvfs.9 \ VFS_LOCK_GIANT.9 \ VFS_MOUNT.9 \ @@ -1164,6 +1165,11 @@ MLINKS+=vcount.9 count_dev.9 MLINKS+=vfsconf.9 vfs_modevent.9 \ vfsconf.9 vfs_register.9 \ vfsconf.9 vfs_unregister.9 +MLINKS+=vfs_getopt.9 vfs_getopts.9 \ + vfs_getopt.9 vfs_flagopt.9 \ + vfs_getopt.9 vfs_scanopt.9 \ + vfs_getopt.9 vfs_copyopt.9 \ + vfs_getopt.9 vfs_filteropt.9 MLINKS+=VFS_LOCK_GIANT.9 VFS_UNLOCK_GIANT.9 MLINKS+=vgone.9 vgonel.9 MLINKS+=vhold.9 vdrop.9 |