From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from localhost (fantadrom.bsd.lv [local]) by fantadrom.bsd.lv (OpenSMTPD) with ESMTPA id a7a61b09 for ; Thu, 1 Sep 2016 10:08:35 -0500 (EST) Date: Thu, 1 Sep 2016 10:08:35 -0500 (EST) Message-Id: <3402785631932668680.enqueue@fantadrom.bsd.lv> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: schwarze@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: remove "sparc" from a comment X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- remove "sparc" from a comment Modified Files: -------------- mdocml: mandocdb.c Revision Data ------------- Index: mandocdb.c =================================================================== RCS file: /home/cvs/mdocml/mdocml/mandocdb.c,v retrieving revision 1.228 retrieving revision 1.229 diff -Lmandocdb.c -Lmandocdb.c -u -p -r1.228 -r1.229 --- mandocdb.c +++ mandocdb.c @@ -1049,7 +1049,7 @@ mlink_check(struct mpage *mpage, struct * architectures. * A few manuals are even shared across completely * different architectures, for example fdformat(1) - * on amd64, i386, sparc, and sparc64. + * on amd64, i386, and sparc64. */ if (strcasecmp(mpage->arch, mlink->arch)) -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv