Re: [PATCH] repair recent, ill-conceived man page changes

2023-10-16 Thread Bjarni Ingi Gislason
sh.1 b/doc/bash.1 > index 0f23d480..24170efe 100644 > --- a/doc/bash.1 > +++ b/doc/bash.1 > @@ -5,14 +5,19 @@ > .\" Case Western Reserve University > .\" chet.ra...@case.edu > .\" > -.\" Last Change: Wed Sep 13 15:39:24 EDT 2023 > +.\" Last

Re: bash: bash.1: Some remarks and editorial fixes for the man page

2023-10-11 Thread Bjarni Ingi Gislason
On Fri, Oct 06, 2023 at 04:44:08PM -0400, Chet Ramey wrote: > On 9/24/23 8:32 AM, Bjarni Ingi Gislason wrote: > > Package: bash > > Version: 5.2.15-2+b5 > > Severity: minor > > Tags: patch > > > > Dear Maintainer, > > > > here are some notes a

bash: bash.1: Some remarks and editorial fixes for the man page [missing patch]

2023-09-24 Thread Bjarni Ingi Gislason
The missing patch is in the attachment. --- bash.1 2023-09-24 04:48:42.0 + +++ bash.1.new 2023-09-24 15:31:04.0 + @@ -530,8 +530,15 @@ command (only \fBin\fP and \fBdo\fP are .if t .RS .PP .B -.if n ! case coproc do done elif else esac fi for function if in select the

bash: bash.1: Some remarks and editorial fixes for the man page

2023-09-24 Thread Bjarni Ingi Gislason
Package: bash Version: 5.2.15-2+b5 Severity: minor Tags: patch Dear Maintainer, here are some notes and an editorial changes for the manual. The patch is in the attachment. -.- The difference between the formatted outputs can be seen with: nroff -man > nroff -man > diff -u and fo

Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character

2023-07-30 Thread Bjarni Ingi Gislason
Simply add .if t .tr ~\(ti to "tmac/an.tmac", instead of changing (hard coding) it in the sources (man pages).

Re: Tilde (~) in bash(1) is typeset incorrectly as Unicode character

2023-07-30 Thread Bjarni Ingi Gislason
On Sun, Jul 30, 2023 at 02:05:19AM +, Bjarni Ingi Gislason wrote: > Simply add > > .if t .tr ~\(ti > > to "tmac/an.tmac", > instead of changing (hard coding) it in the sources (man pages). Correction: Drop '.if t' as -Tutf8 is an nroff mode.

[PATCH] bash.1: fix warnings from "mandoc -Tlint"

2020-06-22 Thread Bjarni Ingi Gislason
PP after SH mandoc: ./doc/bash.1:10771:2: WARNING: skipping paragraph macro: PP after SH mandoc: ./doc/bash.1:10951:2: WARNING: skipping paragraph macro: PP after SH Signed-off-by: Bjarni Ingi Gislason --- doc/bash.1 | 62 +++--- 1 file changed,

[PATCH] bash.1: trim trailing space

2020-06-22 Thread Bjarni Ingi Gislason
./doc/bash.1>:6130: warning: trailing space troff: <./doc/bash.1>:6202: warning: trailing space troff: <./doc/bash.1>:6597: warning: trailing space troff: <./doc/bash.1>:6598: warning: trailing space troff: <./doc/bash.1>:7296: warning: macro 'zZ' not defin

[PATCH] (Debian, testing) bash.1: Remove superfluous '.PP' and whitespace

2020-03-24 Thread Bjarni Ingi Gislason
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fdebug-prefix-map=/build/bash-orJ5jM/bash-5.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall -Wno-parentheses -Wno-format-security uname o

Two minor correction to the manual of bash

2012-02-21 Thread Bjarni Ingi Gislason
Configuration Information [Automatically generated, do not change]: Machine: i486 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i486' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i486-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='ba