diff options
author | 2004-01-04 07:08:09 +0000 | |
---|---|---|
committer | 2004-01-04 07:08:09 +0000 | |
commit | a87f029653556a529464562f354b7fc1d8afa612 (patch) | |
tree | 441c11703213559a287ef8d89b35df125020477b | |
parent | include proper protos for userland; deraadt (diff) | |
download | wireguard-openbsd-a87f029653556a529464562f354b7fc1d8afa612.tar.xz wireguard-openbsd-a87f029653556a529464562f354b7fc1d8afa612.zip |
rename BUGS section to CAVEATS more appropriately; ok avsm & others
-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 2b997a15812..6243e65c4f2 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.16 2003/12/28 18:09:46 miod Exp $ +.\" $OpenBSD: gcc-local.1,v 1.17 2004/01/04 07:08:09 pvalchev Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -278,7 +278,7 @@ buffer associated with the format argument. .Xr gcc 1 .Pp .Pa http://www.trl.ibm.com/projects/security/ssp -.Sh BUGS +.Sh CAVEATS The .Fl Wbounded flag only works with statically allocated fixed-size buffers. |