Module Name: src
Committed By: rodent
Date: Sun May 12 12:25:12 UTC 2013
Modified Files:
src/usr.bin/iconv: iconv.1
Log Message:
conform -> conforms - this is the file that was supposed to be changed.
apb@ was right about iconv(3).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/usr.bin/iconv/iconv.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/iconv/iconv.1
diff -u src/usr.bin/iconv/iconv.1:1.4 src/usr.bin/iconv/iconv.1:1.5
--- src/usr.bin/iconv/iconv.1:1.4 Thu Jan 6 08:30:09 2011
+++ src/usr.bin/iconv/iconv.1 Sun May 12 12:25:12 2013
@@ -1,4 +1,4 @@
-.\" $NetBSD: iconv.1,v 1.4 2011/01/06 08:30:09 dholland Exp $
+.\" $NetBSD: iconv.1,v 1.5 2013/05/12 12:25:12 rodent Exp $
.\"
.\" Copyright (c)2003 Citrus Project,
.\" All rights reserved.
@@ -113,7 +113,7 @@ Specifies the destination codeset name a
.\" ----------------------------------------------------------------------
.Sh STANDARDS
.Nm
-conform to
+conforms to
.St -p1003.1-2001 .
.\" ----------------------------------------------------------------------
.Sh HISTORY