diff options
author | 2019-11-05 07:53:58 +0000 | |
---|---|---|
committer | 2019-11-05 07:53:58 +0000 | |
commit | c4921fca40e0b93b4bf35d4417943dfd4291a2dd (patch) | |
tree | a4add9fa446526df0f9570f663c7b1066e5aa04c /share/man/man4/options.4 | |
parent | mobileip(4) has been removed (diff) | |
download | wireguard-openbsd-c4921fca40e0b93b4bf35d4417943dfd4291a2dd.tar.xz wireguard-openbsd-c4921fca40e0b93b4bf35d4417943dfd4291a2dd.zip |
remove some sparc references; from joe davis
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 5d14504e5f5..657156db314 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.266 2019/09/06 21:30:32 cheloha Exp $ +.\" $OpenBSD: options.4,v 1.267 2019/11/05 07:53:58 jmc Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -34,7 +34,7 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" -.Dd $Mdocdate: September 6 2019 $ +.Dd $Mdocdate: November 5 2019 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -265,13 +265,6 @@ retaining the safety of synchronous metadata updates. Soft updates must be enabled on a per-filesystem basis. See .Xr mount 8 . -.Pp -Processors with a small kernel address space, such as the sun4 and sun4c, do -not have enough kernel memory to support soft updates. -Attempts to use this option with these CPUs will cause a kernel hang or panic -after a short period of use as the kernel will quickly run out of memory. -This is not related to the amount of physical memory present in the -machine \(em it is a limitation of the CPU architecture itself. .It Cd option FIFO Adds support for .At V |