Browse Source

missing auxillary verb

"yes, that is correct." jmc@ (a while back)
OPENBSD_3_9
jakemsr 18 years ago
parent
commit
f7752f35a4
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libc/stdlib/malloc.3

+ 2
- 2
src/lib/libc/stdlib/malloc.3 View File

@ -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.41 2005/07/26 04:20:23 jaredy Exp $
.\" $OpenBSD: malloc.3,v 1.42 2006/01/18 06:36:05 jakemsr Exp $
.\"
.Dd August 27, 1996
.Dt MALLOC 3
@ -96,7 +96,7 @@ The
function causes the space pointed to by
.Fa ptr
to be deallocated, that is, at least made available for further allocation,
but if possible, it will passed back to the kernel with
but if possible, it will be passed back to the kernel with
.Xr sbrk 2 .
If
.Fa ptr


Loading…
Cancel
Save