diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-14 06:51:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-04-14 06:51:50 +0000 |
commit | 52fabb8e622926d22a122f588e5da993f6d4f5b2 (patch) | |
tree | 6dacdccf227417a53f7c4a47b340732c22e55066 /gnu/egcs/gcc | |
parent | c0a8a950800acf3c4e1bd4ced9db09c9ee18256f (diff) |
standalone/stand alone -> stand-alone;
from NetBSD (Igor Sobrado);
httpd stuff passed to apache people;
ok millert@
Diffstat (limited to 'gnu/egcs/gcc')
-rw-r--r-- | gnu/egcs/gcc/gcc-local.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/egcs/gcc/gcc-local.1 b/gnu/egcs/gcc/gcc-local.1 index 0982e6dbc7e..d3b38f32548 100644 --- a/gnu/egcs/gcc/gcc-local.1 +++ b/gnu/egcs/gcc/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.8 2003/03/12 22:52:17 deraadt Exp $ +.\" $OpenBSD: gcc-local.1,v 1.9 2003/04/14 06:51:49 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" @@ -129,7 +129,7 @@ It can be turned off using the .Fl fno-stack-protector commandline option. Note that the stack protector relies on some support code in libc. -Standalone programs not linked against libc must either provide their own +Stand-alone programs not linked against libc must either provide their own support bits, or use the .Fl fno-stack-protector option. |