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:
Nick Clifton 2001-08-01 15:54:41 +00:00
parent 28bab82b5a
commit c7c55b785d
3 changed files with 475 additions and 455 deletions

View file

@ -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.

View file

@ -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