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: [email protected]
Reporter: [email protected]
CC: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"