diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:55:20 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-05-01 12:55:20 +0000 |
commit | 1bbfb94902d0ecd0a1908f3e922072878dfa2307 (patch) | |
tree | f881e071ba4c812304871e4c564de24e4ff4ca87 | |
parent | 8ae0f654775eaa9804b13ac15e247db9f8dfec1b (diff) |
vis.3 man page misuses the word comprise; netbsd pr#2345; from seebs@taniemarie.solon.com
-rw-r--r-- | lib/libc/gen/vis.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/vis.3 b/lib/libc/gen/vis.3 index 0755f2e0c09..fed28c94dfb 100644 --- a/lib/libc/gen/vis.3 +++ b/lib/libc/gen/vis.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: vis.3,v 1.6 1995/02/25 15:40:07 cgd Exp $ +.\" $NetBSD: vis.3,v 1.7 1996/04/23 05:18:06 scottr Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -116,7 +116,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 |