OpenBSD CVS

CVS log for src/sbin/mountd/exports.5


[BACK] Up to [local] / src / sbin / mountd

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.27 / (download) - annotate - [select for diffs], Sat May 16 16:58:11 2020 UTC (4 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, OPENBSD_7_2_BASE, OPENBSD_7_2, OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9, OPENBSD_6_8_BASE, OPENBSD_6_8, HEAD
Changes since 1.26: +4 -4 lines
Diff to previous 1.26 (colored)

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

Revision 1.26 / (download) - annotate - [select for diffs], Mon Feb 10 13:18:20 2020 UTC (4 years, 4 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_7_BASE, OPENBSD_6_7
Changes since 1.25: +5 -3 lines
Diff to previous 1.25 (colored)

briefly mention /etc/examples/ in the FILES section of all the
manual pages that document the corresponding configuration files;
OK jmc@, and general direction discussed with many

Revision 1.25 / (download) - annotate - [select for diffs], Thu Dec 19 09:38:03 2019 UTC (4 years, 5 months ago) by bentley
Branch: MAIN
Changes since 1.24: +4 -4 lines
Diff to previous 1.24 (colored)

Spell "mount point" as other man pages do, with a space.

ok jmc@

Revision 1.24 / (download) - annotate - [select for diffs], Fri Mar 16 16:58:26 2018 UTC (6 years, 2 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.23: +3 -3 lines
Diff to previous 1.23 (colored)

improve markup quality in the cases found by the new "--" style message

Revision 1.23 / (download) - annotate - [select for diffs], Fri Jan 8 20:26:54 2016 UTC (8 years, 5 months ago) by zhuk
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1, OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.22: +2 -4 lines
Diff to previous 1.22 (colored)

Zap extraneous SYNOPSIS sections.

The gettytab(5) and termcap(5) get FILES, others don't need anything.

With input from & okay schwarze@

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 15 18:25:28 2015 UTC (8 years, 5 months ago) by tim
Branch: MAIN
Changes since 1.21: +6 -5 lines
Diff to previous 1.21 (colored)

Include RFC number in reference. While here, improve formatting of another
reference.

Revision 1.21 / (download) - annotate - [select for diffs], Fri May 9 06:37:38 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

my previous attempt to fix the renaming of the inet(3) pages was wrong;
this fixes those by referencing the correct page, and cleans up the netintro/
inet entries;

all this on the advice (and ok) of guenther!

Revision 1.20 / (download) - annotate - [select for diffs], Thu May 8 13:08:43 2014 UTC (10 years, 1 month ago) by jmc
Branch: MAIN
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

inet(3) -> inet_net(3);

Revision 1.19 / (download) - annotate - [select for diffs], Thu Feb 13 10:20:13 2014 UTC (10 years, 3 months ago) by schwarze
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.18: +11 -9 lines
Diff to previous 1.18 (colored)

mark up argument placeholders with .Ar; from Jan Stary <hans at stare dot cz>

Revision 1.18 / (download) - annotate - [select for diffs], Tue Jan 21 03:15:45 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.17: +11 -11 lines
Diff to previous 1.17 (colored)

obvious .Pa fixes; found with mandocdb(8)

Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 19 10:39:00 2014 UTC (10 years, 4 months ago) by schwarze
Branch: MAIN
Changes since 1.16: +5 -10 lines
Diff to previous 1.16 (colored)

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.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Mar 26 19:30:40 2010 UTC (14 years, 2 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1, OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9, OPENBSD_4_8_BASE, OPENBSD_4_8
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored)

dispense with some wacky escape sequences;

Revision 1.15 / (download) - annotate - [select for diffs], Thu May 31 19:19:46 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored)

convert to new .Dd format;

Revision 1.14 / (download) - annotate - [select for diffs], Wed Sep 15 22:55:30 2004 UTC (19 years, 8 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1, OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7
Changes since 1.13: +3 -3 lines
Diff to previous 1.13 (colored)

make examples match format specified in man page;
from arto selonen (netbsd pr #26891);

Revision 1.13 / (download) - annotate - [select for diffs], Mon Jun 2 20:06:16 2003 UTC (21 years ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_3_6_BASE, OPENBSD_3_6, OPENBSD_3_5_BASE, OPENBSD_3_5, OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.12: +2 -6 lines
Diff to previous 1.12 (colored)

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999.  Proofed by myself and Theo.

Revision 1.12 / (download) - annotate - [select for diffs], Thu Mar 6 20:29:24 2003 UTC (21 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored)

.Xr typos;

ok deraadt@

Revision 1.11 / (download) - annotate - [select for diffs], Wed Oct 3 18:54:29 2001 UTC (22 years, 8 months ago) by hin
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0
Changes since 1.10: +3 -10 lines
Diff to previous 1.10 (colored)

Remove all traces of Kerberised NFS; it never worked in OpenBSD, but it
has been in the userland tools and the manpages for ages.

Spotted by Lars Hansson <lars@unet.net.ph>

Ok deraadt@
Ok millert@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Apr 15 02:15:15 2000 UTC (24 years, 2 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8, OPENBSD_2_7_BASE, OPENBSD_2_7
Changes since 1.9: +4 -4 lines
Diff to previous 1.9 (colored)

Mostly punctuation fixes.

Revision 1.9 / (download) - annotate - [select for diffs], Sat Mar 4 22:19:30 2000 UTC (24 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

In Unix land we prefer "whitespace" to "white space" or "white-space". At
least, this is the impression I get from looking at a lot of Perl docs.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Dec 15 01:20:39 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_6_BASE, OPENBSD_2_6, OPENBSD_2_5_BASE, OPENBSD_2_5
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

always give .Nm macros an argument in SYNOPSIS sections; krw@tcn.net

Revision 1.7 / (download) - annotate - [select for diffs], Sat Nov 28 19:56:28 1998 UTC (25 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.6: +3 -3 lines
Diff to previous 1.6 (colored)

kill redundant .Nm macro arguments; other misc fixes

Revision 1.6 / (download) - annotate - [select for diffs], Wed Nov 11 22:19:58 1998 UTC (25 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.5: +42 -16 lines
Diff to previous 1.5 (colored)

more `` '' -> .Dq sillyness; remove redundant .Pp macros; other misc fixes

Revision 1.5 / (download) - annotate - [select for diffs], Thu Sep 17 04:14:56 1998 UTC (25 years, 8 months ago) by aaron
Branch: MAIN
CVS Tags: OPENBSD_2_4_BASE, OPENBSD_2_4
Changes since 1.4: +10 -8 lines
Diff to previous 1.4 (colored)

sbin/ man page fixes

Revision 1.4 / (download) - annotate - [select for diffs], Mon Jul 20 17:04:52 1998 UTC (25 years, 10 months ago) by deraadt
Branch: MAIN
Changes since 1.3: +2 -5 lines
Diff to previous 1.3 (colored)

mountd -r opt not needed; form@vs.itam.nsc.ru

Revision 1.3 / (download) - annotate - [select for diffs], Tue Jul 2 10:43:55 1996 UTC (27 years, 11 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_2_3_BASE, OPENBSD_2_3, OPENBSD_2_2_BASE, OPENBSD_2_2, OPENBSD_2_1_BASE, OPENBSD_2_1, OPENBSD_2_0_BASE, OPENBSD_2_0
Changes since 1.2: +23 -1 lines
Diff to previous 1.2 (colored)

permit -alldirs, but document it

Revision 1.2 / (download) - annotate - [select for diffs], Thu Mar 21 00:16:10 1996 UTC (28 years, 2 months ago) by niklas
Branch: MAIN
Changes since 1.1: +12 -7 lines
Diff to previous 1.1 (colored)

From NetBSD: Merge of 960317

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Oct 18 08:43:42 1995 UTC (28 years, 7 months ago) by deraadt
CVS Tags: netbsd_1_1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

initial import of NetBSD tree

Revision 1.1 / (download) - annotate - [select for diffs], Wed Oct 18 08:43:42 1995 UTC (28 years, 7 months ago) by deraadt
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.