summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-19 10:39:01 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2014-01-19 10:39:01 +0000
commitd3722fddf65b62cacc3cbb2517954dff51b48dde (patch)
tree5c25d57eab4098177eeb5540372b9ec8e422e87d /sbin
parent48b32946350fd02ead6c4153e7fea42b1c76525f (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')
-rw-r--r--sbin/mountd/exports.515
-rw-r--r--sbin/mountd/mountd.815
2 files changed, 10 insertions, 20 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" .
diff --git a/sbin/mountd/mountd.8 b/sbin/mountd/mountd.8
index cf1989c3c7e..7fd43779e85 100644
--- a/sbin/mountd/mountd.8
+++ b/sbin/mountd/mountd.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mountd.8,v 1.16 2007/05/31 19:19:46 jmc Exp $
+.\" $OpenBSD: mountd.8,v 1.17 2014/01/19 10:39:00 schwarze Exp $
.\" $NetBSD: mountd.8,v 1.11 1996/02/18 11:57:51 fvdl Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
@@ -30,26 +30,21 @@
.\"
.\" @(#)mountd.8 8.4 (Berkeley) 4/28/95
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: January 19 2014 $
.Dt MOUNTD 8
.Os
.Sh NAME
.Nm mountd
-.Nd service remote
-.Tn NFS
-mount requests
+.Nd service remote NFS mount requests
.Sh SYNOPSIS
.Nm mountd
.Op Fl dn
.Op Ar exportsfile
.Sh DESCRIPTION
.Nm
-is the server for
-.Tn NFS
-mount requests from other client machines.
+is the server for NFS mount requests from other client machines.
.Nm
-listens for service requests at the port indicated in the
-.Tn NFS
+listens for service requests at the port indicated in the NFS
server specification; see
.%T "Network File System Protocol Specification" ,
RFC 1094, Appendix A and