From owner-freebsd-doc@FreeBSD.ORG Sat Dec 3 23:13:55 2011 Return-Path: Delivered-To: freebsd-doc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60099106566B for ; Sat, 3 Dec 2011 23:13:55 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-gx0-f182.google.com (mail-gx0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 22ACA8FC0C for ; Sat, 3 Dec 2011 23:13:54 +0000 (UTC) Received: by ggnp1 with SMTP id p1so1695058ggn.13 for ; Sat, 03 Dec 2011 15:13:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Sl39c+3gwgswlV6v/n4lm1YLqxDggBUQIpCOiNdnDrE=; b=m+SKxa7+LDqtq0GZC6osX5conU9314/YZ/GMN4o8iY0yd+9VcVfuDDl99aZW5Lwaoz QhpXYWO5E3Fj9kCbMyxFz1JTVysB3t8oFkdxmWBXbkOziAPfCSiMBcyxVeGUWJckte5i 5ImfvN3CuU3Wy4+mxJkbTbSZ7MS54/05kpNTA= MIME-Version: 1.0 Received: by 10.182.149.33 with SMTP id tx1mr674945obb.62.1322952452447; Sat, 03 Dec 2011 14:47:32 -0800 (PST) Received: by 10.182.62.227 with HTTP; Sat, 3 Dec 2011 14:47:32 -0800 (PST) In-Reply-To: References: Date: Sat, 3 Dec 2011 14:47:32 -0800 Message-ID: From: Garrett Cooper To: Steve Craver Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-doc@freebsd.org Subject: Re: 3.4 SetUID issues (correction) 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: Sat, 03 Dec 2011 23:13:55 -0000 On Sat, Dec 3, 2011 at 2:22 PM, Steve Craver wrote: > http://www.freebsd.org/doc/en/books/developers-handbook/secure-setuid.html > > There is an instance of *setuid* that is spelled *seteuid*. Agreed. Just to make things clear: s/In particular, all seteuid application/In particular, all setuid application/ Thanks! -Garrett