From 377abde112ea481167c77bb7cda1d00a16962f57 Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 16 Dec 2025 21:12:49 +0800 Subject: [PATCH] drop obsolete groff macros --- share/groff/fish.tmac | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 share/groff/fish.tmac diff --git a/share/groff/fish.tmac b/share/groff/fish.tmac deleted file mode 100644 index cf8dbe8fa..000000000 --- a/share/groff/fish.tmac +++ /dev/null @@ -1,14 +0,0 @@ -.\" This is needed on systems that ship with groff versions older than 1.20; -.\" such as macOS up thru Sierra (10.12). See fish issue #2673. -.\" -.\" For UTF-8, map some characters conservatively for the sake -.\" of easy cut and paste. -. -.if '\*[.T]'utf8' \{\ -. rchar \- - ' ` -. -. char \- \N'45' -. char - \N'45' -. char ' \N'39' -. char ` \N'96' -.\}