Date: Tue, 13 Feb 2001 08:15:04 -0800 (PST) From: Ruslan Ermilov <ru@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/gnu/usr.bin/man/man man.c Message-ID: <200102131615.f1DGF4E32256@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102131615.f1DGF4E32256>