From owner-cvs-all Tue Feb 13 8:15: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEB6F37B491; Tue, 13 Feb 2001 08:15:04 -0800 (PST) Received: (from ru@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1DGF4E32256; Tue, 13 Feb 2001 08:15:04 -0800 (PST) (envelope-from ru) Message-Id: <200102131615.f1DGF4E32256@freefall.freebsd.org> From: Ruslan Ermilov Date: Tue, 13 Feb 2001 08:15:04 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG ru 2001/02/13 08:15:04 PST Modified files: gnu/usr.bin/man/man man.c Log: Make it possible for any given locale to use different groff(1) devices for localized and non-localized pages. Currently, for *.ISO_8859-1 locales the device in both cases is "latin1", and for KOI8-R locale it is "koi8-r" for localized and "ascii" for non-localized pages. Discussed with: des Revision Changes Path 1.41 +18 -9 src/gnu/usr.bin/man/man/man.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message