From 7a5396c1b07db60351542a263004868f7b593d43 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Fri, 23 Aug 1996 00:26:01 +0000 Subject: [PATCH] Typo police. --- lib/libc/gen/vis.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 7b09cc394deb..9054ac84b780 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" From: @(#)vis.3 8.1 (Berkeley) 6/9/93 -.\" $Id: vis.3,v 1.2 1996/07/25 18:31:08 wollman Exp $ +.\" $Id: vis.3,v 1.3 1996/08/22 23:26:15 mpp Exp $ .\" .Dd July 25, 1996 .Dt VIS 3 @@ -115,7 +115,7 @@ forms return the number of characters in dst (not including the trailing .Dv NUL ) . .Pp -The encoding is a unique, invertible representation comprised entirely of +The encoding is a unique, invertible representation composed entirely of graphic characters; it can be decoded back into the original form using the .Xr unvis 3