From owner-freebsd-stable@FreeBSD.ORG Sun Jul 14 21:58:59 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 37B75E6E for ; Sun, 14 Jul 2013 21:58:59 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-we0-x235.google.com (mail-we0-x235.google.com [IPv6:2a00:1450:400c:c03::235]) by mx1.freebsd.org (Postfix) with ESMTP id C96C5185 for ; Sun, 14 Jul 2013 21:58:58 +0000 (UTC) Received: by mail-we0-f181.google.com with SMTP id p58so9400195wes.40 for ; Sun, 14 Jul 2013 14:58:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=3JgZlB42e7/3cAmrwwirgSOLZLx/YFYVB+GNMfbdz7M=; b=WC0zxLjPiX6Zn7qy1vo4lJX56dDz7qVeBIyiSkSTSz43CFj7JMdi5kEyzagRSfke8k bqBZbsJo+WnfZ0ADyNlPhesqcunOyT9mdC+2wVf1wVhvMJf7NLRqMtQmg6UQ0A1X3iGD Y9ckZsUIoIBN+Qgx25K3dWx6TscItqas+Vr6IqA9Noaq5ATc/biPW3zJZ/sG3cd9LFD6 h/cVXDnPPWRvV3uCN7dh2tGiXQh4u+RXDVFOrpZR7okkbg2d0Qm58IFy6GEL8G0Z5MUh aDzv3V9SxzmPPWy/6oSuXiARZYZLMdqHGH8EdKSwI8jQ7WfZ1C8WrogrKzC9HK+7tVpt aM2A== MIME-Version: 1.0 X-Received: by 10.194.87.9 with SMTP id t9mr24713497wjz.39.1373839136568; Sun, 14 Jul 2013 14:58:56 -0700 (PDT) Received: by 10.216.82.70 with HTTP; Sun, 14 Jul 2013 14:58:56 -0700 (PDT) In-Reply-To: <20130714221916.fb8d444d23d5f266cde7e04b@getmail.no> References: <20130714221916.fb8d444d23d5f266cde7e04b@getmail.no> Date: Mon, 15 Jul 2013 01:58:56 +0400 Message-ID: Subject: Re: There is an error in chmod(1) From: Sergey Kandaurov To: Torfinn Ingolfsen Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Jul 2013 21:58:59 -0000 On 15 July 2013 00:19, Torfinn Ingolfsen wrote: > There is an error in the chmod(1) man page. > tingo@kg-v2$ uname -a > FreeBSD kg-v2.kg4.no 8.3-STABLE FreeBSD 8.3-STABLE #6: Fri Apr 27 23:50:55 CEST 2012 > root@kg-v2.kg4.no:/usr/obj/usr/src/sys/GENERIC amd64 > tingo@kg-v2$ apropos ^sticky > sticky(7) - sticky text and append-only directories > tingo@kg-v2$ man 1 chmod | grep sticky > 1000 (the sticky bit). See chmod(2) and sticky(8). > t The sticky bit. > setmode(3), symlink(7), chown(8), mount(8), sticky(8) > This was fixed in head (and appeared in 9.x) but never merged to 8. I just merged the related change to 8-STABLE (the stable/8 branch). Thanks for reporting! -- wbr, pluknet