Deleted Added
full compact
brk.2 (17782) brk.2 (18516)
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 25 unchanged lines hidden (view full) ---

34.Dd December 11, 1993
35.Dt BRK 2
36.Os BSD 4
37.Sh NAME
38.Nm brk ,
39.Nm sbrk
40.Nd change data segment size
41.Sh SYNOPSIS
1.\" Copyright (c) 1980, 1991, 1993
2.\" The Regents of the University of California. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 25 unchanged lines hidden (view full) ---

34.Dd December 11, 1993
35.Dt BRK 2
36.Os BSD 4
37.Sh NAME
38.Nm brk ,
39.Nm sbrk
40.Nd change data segment size
41.Sh SYNOPSIS
42.Fd #include <sys/types.h>
42.Fd #include <sys/unistd.h>
43.Ft int
44.Fn brk "const char *addr"
45.Ft char *
46.Fn *sbrk "int incr"
47.Sh DESCRIPTION
48.Bf -symbolic
49The brk and sbrk functions are historical curiosities
50left over from earlier days before the advent of virtual memory management.

--- 97 unchanged lines hidden ---
43.Ft int
44.Fn brk "const char *addr"
45.Ft char *
46.Fn *sbrk "int incr"
47.Sh DESCRIPTION
48.Bf -symbolic
49The brk and sbrk functions are historical curiosities
50left over from earlier days before the advent of virtual memory management.

--- 97 unchanged lines hidden ---