From owner-svn-src-all@FreeBSD.ORG Thu Jan 17 15:15:50 2013 Return-Path: Delivered-To: svn-src-all@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 9055E590 for ; Thu, 17 Jan 2013 15:15:50 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-la0-f41.google.com (mail-la0-f41.google.com [209.85.215.41]) by mx1.freebsd.org (Postfix) with ESMTP id 1B52274A for ; Thu, 17 Jan 2013 15:15:49 +0000 (UTC) Received: by mail-la0-f41.google.com with SMTP id em20so2783361lab.28 for ; Thu, 17 Jan 2013 07:15:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=whG+j4ZkGGKp20vH6Z8R/VunK4e4NyBi6jh27WjF+w4=; b=SE43W/997QomTuNXiiQ3cKpKMwr/cXmiR1GHPhyBylbuNKuC3XBSGsl96dKGf7u9K7 Z4s/ipdJ5e61woPuQ8MfL9Q6xH6Q+4HpkS0wUkOeADx3e5pJjbeHbKiX6b+qKZVTGuRy TGWt0NwStgJOmmpmxx6eHtQ2IU3adldOEHTDY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type :x-gm-message-state; bh=whG+j4ZkGGKp20vH6Z8R/VunK4e4NyBi6jh27WjF+w4=; b=e1N3B/kQnY+x1As72x7pXM3MWsQHfrNQHJZ3fJcwUdAKgYhbRUvIvaNMbyHFRmPchw hPlgq0Hd3jzsPf/bGszcQG1RW/sRC5FwW+O8cuNrMTleAsGoJyPuwCL01ov3fiXiYtkS EmCAeDL5zqkOgMC5Z3O0kV4EDaS6jDUjtFcJ24RFEpAb+9tebjxoxzDFx+HjsHgutSn5 /HLg/NO7aW98lTuqWO35t1sob0xsn6npD1/Y0gL5q+aDA2iAs4zxsohj0HjpOjf0yONi W7r/lB8q7f8Z+PQOxiOHqzzH1CTWRG1/lpsImNvkpOfvcyRSQH6FatENHcftwV2kuL7G sW1A== X-Received: by 10.112.13.162 with SMTP id i2mr2300420lbc.76.1358435748778; Thu, 17 Jan 2013 07:15:48 -0800 (PST) MIME-Version: 1.0 Sender: lists@eitanadler.com Received: by 10.112.30.131 with HTTP; Thu, 17 Jan 2013 07:15:18 -0800 (PST) In-Reply-To: <50F7FB74.2030507@FreeBSD.org> References: <201301151409.r0FE98HB050315@svn.freebsd.org> <50F7FB74.2030507@FreeBSD.org> From: Eitan Adler Date: Thu, 17 Jan 2013 10:15:18 -0500 X-Google-Sender-Auth: BihPlPGgrqxfgQUTdHcDOgjAvOw Message-ID: Subject: Re: svn commit: r245458 - head/lib/libc/sys To: Andrey Zonov Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQnGtvV+UQBl/hkfwjbzd9NHqzHOHGuztsj03N6TZPmzB0E6a9Dba+mC0ikoXur/cnAnxJQv Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 15:15:50 -0000 On 17 January 2013 08:24, Andrey Zonov wrote: > On 1/17/13 2:54 AM, Eitan Adler wrote: >> On 15 January 2013 09:09, Andrey Zonov wrote: >>> -.Va errno >>> -is set to indicate an error. >> >> ISTR that this is not shown in the -std text. Can this be retained? >> > > This is what I see on my machine for man 2 chroot: > > RETURN VALUES > Upon successful completion, the value 0 is returned; otherwise the > value -1 is returned and the global variable errno is set to > indicate the > error. My memory was wrong. Thanks for the correction. -- Eitan Adler Source, Ports, Doc committer Bugmeister, Ports Security teams