diff options
-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 194bcd96e39..6c7594e1dd0 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: options.4,v 1.150 2004/09/01 20:54:47 tom Exp $ +.\" $OpenBSD: options.4,v 1.151 2004/09/02 08:23:15 brad Exp $ .\" $NetBSD: options.4,v 1.21 1997/06/25 03:13:00 thorpej Exp $ .\" .\" Copyright (c) 1998 Theo de Raadt @@ -296,10 +296,10 @@ Removes some optimizations from the kernel to reduce the size of the resulting kernel binary. This option can decrease system performance. .It Cd option NO_PROPOLICE -Do not compile the kernel with the propolice stack protection. +Do not compile the kernel with the ProPolice stack protection. See .Xr gcc-local 1 -for more information about propolice. +for more information about ProPolice. .It Cd option GPROF Adds code to the kernel for kernel profiling with .Xr kgmon 8 . |