diff options
author | 1997-08-24 21:56:45 +0000 | |
---|---|---|
committer | 1997-08-24 21:56:45 +0000 | |
commit | 5bf5ddb83bd7bb5fe19d4182532fc7f57af45d94 (patch) | |
tree | 80bc9372def022997a3221aa3ddd5dfd197e1547 /lib/libc/string/memset.3 | |
parent | various linux-based patches; from linux people; sent by jsm@octomino.demon.co.uk (diff) | |
download | wireguard-openbsd-5bf5ddb83bd7bb5fe19d4182532fc7f57af45d94.tar.xz wireguard-openbsd-5bf5ddb83bd7bb5fe19d4182532fc7f57af45d94.zip |
doc RETURNS; cato@ulysses.df.lth.se
Diffstat (limited to 'lib/libc/string/memset.3')
-rw-r--r-- | lib/libc/string/memset.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/string/memset.3 b/lib/libc/string/memset.3 index c572552db9b..e1d8583732a 100644 --- a/lib/libc/string/memset.3 +++ b/lib/libc/string/memset.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memset.3,v 1.2 1996/08/19 08:34:07 tholo Exp $ +.\" $OpenBSD: memset.3,v 1.3 1997/08/24 21:56:45 deraadt Exp $ .\" .Dd June 29, 1991 .Dt MEMSET 3 @@ -55,6 +55,12 @@ bytes of value .Fa c (converted to an unsigned char) to the string .Fa b . +.Sh RETURN VALUES +The +.Fn memset +function +returns the original value of +.Fa b . .Sh SEE ALSO .Xr bzero 3 , .Xr swab 3 |