[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: X Strike Force XFree86 SVN commit: r1134 - trunk/debian



On Fri, Mar 05, 2004 at 03:05:12PM -0500, Aaron M. Ucko wrote:
[...]
> > -            printf "Keyboard-related contents of XFree86 X server log file\n" \
> > -              >&3
> > -            printf "%s:\n" "$LOG" >&3
> > +            printf "Keyboard-related contents of XFree86 X server log " \
> > +              "file\n%s:\n" "$LOG" >&3
> >              egrep -5i '(keyboard|xkb|kbd)' "$LOG" >&3
> >              printf "\n" >&3
> >          fi
> 
> As far as I can tell, the previous usage was correct (despite having
> long lines), and this change *introduces* a second format-string
> argument.

Right, only the first argument will be printed.

Denis



Reply to: