vis.3 man page misuses the word comprise; netbsd pr#2345; from seebs@taniemarie.solon.com
authorderaadt <deraadt@openbsd.org>
Wed, 1 May 1996 12:55:19 +0000 (12:55 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 1 May 1996 12:55:19 +0000 (12:55 +0000)
lib/libc/gen/vis.3

index 0755f2e..fed28c9 100644 (file)
@@ -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