From owner-svn-src-all@FreeBSD.ORG Thu Oct 27 13:17:42 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A17DF106567A; Thu, 27 Oct 2011 13:17:42 +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 916988FC22; Thu, 27 Oct 2011 13:17:42 +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 p9RDHg7r008139; Thu, 27 Oct 2011 13:17:42 GMT (envelope-from pluknet@svn.freebsd.org) Received: (from pluknet@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p9RDHgDT008137; Thu, 27 Oct 2011 13:17:42 GMT (envelope-from pluknet@svn.freebsd.org) Message-Id: <201110271317.p9RDHgDT008137@svn.freebsd.org> From: Sergey Kandaurov Date: Thu, 27 Oct 2011 13:17:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r226836 - head/lib/libc/gen X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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, 27 Oct 2011 13:17:42 -0000 Author: pluknet Date: Thu Oct 27 13:17:42 2011 New Revision: 226836 URL: http://svn.freebsd.org/changeset/base/226836 Log: Fix the manual section number for a cross-reference to open(2) and sort it. Reviewed by: ed MFC after: 3 days Modified: head/lib/libc/gen/getutxent.3 Modified: head/lib/libc/gen/getutxent.3 ============================================================================== --- head/lib/libc/gen/getutxent.3 Thu Oct 27 13:07:49 2011 (r226835) +++ head/lib/libc/gen/getutxent.3 Thu Oct 27 13:17:42 2011 (r226836) @@ -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: