[Bug 209231] fdescfs(5) man page: Fix examples for fstab(5) and mount(8) command

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue May 3 11:01:26 UTC 2016


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 at FreeBSD.org
          Reporter: woodsb02 at gmail.com
                CC: mpp at 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.


More information about the freebsd-doc mailing list