Hi,

I'd like to report a typo in screen.texinfo which prevents the
generation of the info page:

makeinfo ./screen.texinfo -o screen.info
./screen.texinfo:5799: unknown command `suse'
./screen.texinfo:5800: unknown command `deuxchevaux'
make[2]: *** [Makefile:31: screen.info] Error 1

The issue is simply that two at symbols were meant to be escaped but
were not. The attached patch fixes this.

Cheers.

-- 
Gaetan
diff -Naur old/doc/screen.texinfo new/doc/screen.texinfo
--- old/doc/screen.texinfo	2017-02-25 05:35:35.128808129 -1000
+++ new/doc/screen.texinfo	2017-03-01 23:22:32.078134723 -1000
@@ -5796,8 +5796,8 @@
 ============
 
 @example
-     Thomas Renninger <tr...@suse.com>,
-     Axel Beckert <a...@deuxchevaux.org>,
+     Thomas Renninger <treen@@suse.com>,
+     Axel Beckert <abe@@deuxchevaux.org>,
      Ken Beal <kbeal@@amber.ssd.csd.harris.com>,
      Rudolf Koenig <rfkoenig@@informatik.uni-erlangen.de>,
      Toerless Eckert <eckert@@informatik.uni-erlangen.de>,

Reply via email to