Date: Sat, 14 Nov 1998 19:40:38 +0900 (JST) From: hnokubi@yyy.or.jp To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: docs/8682: some small bug fixes to ld.1 Message-ID: <19981114110909.323.qmail@yyy.or.jp>
next in thread | raw e-mail | index | archive | help
>Number: 8682 >Category: docs >Synopsis: some small bug fixes to ld.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: Sat Nov 14 03:20:01 PST 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 #7: Sun Nov 8 22:21:58 JST 1998 h-nokubi@sassaby.nokubi.or.jp:/usr/src/sys/compile/SASSABY i386 >Description: typo, from texinfo to man conversion miss. >How-To-Repeat: >Fix: I also send this patch to bug-gnu-utils@gnu.org. Index: ld.1 =================================================================== RCS file: /home/ncvs/src/contrib/binutils/ld/ld.1,v retrieving revision 1.1.1.2 diff -u -r1.1.1.2 ld.1 --- ld.1 1998/09/06 22:57:40 1.1.1.2 +++ ld.1 1998/10/24 14:03:31 @@ -473,7 +473,11 @@ Use \c .I entry\c \& as the explicit symbol for beginning execution of your -program, rather than the default entry point. for a +program, rather than the default entry point. See the `\|\c +.B ld\c +\|' entry in `\|\c +.B info\c +\|' for a discussion of defaults and other ways of specifying the entry point. @@ -774,7 +778,7 @@ The .B \-rpath option may also be used on SunOS. By default, on SunOS, the linker -will form a runtime search patch out of all the +will form a runtime search path out of all the .B \-L options it is given. If a .B \-rpath @@ -874,7 +878,7 @@ .B text\c \& segment of the output file. \c -.I textorg\c +.I org\c \& must be a hexadecimal integer. .TP >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?19981114110909.323.qmail>