diff options
author | 2001-11-09 19:34:46 +0000 | |
---|---|---|
committer | 2001-11-09 19:34:46 +0000 | |
commit | 92c9827c4f83edd9cd3d06c06ab629cafce6d7ca (patch) | |
tree | b2fb16932c802e60f0a6d4f6c3b5b7e1e39f5a39 | |
parent | remove extra trailing dot from log message; pilot@naughty.monkey.org (diff) | |
download | wireguard-openbsd-92c9827c4f83edd9cd3d06c06ab629cafce6d7ca.tar.xz wireguard-openbsd-92c9827c4f83edd9cd3d06c06ab629cafce6d7ca.zip |
Typos, siz -> size.
-rw-r--r-- | lib/libc/gen/vis.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 0f105183dd6..58e6d94f218 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vis.3,v 1.14 2000/12/24 00:30:53 aaron Exp $ +.\" $OpenBSD: vis.3,v 1.15 2001/11/09 19:34:46 aaron Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -101,7 +101,7 @@ function encodes characters from up to the first NUL or the end of .Fa dst , as indicated by -.Fa siz . +.Fa size . The .Fn strvisx function encodes exactly @@ -139,7 +139,7 @@ This can be used to detect truncation but it also means that the return value of .Fn strnvis must not be used without checking it against -.Fa siz . +.Fa size . .Pp The encoding is a unique, invertible representation composed entirely of graphic characters; it can be decoded back into the original form using |