From owner-svn-src-stable@FreeBSD.ORG Wed Nov 2 08:23:40 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8AFFA106564A; Wed, 2 Nov 2011 08:23:40 +0000 (UTC) (envelope-from pluknet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7A0A88FC14; Wed, 2 Nov 2011 08:23:40 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pA28Ne7N007168; Wed, 2 Nov 2011 08:23:40 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pA28Ne2F007166; Wed, 2 Nov 2011 08:23:40 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201111020823.pA28Ne2F007166@svn.freebsd.org> From: Sergey Kandaurov Date: Wed, 2 Nov 2011 08:23:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org X-SVN-Group: stable-9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227014 - stable/9/lib/libc/gen X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Nov 2011 08:23:40 -0000 Author: pluknet Date: Wed Nov 2 08:23:40 2011 New Revision: 227014 URL: http://svn.freebsd.org/changeset/base/227014 Log: MFC r226836: Fix the manual section number for a cross-reference to open(2) and sort it. Approved by: re (kib) Modified: stable/9/lib/libc/gen/getutxent.3 Directory Properties: stable/9/lib/libc/ (props changed) stable/9/lib/libc/stdtime/ (props changed) Modified: stable/9/lib/libc/gen/getutxent.3 ============================================================================== --- stable/9/lib/libc/gen/getutxent.3 Wed Nov 2 07:40:23 2011 (r227013) +++ stable/9/lib/libc/gen/getutxent.3 Wed Nov 2 08:23:40 2011 (r227014) @@ -386,10 +386,10 @@ Otherwise, -1 is returned and the global is set to indicate the error. .Sh ERRORS In addition to the error conditions described in +.Xr open 2 , .Xr fdopen 3 , .Xr fopen 3 , .Xr fseek 3 , -.Xr open 3 , the .Fn pututxline function can generate the following errors: