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