diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-16 16:14:06 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2019-01-16 16:14:06 +0000 |
commit | c2cb5922fc5f0a0e73cb7a33b0311d4d88dfa8b9 (patch) | |
tree | 12f07198cb27ab5346e04a342d676993ff3004a4 /shells/bash/files/patch-doc_bash.1 | |
parent | Update `games/freedoko' to version 0.7.19. (diff) |
Properly fix broken man pages by removing unsupported characters.
PR: 234992 (based on)
Reviewed by: bapt
Reported by: bapt
Notes
Notes:
svn path=/head/; revision=490489
Diffstat (limited to 'shells/bash/files/patch-doc_bash.1')
-rw-r--r-- | shells/bash/files/patch-doc_bash.1 | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/shells/bash/files/patch-doc_bash.1 b/shells/bash/files/patch-doc_bash.1 index 9fb720f4d0c6..2ac97835c24e 100644 --- a/shells/bash/files/patch-doc_bash.1 +++ b/shells/bash/files/patch-doc_bash.1 @@ -1,6 +1,18 @@ ---- doc/bash.1.orig 2016-09-29 22:30:30 UTC +--- doc/bash.1.orig 2019-01-02 14:14:30 UTC +++ doc/bash.1 -@@ -2364,7 +2364,7 @@ The value of this parameter is expanded +@@ -31,9 +31,9 @@ + .\" .ll \\n(LLu + .\" .in \\n()Ru+\\n(INu+\\n()Iu + .\" .ti \\n(INu +-.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X ++.\" .ie !\\n()Iu+\\n()Ru-\w\\*(]Xu-3p \{\\*(]X + .\" .br\} +-.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c ++.\" .el \\*(]X\h|\\n()Iu+\\n()Ru\c + .\" .}f + .\" .. + .\" +@@ -2444,7 +2444,7 @@ The value of this parameter is expanded (see .SM .B PROMPTING below) and used as the primary prompt string. The default value is @@ -9,7 +21,7 @@ .TP .B PS2 The value of this parameter is expanded as with -@@ -10556,7 +10556,7 @@ http://tiswww.case.edu/~chet/bash/POSIX +@@ -10880,7 +10880,7 @@ http://tiswww.case.edu/~chet/bash/POSIX -- a descripti .SH FILES .PD 0 .TP |