diff options
author | 2016-10-20 08:03:15 +0000 | |
---|---|---|
committer | 2016-10-20 08:03:15 +0000 | |
commit | 4431d0ebee5c4d27aebc6ca0457db44ddc7ecfdf (patch) | |
tree | c8321315b71519fdf3784450eced93746194569e /lib/libc/stdlib/malloc.3 | |
parent | optarg is declared in unistd.h and usage is __dead. From Jan Stary. (diff) | |
download | wireguard-openbsd-4431d0ebee5c4d27aebc6ca0457db44ddc7ecfdf.tar.xz wireguard-openbsd-4431d0ebee5c4d27aebc6ca0457db44ddc7ecfdf.zip |
avoid sentence splicing;
Diffstat (limited to 'lib/libc/stdlib/malloc.3')
-rw-r--r-- | lib/libc/stdlib/malloc.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/malloc.3 b/lib/libc/stdlib/malloc.3 index 97014187b8f..1abbbdbc7ac 100644 --- a/lib/libc/stdlib/malloc.3 +++ b/lib/libc/stdlib/malloc.3 @@ -30,7 +30,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: malloc.3,v 1.99 2016/10/20 05:49:59 otto Exp $ +.\" $OpenBSD: malloc.3,v 1.100 2016/10/20 08:03:15 jmc Exp $ .\" .Dd $Mdocdate: October 20 2016 $ .Dt MALLOC 3 @@ -381,7 +381,7 @@ has been modified. A byte after the requested size has been overwritten, indicating a heap overflow. The offset at which corruption was detected is printed before the @, -the requested length of the allocation after the @. +and the requested length of the allocation after the @. .It Dq recursive call An attempt was made to call recursively into these functions, i.e., from a signal handler. |