From hnokubi@yyy.or.jp  Sun Oct  4 10:45:55 1998
Received: from yyy.or.jp (host03.interwave.or.jp [202.214.252.3])
          by hub.freebsd.org (8.8.8/8.8.8) with SMTP id KAA00694
          for <freebsd-gnats-submit@freebsd.org>; Sun, 4 Oct 1998 10:45:53 -0700 (PDT)
          (envelope-from hnokubi@yyy.or.jp)
Received: (qmail 4304 invoked by alias); 5 Oct 1998 02:41:28 +0900
Received: (qmail 4294 invoked from network); 5 Oct 1998 02:41:25 +0900
Received: from urayasu102.interwave.or.jp (HELO ppp-client.yyy.or.jp) (210.138.157.138)
  by mail.yyy.or.jp with SMTP; 5 Oct 1998 02:41:25 +0900
Received: from sassaby.nokubi.or.jp (sassaby.nokubi.or.jp [192.168.9.3]) by ppp-client.yyy.or.jp (8.8.7/3.5Wpl7-ppp) with ESMTP id CAA29225 for <freebsd-gnats-submit@freebsd.org>; Mon, 5 Oct 1998 02:49:00 +0900 (JST)
Received: (from h-nokubi@localhost) by sassaby.nokubi.or.jp (8.9.1/3.5Wpl7-glove) id CAA00950; Mon, 5 Oct 1998 02:43:09 +0900 (JST)
Message-Id: <19981004174128.4303.qmail@yyy.or.jp>
Date: Mon, 5 Oct 1998 02:43:09 +0900 (JST)
From: hnokubi@yyy.or.jp
Reply-To: hnokubi@yyy.or.jp
To: FreeBSD-gnats-submit@freebsd.org
Subject: missing directive in objdump.1 ?
X-Send-Pr-Version: 3.2

>Number:         8144
>Category:       docs
>Synopsis:       missing directive in objdump.1 ?
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct  4 10:50:01 PDT 1998
>Closed-Date:    Wed Dec 9 19:22:31 PST 1998
>Last-Modified:  Wed Dec  9 19:22:57 PST 1998
>Originator:     NOKUBI Hirotaka
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
>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"
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Wed Dec 9 19:22:31 PST 1998 
State-Changed-Why:  
Slightly modified patch applied to revision 1.3 of objdump.1.  Thanks! 
>Unformatted:
