Date: Tue, 03 May 2016 11:01:26 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-doc@FreeBSD.org Subject: [Bug 209231] fdescfs(5) man page: Fix examples for fstab(5) and mount(8) command Message-ID: <bug-209231-9@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209231 Bug ID: 209231 Summary: fdescfs(5) man page: Fix examples for fstab(5) and mount(8) command Product: Documentation Version: Latest Hardware: Any URL: https://forums.freebsd.org/threads/50214/#post-319005 OS: Any Status: New Keywords: patch Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: woodsb02@gmail.com CC: mpp@FreeBSD.org Created attachment 169917 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=169917&action=edit Patch to fix examples in fdescfs(5) man page The fdescfs(5) man page provides examples of how to mount the file system using mount(8) or by putting an entry in the fstab(5) file. The attached patch corrects these examples, as noticed by SirDice on the FreeBSD forums [1]. fstab(5) example: Old: fdescfs /dev/fd fdescfs rw 0 0 New: fdesc /dev/fd fdescfs rw 0 0 mount(8) example: Old: mount -t fdescfs null /dev/fd New: mount -t fdescfs fdesc /dev/fd [1] https://forums.freebsd.org/threads/50214/#post-319005 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209231-9>
