diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-15 12:05:46 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2026-05-18 09:12:12 +0000 |
| commit | 30f500e97b57d36ebb8483cb8b8921507350cd0f (patch) | |
| tree | 47dd91d7a8b4da7af3abc38e149ba41d3e4b2edb | |
| parent | ca67cfa5237f7ac537ca8611054b5af2098e2d86 (diff) | |
p9fs.4: MLINK to virtio_p9fs.4
Technically, virtio_p9fs is an emulated device that masquerades
as a p9fs mount, but it does not make sense to have two separate manual
pages.
Reviewed by: bnovkov, dfr
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57013
| -rw-r--r-- | share/man/man4/Makefile | 1 | ||||
| -rw-r--r-- | share/man/man4/p9fs.4 | 5 |
2 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 4f067f3ef757..0b94158659fb 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -784,6 +784,7 @@ MLINKS+=${_nfe.4} ${_if_nfe.4} MLINKS+=nge.4 if_nge.4 MLINKS+=openfirm.4 openfirmware.4 MLINKS+=ow.4 onewire.4 +MLINKS+=p9fs.4 virtio_p9fs.4 MLINKS+=pccbb.4 cbb.4 MLINKS+=pcm.4 snd.4 \ pcm.4 sound.4 diff --git a/share/man/man4/p9fs.4 b/share/man/man4/p9fs.4 index c50720b6ebc8..8c65c77c3454 100644 --- a/share/man/man4/p9fs.4 +++ b/share/man/man4/p9fs.4 @@ -22,11 +22,12 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd May 15, 2026 +.Dd May 18, 2026 .Dt P9FS 4 .Os .Sh NAME -.Nm p9fs +.Nm p9fs , +.Nm virtio_p9fs .Nd "9P file system" .Sh SYNOPSIS To use this filesystem, |
