History log of /openbsd-src/sbin/mountd/mountd.8 (Results 1 – 21 of 21)
Revision Date Author Comments
# 6db3e3d7 30-Jul-2022 jsg <jsg@openbsd.org>

we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno
ok jmc@ schwarze@


# c028e342 15-Dec-2015 tim <tim@openbsd.org>

Document /var/db/mountdtab


# ddfed537 29-Nov-2015 tim <tim@openbsd.org>

Include RFC number in reference


# df026f4d 24-Aug-2014 doug <doug@openbsd.org>

Remove imaginary non-reserved port support from mountd.

This bug was reported by Julian Hsiao.

ok concept deraadt@, miod@
mountd.8 diff is from jmc@. ok doug@
mountd.c diff is from me. ok miod@


# 34b09e8a 19-Jan-2014 schwarze <schwarze@openbsd.org>

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 i

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.

show more ...


# 9490d37c 31-May-2007 jmc <jmc@openbsd.org>

convert to new .Dd format;


# 870bae39 08-Aug-2003 jmc <jmc@openbsd.org>

refer to RFCs consistently (RFC XXXX);


# 1ef0d710 02-Jun-2003 millert <millert@openbsd.org>

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


# 088c8ddf 04-Mar-2000 aaron <aaron@openbsd.org>

Try to standardize the options list introduction; it should read "The options
are as follows:", except in special cases.


# 7349792a 15-Dec-1998 aaron <aaron@openbsd.org>

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


# 58aefd4b 28-Nov-1998 aaron <aaron@openbsd.org>

kill redundant .Nm macro arguments; other misc fixes


# 5eaf1a72 17-Sep-1998 aaron <aaron@openbsd.org>

sbin/ man page fixes


# 5f2fe4fe 13-Sep-1998 aaron <aaron@openbsd.org>

typos


# a873166d 15-Jun-1998 mickey <mickey@openbsd.org>

use Bx macro for BSD versions


# d4a5065b 28-Apr-1998 deraadt <deraadt@openbsd.org>

use Xr more often


# 3bbd1e20 14-Sep-1997 deraadt <deraadt@openbsd.org>

fix extra .Xr uses


# 9a48b54e 02-Feb-1997 deraadt <deraadt@openbsd.org>

discourage use of -n


# 07e8d938 11-Sep-1996 mickey <mickey@openbsd.org>

correct kill(1) usage.


# be0fe854 21-Mar-1996 niklas <niklas@openbsd.org>

From NetBSD: Merge of 960317


# 33e84db4 14-Dec-1995 deraadt <deraadt@openbsd.org>

from netbsd:
Don't require compiling with -DDEBUG to enable debugging messages. Instead,
add a new option flag "-d", which enables debugging output. Compile all
of the code that used to be enabled

from netbsd:
Don't require compiling with -DDEBUG to enable debugging messages. Instead,
add a new option flag "-d", which enables debugging output. Compile all
of the code that used to be enabled with -DDEBUG unconditionally. The
amount of extra code is negligable, and all of the tests to check if
debugging is enabled were done regardless of -DDEBUG anyway. Adjust
SYSLOG() to DTRT if debugging is not enabled.

show more ...


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree