diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-05-16 16:58:13 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2020-05-16 16:58:13 +0000 |
commit | afb894fcbb30fd6fc851602819d8909c948a8ad5 (patch) | |
tree | 1f437c7a26d65633a7b54ed670d7c1bf3e9e192b /sbin/mountd | |
parent | fa74992554cb83fc5a2d83ded15ffd9930fd5a6c (diff) |
list example files in FILES with a short description: generally, "Example
configuration file.", but occasionally something else fit better; at the
same time, try to make the format for FILES more consistent;
original diff from clematis
Diffstat (limited to 'sbin/mountd')
-rw-r--r-- | sbin/mountd/exports.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/mountd/exports.5 b/sbin/mountd/exports.5 index 244cbb4639c..2c1de1fd1fe 100644 --- a/sbin/mountd/exports.5 +++ b/sbin/mountd/exports.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: exports.5,v 1.26 2020/02/10 13:18:20 schwarze Exp $ +.\" $OpenBSD: exports.5,v 1.27 2020/05/16 16:58:11 jmc Exp $ .\" $NetBSD: exports.5,v 1.9 1996/02/18 11:57:50 fvdl Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)exports.5 8.3 (Berkeley) 3/29/95 .\" -.Dd $Mdocdate: February 10 2020 $ +.Dd $Mdocdate: May 16 2020 $ .Dt EXPORTS 5 .Os .Sh NAME @@ -250,9 +250,9 @@ directory within /u2. .Sh FILES .Bl -tag -width /etc/examples/exports -compact .It Pa /etc/exports -default remote mount point file +Default remote mount point file. .It Pa /etc/examples/exports -example remote mount point file +Example remote mount point file. .El .Sh SEE ALSO .Xr netgroup 5 , |