| Summary: | exports(5) doesn't mention network prefixes or IPv6 | ||
|---|---|---|---|
| Product: | Documentation | Reporter: | John Baldwin <jhb> |
| Component: | Books & Articles | Assignee: | Daniel Gerzo <danger> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
|
Description
John Baldwin
2008-06-07 14:20:01 UTC
Hello John, does the patch at http://danger.rulez.sk/exports.5.diff work for you? It's based on the exports(5) manual page from NetBSD. Ruslan, can you please check whethe my changes are correct from the view of mdoc? Thank you guys. -- Best regards, Daniel mailto:danger@FreeBSD.org State Changed From-To: open->feedback Responsible Changed From-To: freebsd-doc->danger Set the state to feedback On Saturday 21 June 2008 07:37:35 am Daniel Gerzo wrote: > Hello John, > > does the patch at http://danger.rulez.sk/exports.5.diff work for > you? It's based on the exports(5) manual page from NetBSD. > > Ruslan, can you please check whethe my changes are correct from the > view of mdoc? > > Thank you guys. Looks ok to me. I would maybe do the markup fixes as a separate commit though. -- John Baldwin danger 2008-06-27 16:32:04 UTC
FreeBSD src repository
Modified files:
usr.sbin/mountd exports.5
Log:
SVN rev 180071 on 2008-06-27 16:32:04Z by danger
- markup fixes
- advise to use rc script to SIGHUP mountd
- add information about possiblity of using /prefix network notation [1]
PR: docs/124373
Reviewed by: jhb
Obtained from: NetBSD [1]
MFC after: 3 days
Revision Changes Path
1.29 +68 -15 src/usr.sbin/mountd/exports.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->patched I have commited the patch into the -HEAD branch. I didn't opt to separate markup fixes as another commit as I don't really see a reason to do so for man pages. danger 2008-07-03 17:02:04 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_7)
usr.sbin/mountd exports.5
Log:
SVN rev 180224 on 2008-07-03 17:02:04Z by danger
MFC r180071, r180112, r180154:
- markup fixes
- advise to use rc script to SIGHUP mountd
- add some missing words
- add information about possiblity of using /prefix network notation [1]
PR: docs/124373 [1]
Obtained from: NetBSD [1]
Revision Changes Path
1.28.2.1 +97 -27 src/usr.sbin/mountd/exports.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
danger 2008-07-05 10:29:27 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.sbin/mountd exports.5
Log:
SVN rev 180287 on 2008-07-05 10:29:27Z by danger
MFC r154990, r180071, r180112, r180154:
- use the ".Pa" macro for path names
- markup fixes
- advise to use rc script to SIGHUP mountd
- add some missing words
- add information about possiblity of using /prefix network notation [1]
PR: docs/124373 [1]
Obtained from: NetBSD [1]
Revision Changes Path
1.27.8.1 +107 -37 src/usr.sbin/mountd/exports.5
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: patched->closed Close this one as I have synced exports.5 in RELENG_[76] with -HEAD |