diff options
author | 2015-03-26 00:48:51 +0000 | |
---|---|---|
committer | 2015-03-26 00:48:51 +0000 | |
commit | b12d9f2738a0899d38f68bc11a91bed373f039a0 (patch) | |
tree | b75c086f870268a73c3439c77b1219dace536cbb /lib/libc/sys | |
parent | Save/restore AVX registers and other XSAVE-managed state information when (diff) | |
download | wireguard-openbsd-b12d9f2738a0899d38f68bc11a91bed373f039a0.tar.xz wireguard-openbsd-b12d9f2738a0899d38f68bc11a91bed373f039a0.zip |
Use -> instead of a right arrow when referring to C's -> operator.
with input from jmc@ schwarze@
Diffstat (limited to 'lib/libc/sys')
-rw-r--r-- | lib/libc/sys/brk.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/brk.2 b/lib/libc/sys/brk.2 index 3f1521a0525..b99724a5355 100644 --- a/lib/libc/sys/brk.2 +++ b/lib/libc/sys/brk.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: brk.2,v 1.19 2014/12/10 19:19:00 schwarze Exp $ +.\" $OpenBSD: brk.2,v 1.20 2015/03/26 00:48:51 bentley Exp $ .\" $NetBSD: brk.2,v 1.7 1995/02/27 12:31:57 cgd Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)brk.2 8.2 (Berkeley) 12/11/93 .\" -.Dd $Mdocdate: December 10 2014 $ +.Dd $Mdocdate: March 26 2015 $ .Dt BRK 2 .Os .Sh NAME @@ -98,7 +98,7 @@ beyond the value returned from a call to .Xr getrlimit 2 , e.g., -.Dq etext + rlp\(->rlim_max +.Ql etext + rlp->rlim_max (see .Xr end 3 for the definition of |