diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-19 10:39:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-01-19 10:39:01 +0000 |
commit | d3722fddf65b62cacc3cbb2517954dff51b48dde (patch) | |
tree | 5c25d57eab4098177eeb5540372b9ec8e422e87d /sbin/mountd/exports.5 | |
parent | 48b32946350fd02ead6c4153e7fea42b1c76525f (diff) |
Usually, you don't want macros in the .Nd line, so remove instances of .Tn
marking up words that are not trademarks (ASCII, I/O, NFS, TCP, TELNET).
While here, remove .Tn markup from the same words in the body
of these pages, too.
Diffstat (limited to 'sbin/mountd/exports.5')
-rw-r--r-- | sbin/mountd/exports.5 | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 9cab0d24f0a..448a2c1093a 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.16 2010/03/26 19:30:40 jmc Exp $ +.\" $OpenBSD: exports.5,v 1.17 2014/01/19 10:39:00 schwarze Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,24 +30,19 @@ .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: March 26 2010 $ +.Dd $Mdocdate: January 19 2014 $ .Dt EXPORTS 5 .Os .Sh NAME .Nm exports -.Nd define remote mount points for -.Tn NFS -mount requests +.Nd define remote mount points for NFS mount requests .Sh SYNOPSIS .Nm exports .Sh DESCRIPTION The .Nm -file specifies remote mount points for the -.Tn NFS -mount protocol per the -.Tn NFS -server specification; see +file specifies remote mount points for the NFS +mount protocol per the NFS server specification; see .%T "Network File System Protocol Specification RFC 1094, Appendix A" and .%T "NFS: Network File System Version 3 Specification, Appendix I" . |