diff options
author | Roland Pesch <pesch@cygnus> | 1991-11-05 22:53:44 +0000 |
---|---|---|
committer | Roland Pesch <pesch@cygnus> | 1991-11-05 22:53:44 +0000 |
commit | 75470b8ee14b1b9254ea5dbb29802238707bba61 (patch) | |
tree | 78ecce18dbdd9b92df66cf2161f5eef7bb014308 /binutils | |
parent | 5ad691d474e14264f73b3af5eb11855885273345 (diff) | |
download | gdb-75470b8ee14b1b9254ea5dbb29802238707bba61.zip gdb-75470b8ee14b1b9254ea5dbb29802238707bba61.tar.gz gdb-75470b8ee14b1b9254ea5dbb29802238707bba61.tar.bz2 |
Fix for slight formatting error discovered while converting man pages.
Diffstat (limited to 'binutils')
-rwxr-xr-x | binutils/binutils.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/binutils.texinfo b/binutils/binutils.texinfo index 3706e06..b297757 100755 --- a/binutils/binutils.texinfo +++ b/binutils/binutils.texinfo @@ -554,7 +554,7 @@ relocation entries. Using @samp{-x} is equivalent to specifying all of stores it in the archive. The index lists each symbol defined by a member of an archive that is a relocatable object file. -You may use @code{nm -s} or @code{nm +print-armap} to list this index. +You may use @samp{nm -s} or @samp{nm +print-armap} to list this index. An archive with such an index speeds up linking to the library, and allows routines in the library to call each other without regard to |