diff options
author | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-29 11:28:18 +0000 |
---|---|---|
committer | Mike Pechkin <mpech@cvs.openbsd.org> | 2001-11-29 11:28:18 +0000 |
commit | 8c980e790738209f9977ba5a4b8e677624f85bb6 (patch) | |
tree | c72a621b9cf791fc717252a2bbf1d2131980c870 | |
parent | ba9fbc31fc5ed90680a7706378b860a29ef5b5aa (diff) |
o) RFORK_FDSHARE is option; Spotted by grange@grange.ru;
o) xntpd -> ntpd;
millert@ ok
-rw-r--r-- | share/man/man4/options.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index dc7c67b29ab..2044e825a70 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.89 2001/11/19 19:11:45 aaron Exp $ +.\" $OpenBSD: options.4,v 1.90 2001/11/29 11:28:17 mpech Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -989,7 +989,7 @@ Their default value is a machine dependent value, often calculated as between 5% and 10% of total available RAM. .It Cd option NTP Modify the scheduler code to add hooks necessary for running an NTP daemon. -.Xr xntpd 8 +.Em ntpd is available as part of the port collection. .It Cd option APM_NOPRINT This option is supported on the i386 architecture. @@ -1002,7 +1002,7 @@ status can still be obtained using .Xr apm 8 and/or .Xr apmd 8 . -.It Cd RFORK_FDSHARE +.It Cd option RFORK_FDSHARE This option enables sharing of file descriptor tables between processes that request it. It is needed for the |