1 --- memset.3.orig 2008-02-29 10:45:51.000000000 -0800
2 +++ memset.3 2008-02-29 10:59:18.000000000 -0800
7 -.Nd write a byte to byte string
8 +.Nd fill a byte string with a byte value
16 -(converted to an unsigned char) to the string
17 +(converted to an unsigned char) to the byte string
22 function returns its first argument.
25 +.Xr memset_pattern 3 ,