Your message dated Fri, 5 Apr 2024 22:14:41 +0200
with message-id <[email protected]>
and subject line Re: Bug#822168: The manual for bash: A long word cannot be 
adjusted to both margins
has caused the Debian Bug report #822168,
regarding The manual for bash: A long word cannot be adjusted to both margins
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
822168: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=822168
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 4.3-14+b1
Severity: normal
Tags: patch

Dear Maintainer,

   * What led up to the situation?

MANOPT=--no-hyphenation --warnings=w  man bash

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

gunzip -c /usr/share/man/man1/bash.1.gz | groff -Tascii -z -ww 

   * What was the outcome of this action?

<standard input>:2295: warning [p 19, 1.2i]: cannot adjust line

   * What outcome did you expect instead?

No warning

  Patch:

--- bash.1      2016-04-21 17:43:44.000000000 +0000
+++ bash.1.new  2016-04-21 17:52:48.000000000 +0000
@@ -2291,8 +2291,11 @@ The default path is system-dependent,
 and is set by the administrator who installs
 .BR bash .
 A common value is
+.\" A long word cannot be adjusted to both margins
+.na
 .if t 
\f(CW/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin\fP.
 .if n 
``/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin''.
+.ad
 .TP
 .B POSIXLY_CORRECT
 If this variable is in the environment when \fBbash\fP starts, the shell


-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 
'proposed-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.16.7-ckt25-2 (SMP w/2 CPU cores)
Locale: LANG=is_IS.iso88591, LC_CTYPE=is_IS.iso88591 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages bash depends on:
ii  base-files   9.6
ii  dash         0.5.8-2.2
ii  debianutils  4.7
ii  libc6        2.22-6
ii  libncurses5  6.0+20160319-1
ii  libtinfo5    6.0+20160319-1

Versions of packages bash recommends:
ii  bash-completion  1:2.1-4.3

Versions of packages bash suggests:
pn  bash-doc  <none>

-- no debconf information

-- 
Bjarni I. Gislason

--- End Message ---
--- Begin Message ---
Version: 5.0-6

On Thu, 21 Apr 2016 18:41:03 +0000 Bjarni Ingi Gislason <[email protected]> wrote:
  Patch:

--- bash.1      2016-04-21 17:43:44.000000000 +0000
+++ bash.1.new  2016-04-21 17:52:48.000000000 +0000
@@ -2291,8 +2291,11 @@ The default path is system-dependent,
 and is set by the administrator who installs
 .BR bash .
 A common value is
+.\" A long word cannot be adjusted to both margins
+.na
 .if t 
\f(CW/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin\fP.
 .if n 
``/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin''.
+.ad
 .TP
 .B POSIXLY_CORRECT
 If this variable is in the environment when \fBbash\fP starts, the shell

Hi, it seems that this fix has been applied and is part of version 5.0-6 of bash.

$ zgrep -C2 :/sbin /usr/share/man/man1/bash.1.gz
A common value is
.na
.if t \f(CW/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin\fP. .if n ``/usr/local/bin:\:/usr/local/sbin:\:/usr/bin:\:/usr/sbin:\:/bin:\:/sbin''.
.ad
.TP

Regards,

--
Gioele Barabucci

--- End Message ---

Reply via email to