diff options
author | 2005-10-31 08:15:31 +0000 | |
---|---|---|
committer | 2005-10-31 08:15:31 +0000 | |
commit | 4a3d25e12e40a4fe6e0d1b69f5aeadf7cc8a014f (patch) | |
tree | 6c0dbd068257a1739bbe2b40be70a40b6eb20780 | |
parent | Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@ (diff) | |
download | wireguard-openbsd-4a3d25e12e40a4fe6e0d1b69f5aeadf7cc8a014f.tar.xz wireguard-openbsd-4a3d25e12e40a4fe6e0d1b69f5aeadf7cc8a014f.zip |
aperture applies to amd64 as well.
-rw-r--r-- | share/man/man4/options.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 904aad5769a..6b214e136af 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.167 2005/06/17 20:49:26 drahn Exp $ +.\" $OpenBSD: options.4,v 1.168 2005/10/31 08:15:31 fgsch Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -577,6 +577,7 @@ and PCI configuration registers by user-processes (such as an X Window System server). This option is supported on the .Va alpha , +.Va amd64 , .Va i386 , .Va macppc , and |