summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-01-11 09:16:34 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-01-11 09:16:34 +0000
commit7e0bd0336e033ee08cdfa5139bfc4d6209327f36 (patch)
tree908051b80d36b931e9a2f9a16be59c7dfbb07afc
parentdb4acb5b64cdacd276edce6884ec64d593e04420 (diff)
tweaks;
-rw-r--r--share/man/man1/gcc-local.16
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1
index 8f56713d8de..6063b7728e2 100644
--- a/share/man/man1/gcc-local.1
+++ b/share/man/man1/gcc-local.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: gcc-local.1,v 1.7 2005/01/11 02:45:37 espie Exp $
+.\" $OpenBSD: gcc-local.1,v 1.8 2005/01/11 09:16:33 jmc Exp $
.\"
.\" Copyright (c) 2002 Marc Espie
.\" Copyright (c) 2003 Anil Madhavapeddy
@@ -142,8 +142,8 @@ comes with the
stack protection extension, which is enabled by default.
This extension reorders local variable declarations and adds stack consistency
checks at run time, in order to detect stack overflows, and will attempt to
-report the problem in the system logs by calling
-.Xr syslog 2
+report the problem in the system logs by calling
+.Xr syslog 3
with a
.Dv LOG_CRIT
priority message: