diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-11-09 19:34:47 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-11-09 19:34:47 +0000 |
commit | e291e509450080b4cfcd6955de99e744b20f2461 (patch) | |
tree | 95c41bfe628e601738ba16fca6fdba15ab3f995a | |
parent | 36b04874efc62cd1fe0e23dc0e2bedbd93b5452f (diff) |
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 |