diff options
author | 2000-10-22 15:00:11 +0000 | |
---|---|---|
committer | 2000-10-22 15:00:11 +0000 | |
commit | 4f0f79746f1ff0b889660f99b0e88896c5d0f08a (patch) | |
tree | 888db4089d89e952a9a287c9e4b42a7fcc25fdb5 | |
parent | oops; deraadt@ ok (diff) | |
download | wireguard-openbsd-4f0f79746f1ff0b889660f99b0e88896c5d0f08a.tar.xz wireguard-openbsd-4f0f79746f1ff0b889660f99b0e88896c5d0f08a.zip |
makeoptions DEBUG does not imply -DDEBUG; noticed by gluk@ptci.ru.
-rw-r--r-- | share/man/man4/options.4 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 5db2056ebeb..f96295cc00d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.54 2000/07/06 23:58:25 aaron Exp $ +.\" $OpenBSD: options.4,v 1.55 2000/10/22 15:00:11 aaron Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -212,9 +212,6 @@ with the kernel name as an argument (no core file) and then use the .Xr gdb command .Dq target kcore COREFILE . -.Pp -This also turns on -.Cm option DEBUG . .It Cd option DEBUG Turns on miscellaneous kernel debugging. Since options are turned into preprocessor defines (see above), |