From owner-svn-src-head@FreeBSD.ORG Thu Jan 17 15:15:56 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 73D0662F for ; Thu, 17 Jan 2013 15:15:56 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-lb0-f175.google.com (mail-lb0-f175.google.com [209.85.217.175]) by mx1.freebsd.org (Postfix) with ESMTP id 994A2753 for ; Thu, 17 Jan 2013 15:15:55 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id n3so1674178lbo.34 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=B/yIUnX0Egi1rImak/klXh57XE43YzSzadbeJS68AixR+XVF2xwUj+aNBghkme6n7Y Wh2ZtYx0VwMNtL86QU1e9yMsghZcHNGzRsQodzsvh7b8Jdd1dpgC4PaFW3KyAVzZjmeQ sWc+I5yTHDYODDrmIBnu/A+n1GMRYyy77rCURBvc6Yjj4TnqKq6OqcSluJHsVsVBkOde IasCkcOhmNSBmHcoBaJusobuG2pNz08m774o3GQlE4AMWUPiKwvIR25PS8fgBj6XLtwg xD6JS4/1VGEWJZ4OYCIM6fP53PGKfSJyYUhAfUeW9wQZelSC5hGzQKm6g7T+5LOpkh9a 8D5A== 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: ALoCoQn5Y4tGp4g5iJvZ23jTY3PKAZwOjpOeWDhVeri/K1blZmCskMk5GUMbF8aIJBM0cRCjTfKe Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jan 2013 15:15:56 -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