From 5ae2dc4844970182ee611531de400f247504986f Mon Sep 17 00:00:00 2001 From: "Anthony J. Bentley" Date: Wed, 22 Dec 2010 13:52:55 -0700 Subject: [PATCH] =?UTF-8?q?Replace=20UTF8-encoded=20=C3=B8=20with=20mdoc?= =?UTF-8?q?=20escapes.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It absolutely kills me to have to do this in 2010. Unix should be using UTF-8 everywhere. --- man/rgbasm.1 | 2 +- man/rgbfix.1 | 2 +- man/rgblib.1 | 2 +- man/rgblink.1 | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/man/rgbasm.1 b/man/rgbasm.1 index 4517b600..97dfc1e8 100644 --- a/man/rgbasm.1 +++ b/man/rgbasm.1 @@ -60,5 +60,5 @@ and .\" SECTION .Sh HISTORY .Nm -was originally written by Carsten Sørensen as part of the ASMotor package, +was originally written by Carsten S\(/orensen as part of the ASMotor package, and was later packaged in RGBDS by Justin Lloyd. diff --git a/man/rgbfix.1 b/man/rgbfix.1 index 97ba219f..713a9a73 100644 --- a/man/rgbfix.1 +++ b/man/rgbfix.1 @@ -118,6 +118,6 @@ The following will duplicate the header (sans global checksum) of the game .\" SECTION .Sh HISTORY .Nm -was originally released by Carsten Sørensen as a standalone program called +was originally released by Carsten S\(/orensen as a standalone program called gbfix. It was later integrated with the ASMotor package, which became RGBDS. diff --git a/man/rgblib.1 b/man/rgblib.1 index aff31a6a..e46dbd3c 100644 --- a/man/rgblib.1 +++ b/man/rgblib.1 @@ -40,5 +40,5 @@ List all the modules in the library. .\" SECTION .Sh HISTORY .Nm -was originally released by Carsten Sørensen as part of the ASMotor package, +was originally released by Carsten S\(/orensen as part of the ASMotor package, and was later packaged in RGBDS by Justin Lloyd. diff --git a/man/rgblink.1 b/man/rgblink.1 index dc2f6e6a..cd6bd3a5 100644 --- a/man/rgblink.1 +++ b/man/rgblink.1 @@ -82,5 +82,5 @@ to fix these so that the program will actually run in a Game Boy: .\" SECTION .Sh HISTORY .Nm -was originally written by Carsten Sørensen as part of the ASMotor package, +was originally written by Carsten S\(/orensen as part of the ASMotor package, and was later packaged in RGBDS by Justin Lloyd.