diff options
author | 2001-11-29 11:28:17 +0000 | |
---|---|---|
committer | 2001-11-29 11:28:17 +0000 | |
commit | 4f80a7e187d139282f7ec105e4f23082cf6928de (patch) | |
tree | b85aa4c41f2a10970b6ace88b306c649b816e9de | |
parent | funcs in netinet/ip_ether.c is referenced even without ipsec (diff) | |
download | wireguard-openbsd-4f80a7e187d139282f7ec105e4f23082cf6928de.tar.xz wireguard-openbsd-4f80a7e187d139282f7ec105e4f23082cf6928de.zip |
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 |