From e291e509450080b4cfcd6955de99e744b20f2461 Mon Sep 17 00:00:00 2001 From: Aaron Campbell Date: Fri, 9 Nov 2001 19:34:47 +0000 Subject: Typos, siz -> size. --- lib/libc/gen/vis.3 | 6 +++--- 1 file 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 -- cgit v1.2.3