Use @command{name} for commands. Use @option{-opt} for options.
Use @table @env for list of options. Remove spaces arround [ | ] in synopsis. Use 'GNU Development Tools' for the center title.
This commit is contained in:
parent
28bab82b5a
commit
c7c55b785d
3 changed files with 475 additions and 455 deletions
|
@ -1,3 +1,12 @@
|
|||
2001-07-11 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* doc/binutils.texi: Use @command{name} for commands;
|
||||
use @option{-opt} for options; use @table @env for list of options;
|
||||
remove spaces arround [ | ] in synopsis.
|
||||
|
||||
* doc/Makefile.am (POD2MAN): Use 'GNU Development Tools' for the
|
||||
center title.
|
||||
|
||||
2001-07-31 Nick Clifton <nickc@cambridge.redhat.com>
|
||||
|
||||
* objcopy.c: Fix formatting.
|
||||
|
|
|
@ -10,7 +10,8 @@ MANCONF = -Dman
|
|||
|
||||
TEXI2POD = perl $(top_srcdir)/../etc/texi2pod.pl
|
||||
|
||||
POD2MAN = pod2man --center="GNU" --release="binutils-$(VERSION)" --section=1
|
||||
POD2MAN = pod2man --center="GNU Development Tools" \
|
||||
--release="binutils-$(VERSION)" --section=1
|
||||
|
||||
# List of man pages generated from binutils.texi
|
||||
man_MANS = \
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue