diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:40:15 +0000 |
commit | 399644e47874bff147afb19c89228901ac39340e (patch) | |
tree | 1c4c0b733f4c16b5783b41bebb19194a9ef62ad1 /scripts/LinuxManBook/en.tmac | |
parent | Initial commit. (diff) | |
download | manpages-upstream/6.05.01.tar.xz manpages-upstream/6.05.01.zip |
Adding upstream version 6.05.01.upstream/6.05.01
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'scripts/LinuxManBook/en.tmac')
-rw-r--r-- | scripts/LinuxManBook/en.tmac | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/scripts/LinuxManBook/en.tmac b/scripts/LinuxManBook/en.tmac new file mode 100644 index 0000000..441ca29 --- /dev/null +++ b/scripts/LinuxManBook/en.tmac @@ -0,0 +1,77 @@ +.\" English localization for groff +.\" +.\" Copyright (C) 2021-2022 Free Software Foundation, Inc. +.\" Written by G. Branden Robinson <g.branden.robinson.@gmail.com> +.\" +.\" This file is part of groff. +.\" +.\" groff is free software; you can redistribute it and/or modify it +.\" under the terms of the GNU General Public License as published by +.\" the Free Software Foundation, either version 3 of the License, or +.\" (at your option) any later version. +.\" +.\" groff is distributed in the hope that it will be useful, but WITHOUT +.\" ANY WARRANTY; without even the implied warranty of MERCHANTABILITY +.\" or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public +.\" License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program. If not, see +.\" <http://www.gnu.org/licenses/>. +.\" +.\" Please send comments to groff@gnu.org. +. +.do nr *groff_en_tmac_C \n[.cp] +.cp 0 +. +. +.\" If changing from an existing locale, we need to preserve the state +.\" of the "suppress hyphenation before a page location trap" bit. +.nr locale*use-trap-hyphenation-mode 0 +.if d locale \ +. if \n[.hy]=\n[\*[locale]*hyphenation-mode-trap] \ +. nr locale*use-trap-hyphenation-mode 1 +. +. +.ds locale english\" +. +.ss 12 +. +.\" Set up hyphenation. +. +.\" English hyphenation (\lefthyphenmin=2, \righthyphenmin=3) +.nr \*[locale]*hyphenation-mode-base 4 +.nr \*[locale]*hyphenation-mode-trap 6 +. +.ie \n[locale*use-trap-hyphenation-mode] \ +. hy \n[\*[locale]*hyphenation-mode-trap] +.el \ +. hy \n[\*[locale]*hyphenation-mode-base] +. +.rr locale*use-trap-hyphenation-mode +. +.hla en +.hpf hyphen.en +.hpfa hyphenex.en +. +. +.\" man package +.if d an \ +. an*reset-hyphenation-mode +. +. +.\" me package +.if d @R \{\ +. ds _td_format \\*(mo \\n(dy, \\n(y4\" +. ld +.\} +. +. +.cp \n[*groff_en_tmac_C] +.do rr *groff_en_tmac_C +. +.\" Local Variables: +.\" mode: nroff +.\" fill-column: 72 +.\" End: +.\" vim: set filetype=groff textwidth=72: |