From: Roland Pesch Date: Tue, 19 Oct 1993 21:25:32 +0000 (+0000) Subject: Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) X-Git-Tag: gdb-4_18~17045 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fa6df1a7b22b766c544cc8931f7bccc3cb4617ee;p=external%2Fbinutils.git Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) * a4rc.sed: update to work with Andreas Vogel papersize params * refcard.tex: use Andreas Vogel simplifications of papersize params; remove useless version info; update copyright date. --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 97709b6..0f4faba 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,10 @@ +Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com) + + * a4rc.sed: update to work with Andreas Vogel papersize params + + * refcard.tex: use Andreas Vogel simplifications of papersize + params; remove useless version info; update copyright date. + Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * gdb.texinfo (Symbols): Add class NAME to doc for ptype. diff --git a/gdb/doc/a4rc.sed b/gdb/doc/a4rc.sed index e4e5211..2292290 100644 --- a/gdb/doc/a4rc.sed +++ b/gdb/doc/a4rc.sed @@ -1,15 +1,11 @@ -/--- Papersize defs:/,/--- end papersize defs/c\ -%-------- Papersize defs:\ -% Dimensions for landscape printing on A4 paper\ -\ -% We want output 12mm *from paper edge*; i.e. -13.54mm from TeX default\ -\\hoffset=-13.54mm \\voffset=-15.54mm\ -\\fullhsize=272mm \\hsize=86mm % 27cm = 29.7cm (a4 heigth) - 2*12mm (margins)\ -\\vsize=19cm % 18.6cm = 21cm (a4 width) - 2* 10mm (margins).\ -\ -% Units for \\sec definition\ -\\secskip=.6pc % space between refcard secs\ -\\itmwid=29mm % width of halign col 1\ -\\dfnwid=58mm % width of halign col 2\ -\\lskip=1pt % extra skip between \\sec entries\ -%-------- end papersize defs +/--- Papersize params:/,/--- end papersize params/c\ +%------- Papersize params:\ +%% A4 paper (297x210mm)\ +%%\ +\\totalwidth=297mm % total width of paper\ +\\totalheight=210mm % total height of paper\ +\\hmargin=5mm % horizontal margin width\ +\\vmargin=10mm % vertical margin width\ +\\secskip=.6pc % space between refcard secs\ +\\lskip=1pt % extra skip between \\sec entries\ +%------- end papersize params diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index bc730ae..0c6568f 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -3396,6 +3396,13 @@ directory names may be given to this command, separated by @samp{:} or whitespace. You may specify a directory that is already in the source path; this moves it forward, so it will be searched sooner. +@kindex cdir +@kindex cwd +@cindex compilation directory +@cindex current directory +@cindex working directory +@cindex directory, current +@cindex directory, compilation You can use the string @samp{$cdir} to refer to the compilation directory (if one is recorded), and @samp{$cwd} to refer to the current working directory. @samp{$cwd} is not the same as @samp{.}---the former