Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Oct 1998 02:43:09 +0900 (JST)
From:      hnokubi@yyy.or.jp
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   docs/8144: missing directive in objdump.1 ?
Message-ID:  <19981004174128.4303.qmail@yyy.or.jp>

next in thread | raw e-mail | index | archive | help

>Number:         8144
>Category:       docs
>Synopsis:       missing directive in objdump.1 ?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct  4 10:50:01 PDT 1998
>Last-Modified:
>Originator:     NOKUBI Hirotaka
>Organization:
>Release:        FreeBSD 3.0-CURRENT i386
>Environment:

FreeBSD sassaby.nokubi.or.jp 3.0-CURRENT FreeBSD 3.0-CURRENT #2: Fri Jul 24 23:42:52 JST 1998     h-nokubi@sassaby.nokubi.or.jp:/usr/local/src/sys/compile/SASSABY  i386

>Description:

	There should be `.B' directive before --syms.

>How-To-Repeat:


>Fix:
	
I also send this fix to bug-gnu-utils@gnu.org.

Index: objdump.1
===================================================================
RCS file: /home/ncvs/src/contrib/binutils/binutils/objdump.1,v
retrieving revision 1.1.1.2
diff -u -r1.1.1.2 objdump.1
--- objdump.1	1998/09/06 22:56:57	1.1.1.2
+++ objdump.1	1998/10/04 15:54:56
@@ -308,7 +308,8 @@
 Solaris 2.0) in which .stab debugging symbol-table entries are carried
 in an ELF section.  In most other file formats, debugging symbol-table
 entries are interleaved with linkage symbols, and are visible in the
-\-\-syms output.
+.B \-\-syms
+output.
 
 .TP
 .BI "\-\-start\-address=" "address"
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981004174128.4303.qmail>