1 --- memset.3.bsdnew 2009-11-30 13:52:22.000000000 -0800
2 +++ memset.3 2009-11-30 14:19:30.000000000 -0800
7 -.Nd write a byte to byte string
8 +.Nd fill a byte string with a byte value
12 @@ -52,7 +52,7 @@ writes
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 ,