From owner-cvs-lib Thu Jan 30 17:00:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17900 for cvs-lib-outgoing; Thu, 30 Jan 1997 17:00:16 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17893; Thu, 30 Jan 1997 17:00:15 -0800 (PST) Date: Thu, 30 Jan 1997 17:00:15 -0800 (PST) From: Mike Pritchard Message-Id: <199701310100.RAA17893@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale ctype.3 euc.4 rune.3 setlocale.3 utf2.4 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/01/30 17:00:14 Modified: lib/libc/locale ctype.3 euc.4 rune.3 setlocale.3 utf2.4 Log: Don't use hardcoded *roff font change requests. Do it via mdoc macros instead. Revision Changes Path 1.2 +15 -2 src/lib/libc/locale/ctype.3 1.5 +13 -3 src/lib/libc/locale/euc.4 1.4 +5 -4 src/lib/libc/locale/rune.3 1.6 +6 -4 src/lib/libc/locale/setlocale.3 1.4 +2 -1 src/lib/libc/locale/utf2.4