diff options
author | 2003-07-25 06:18:44 +0000 | |
---|---|---|
committer | 2003-07-25 06:18:44 +0000 | |
commit | 2fdd5f8a459b3440c455b0de8255e918b0770d05 (patch) | |
tree | 56fa2495184572a9190ccda048b63d2cb8b17a3c | |
parent | packet loss count in floating point (double). Wouter Clarie (diff) | |
download | wireguard-openbsd-2fdd5f8a459b3440c455b0de8255e918b0770d05.tar.xz wireguard-openbsd-2fdd5f8a459b3440c455b0de8255e918b0770d05.zip |
kill a bit of whitespace at EOL;
-rw-r--r-- | gnu/egcs/gcc/gcc-local.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/egcs/gcc/gcc-local.1 b/gnu/egcs/gcc/gcc-local.1 index 8d42a32a8ee..941f8897608 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.13 2003/07/25 02:48:11 avsm Exp $ +.\" $OpenBSD: gcc-local.1,v 1.14 2003/07/25 06:18:44 jmc Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -251,7 +251,7 @@ minimum length, the __minbytes__ attribute can be used: .Va minsize .Li ))) .Pp -where +where .Va buffer contains the parameter number of the pointer to the buffer, and .Va minsize @@ -266,7 +266,7 @@ is specified with additional checks are performed on .Xr sscanf 3 format strings. -The +The .Ql %s fields are checked for incorrect bound lengths by checking the size of the buffer associated with the format argument. |