diff options
| author | schwarze <> | 2011-07-25 00:38:53 +0000 |
|---|---|---|
| committer | schwarze <> | 2011-07-25 00:38:53 +0000 |
| commit | 4177f58a54256bfade9e5f9b4e2d5de8559df24c (patch) | |
| tree | 7c0511efd76ae46bc18c0955627ddf69509014c6 /src/lib/libc/string/memset.3 | |
| parent | df65e1e7298f644359a9e80e947e7d237c0479b8 (diff) | |
| download | openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.gz openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.tar.bz2 openbsd-4177f58a54256bfade9e5f9b4e2d5de8559df24c.zip | |
update HISTORY and SEE ALSO for all of string(3), together with various
smaller improvements; jmc@ and nicm@ both ask me to get this in because
further tweaking will be easier in-tree
Diffstat (limited to 'src/lib/libc/string/memset.3')
| -rw-r--r-- | src/lib/libc/string/memset.3 | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/lib/libc/string/memset.3 b/src/lib/libc/string/memset.3 index 7799b5e2d2..db94cb9ba6 100644 --- a/src/lib/libc/string/memset.3 +++ b/src/lib/libc/string/memset.3 | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | .\" $OpenBSD: memset.3,v 1.7 2011/07/25 00:38:52 schwarze Exp $ | ||
| 2 | .\" | ||
| 1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
| 2 | .\" All rights reserved. | 4 | .\" All rights reserved. |
| 3 | .\" | 5 | .\" |
| @@ -29,9 +31,7 @@ | |||
| 29 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 30 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
| 31 | .\" | 33 | .\" |
| 32 | .\" $OpenBSD: memset.3,v 1.6 2007/05/31 19:19:32 jmc Exp $ | 34 | .Dd $Mdocdate: July 25 2011 $ |
| 33 | .\" | ||
| 34 | .Dd $Mdocdate: May 31 2007 $ | ||
| 35 | .Dt MEMSET 3 | 35 | .Dt MEMSET 3 |
| 36 | .Os | 36 | .Os |
| 37 | .Sh NAME | 37 | .Sh NAME |
| @@ -59,9 +59,17 @@ function returns the original value of | |||
| 59 | .Fa b . | 59 | .Fa b . |
| 60 | .Sh SEE ALSO | 60 | .Sh SEE ALSO |
| 61 | .Xr bzero 3 , | 61 | .Xr bzero 3 , |
| 62 | .Xr swab 3 | 62 | .Xr swab 3 , |
| 63 | .Xr wmemset 3 | ||
| 63 | .Sh STANDARDS | 64 | .Sh STANDARDS |
| 64 | The | 65 | The |
| 65 | .Fn memset | 66 | .Fn memset |
| 66 | function conforms to | 67 | function conforms to |
| 67 | .St -ansiC . | 68 | .St -ansiC . |
| 69 | .Sh HISTORY | ||
| 70 | The | ||
| 71 | .Fn memset | ||
| 72 | function first appeared in | ||
| 73 | .At V | ||
| 74 | and was reimplemented for | ||
| 75 | .Bx 4.3 Tahoe . | ||
