diff options
author | 2017-09-12 08:27:44 +0000 | |
---|---|---|
committer | 2017-09-12 08:27:44 +0000 | |
commit | 23cb5759681b773a5a2e6ea916be06c9ae993d15 (patch) | |
tree | 97e50dc5a072330edb598f083235d56ad582f0fd /share/man/man4/options.4 | |
parent | Remove option DDB_STRUCTINFO. Now that ddb(4) is CTF aware, similar (diff) | |
download | wireguard-openbsd-23cb5759681b773a5a2e6ea916be06c9ae993d15.tar.xz wireguard-openbsd-23cb5759681b773a5a2e6ea916be06c9ae993d15.zip |
option DDB_STRUCT is gone, 'show struct' now work in GENERIC.
Diffstat (limited to 'share/man/man4/options.4')
-rw-r--r-- | share/man/man4/options.4 | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 446a2dba351..3e15d4c8c4f 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.250 2017/05/27 08:03:29 claudio Exp $ +.\" $OpenBSD: options.4,v 1.251 2017/09/12 08:27:44 mpi 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: May 27 2017 $ +.Dd $Mdocdate: September 12 2017 $ .Dt OPTIONS 4 .Os .Sh NAME @@ -48,7 +48,7 @@ configuration options that may be specified in a kernel config file. See .Xr config 8 for information on how to configure and build kernels. -.Em Note: +.Em Note : options are passed to the compile process as .Fl D flags to the C compiler. @@ -90,10 +90,6 @@ Allows a break into the kernel debugger during boot. Useful when debugging problems that can cause .Xr init 8 to fail. -.It Cd option DDB_STRUCT -Compiles in symbolic information about the various data structures used by the -kernel, for use within the kernel debugger. -This option is currently not supported on alpha and m88k based platforms. .It Cd option DEBUG Turns on miscellaneous kernel debugging. Since options are turned into preprocessor defines (see above), |