forked from pool/screen
35 lines
963 B
Diff
35 lines
963 B
Diff
|
From 675b877d4f21a8ff3bcb91afb19277bf6c2c0cda Mon Sep 17 00:00:00 2001
|
||
|
From: Andreas Stieger <astieger@suse.com>
|
||
|
Date: Sat, 25 Feb 2017 21:30:59 +0100
|
||
|
Subject: [PATCH] Follow-up to bc5ea98, fix texinfo syntax errors
|
||
|
|
||
|
---
|
||
|
src/doc/screen.texinfo | 4 ++--
|
||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||
|
|
||
|
diff --git a/src/doc/screen.texinfo b/src/doc/screen.texinfo
|
||
|
index bc4cbae..aadad33 100644
|
||
|
--- a/src/doc/screen.texinfo
|
||
|
+++ b/src/doc/screen.texinfo
|
||
|
@@ -5795,7 +5795,7 @@ and Alexander Naumov <alexander_naumov@@opensuse.org>.
|
||
|
Contributors @*
|
||
|
============
|
||
|
|
||
|
-@example
|
||
|
+@verbatim
|
||
|
Thomas Renninger <treen@suse.com>,
|
||
|
Axel Beckert <abe@deuxchevaux.org>,
|
||
|
Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
|
||
|
@@ -5826,7 +5826,7 @@ Contributors @*
|
||
|
Jason Merrill <jason@@jarthur.Claremont.EDU>,
|
||
|
Johannes Zellner <johannes@@zellner.org>,
|
||
|
Pablo Averbuj <pablo@@averbuj.com>.
|
||
|
-@end example
|
||
|
+@end verbatim
|
||
|
|
||
|
@noindent
|
||
|
Version @*
|
||
|
--
|
||
|
2.12.0
|
||
|
|