Date: Sun, 31 Dec 1995 13:57:59 +0100 (MET) From: Ollivier Robert <roberto@keltia.freenix.fr> To: freebsd-bugs@FreeBSD.ORG (FreeBSD Bugs' list) Subject: libregex manual Message-ID: <199512311257.NAA21018@keltia.freenix.fr>
next in thread | raw e-mail | index | archive | help
I reported a show-stopper in "make world" a few days ago and I'm surprised that: - I seem to be alone with it... - it appeared now when the file is ages old (1993 !!) The problem is: 288 [13:47] root@keltia:libregex/doc# make awk -f /usr/src/gnu/lib/libregex/doc/include.awk -vsource=/usr/src/gnu/lib/libregex/doc/../regex.h < /usr/src/gnu/lib/libregex/doc/xregex.texi | expand >regex.texi makeinfo --no-split -I /usr/src/gnu/lib/libregex/doc regex.texi -o regex.info Making info file `regex.info' from `regex.texi'. regex.texi:2214: itemize requires an argument: the formatter for @item. regex.texi:2236: itemize requires an argument: the formatter for @item. regex.texi:2254: itemize requires an argument: the formatter for @item. regex.texi:2271: itemize requires an argument: the formatter for @item. regex.texi:2308: itemize requires an argument: the formatter for @item. regex.texi:2323: itemize requires an argument: the formatter for @item. regex.texi:2346: itemize requires an argument: the formatter for @item. *** Error code 2 Stop. Anyway, here is a fix. Maybe it is time to upgrade some of our GNU utils... Texinfo is 3.0 (current 3.7 I think), libregex is 0.12 and so on. I don't know texinfo enough to really see if it needs something other than @bullet but it makes it run again. Index: xregex.texi =================================================================== RCS file: /spare/FreeBSD-current/src/gnu/lib/libregex/doc/xregex.texi,v retrieving revision 1.1 diff -2 -c -r1.1 xregex.texi *** xregex.texi 1993/07/30 20:16:04 1.1 --- xregex.texi 1995/12/31 12:50:33 *************** *** 2092,2096 **** For example, when you match @samp{((a)(b))} against @samp{ab}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} --- 2092,2096 ---- For example, when you match @samp{((a)(b))} against @samp{ab}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} *************** *** 2114,2118 **** @samp{aa}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} --- 2114,2118 ---- @samp{aa}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 2 in @code{@w{@var{regs}->}end[0]} *************** *** 2132,2136 **** the string @samp{b}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2132,2136 ---- the string @samp{b}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} *************** *** 2149,2153 **** @samp{b}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2149,2153 ---- @samp{b}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} *************** *** 2165,2169 **** string, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 0 in @code{@w{@var{regs}->}end[0]} --- 2165,2169 ---- string, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 0 in @code{@w{@var{regs}->}end[0]} *************** *** 2186,2190 **** get what it previously matched: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} --- 2186,2190 ---- get what it previously matched: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} *************** *** 2201,2205 **** get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} --- 2201,2205 ---- get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 3 in @code{@w{@var{regs}->}end[0]} *************** *** 2224,2228 **** string @samp{c}, you get: ! @itemize @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} --- 2224,2228 ---- string @samp{c}, you get: ! @itemize @bullet @item 0 in @code{@w{@var{regs}->}start[0]} and 1 in @code{@w{@var{regs}->}end[0]} -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.freenix.fr 2.2-CURRENT #9: Mon Dec 25 22:55:52 MET 1995
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512311257.NAA21018>