From owner-freebsd-doc@FreeBSD.ORG Thu Feb 11 16:38:19 2010 Return-Path: Delivered-To: doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 176F41065692 for ; Thu, 11 Feb 2010 16:38:19 +0000 (UTC) (envelope-from nicholson.roy@gmail.com) Received: from mail-qy0-f189.google.com (mail-qy0-f189.google.com [209.85.221.189]) by mx1.freebsd.org (Postfix) with ESMTP id C26E58FC08 for ; Thu, 11 Feb 2010 16:38:18 +0000 (UTC) Received: by qyk27 with SMTP id 27so895396qyk.3 for ; Thu, 11 Feb 2010 08:38:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:content-type:subject :date:message-id:to:mime-version:x-mailer; bh=A2tOqpldNYImd4OR5gVEEOHAvehMqvhtTJcCc8YPxQ8=; b=hunSUETQoV53Sl3IS4dBVdZd+NbHmArGEoDzppEWBke36o9B/wIhT7LgxMpF4/EfKz ZosbXL40Hp+oc0nUS3oX+qXCq5Hn+0rkd6RqnOLTkIZn2BLtcYf1FmAivvMWaRQtHgX5 /2B27EICAA8C1KINhspMK0eRJPIKkkgLgKVgs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:content-type:subject:date:message-id:to:mime-version:x-mailer; b=XiuPVt6V2aav1600XJwAReu5MDzTumkvHYOVvrdsm3dQOXiTSlA3CjmXebnGoGw4xT gPvOeA4p3fbxJVATvxsjtZtS8iB49xxKRicNnn4j46IH8spdIPfHsDo4b+l2TVhV/YLo P8vfarvJvfXcILZztCT7/615LPIak84gduhYM= Received: by 10.224.7.194 with SMTP id e2mr15462qae.291.1265904657110; Thu, 11 Feb 2010 08:10:57 -0800 (PST) Received: from ?192.168.1.6? (pool-71-171-99-169.clppva.fios.verizon.net [71.171.99.169]) by mx.google.com with ESMTPS id 6sm6743795qwd.56.2010.02.11.08.10.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 11 Feb 2010 08:10:55 -0800 (PST) From: Roy Nicholson Date: Thu, 11 Feb 2010 11:10:53 -0500 Message-Id: To: doc@FreeBSD.org Mime-Version: 1.0 (Apple Message framework v1077) X-Mailer: Apple Mail (2.1077) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Error in developer handbook? X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Feb 2010 16:38:19 -0000 Hi, I was looking at the Developer's Handbook (which I think is great btw) = and noticed on = http://www.freebsd.org/doc/en/books/developers-handbook/x86-system-calls.h= tml, its says to use "brandelf -f Linux filename" to change an ELF = binary. Shouldn't this be "brandelf -t Linux filename"?=20 Looking at the brandelf man page it shows the same syntax using -t vs. = -f. -Roy=