From owner-svn-src-head@FreeBSD.ORG Tue May 11 23:08:31 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CFE21065670; Tue, 11 May 2010 23:08:31 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [69.147.83.44]) by mx1.freebsd.org (Postfix) with ESMTP id 5CB258FC1A; Tue, 11 May 2010 23:08:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o4BN8Vv0023335; Tue, 11 May 2010 23:08:31 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o4BN8VLg023332; Tue, 11 May 2010 23:08:31 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201005112308.o4BN8VLg023332@svn.freebsd.org> From: Ulrich Spoerlein Date: Tue, 11 May 2010 23:08:31 +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: r207942 - in head/lib: libc/stdio libelf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 11 May 2010 23:08:31 -0000 Author: uqs Date: Tue May 11 23:08:31 2010 New Revision: 207942 URL: http://svn.freebsd.org/changeset/base/207942 Log: mdoc: fix parenthesis Reviewed by: brueffer Modified: head/lib/libc/stdio/fopen.3 head/lib/libelf/elf.3 Modified: head/lib/libc/stdio/fopen.3 ============================================================================== --- head/lib/libc/stdio/fopen.3 Tue May 11 23:08:22 2010 (r207941) +++ head/lib/libc/stdio/fopen.3 Tue May 11 23:08:31 2010 (r207942) @@ -104,7 +104,7 @@ This is strictly for compatibility with and has no effect; the ``b'' is ignored. .Pp Any created files will have mode -.Pf \\*q Dv S_IRUSR +.Do Dv S_IRUSR \&| .Dv S_IWUSR \&| @@ -114,7 +114,7 @@ Any created files will have mode \&| .Dv S_IROTH \&| -.Dv S_IWOTH Ns \\*q +.Dv S_IWOTH Dc .Pq Li 0666 , as modified by the process' umask value (see Modified: head/lib/libelf/elf.3 ============================================================================== --- head/lib/libelf/elf.3 Tue May 11 23:08:22 2010 (r207941) +++ head/lib/libelf/elf.3 Tue May 11 23:08:31 2010 (r207942) @@ -111,11 +111,13 @@ constraints. Accordingly, the .Xr ELF 3 library offers translation facilities -.Xr ( elf32_xlatetof 3 , +.Po +.Xr elf32_xlatetof 3 , .Xr elf32_xlatetom 3 , .Xr elf64_xlatetof 3 and -.Xr elf64_xlatetom 3 ) +.Xr elf64_xlatetom 3 +.Pc to and from these representations and also provides higher-level APIs that retrieve and store data from the ELF object in a transparent manner.