From owner-svn-src-all@FreeBSD.ORG Wed Jun 2 10:20:38 2010 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 A915C106574A; Wed, 2 Jun 2010 10:20:38 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (unknown [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 7EBA48FC08; Wed, 2 Jun 2010 10:20:38 +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 o52AKcCl025252; Wed, 2 Jun 2010 10:20:38 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o52AKc8w025248; Wed, 2 Jun 2010 10:20:38 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201006021020.o52AKc8w025248@svn.freebsd.org> From: Ulrich Spoerlein Date: Wed, 2 Jun 2010 10:20:38 +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: r208734 - in head/lib: libc/gen msun/man 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: Wed, 02 Jun 2010 10:20:38 -0000 Author: uqs Date: Wed Jun 2 10:20:38 2010 New Revision: 208734 URL: http://svn.freebsd.org/changeset/base/208734 Log: mdoc: spell macros correctly, there's no need for the backslash escape Modified: head/lib/libc/gen/scandir.3 head/lib/msun/man/atan2.3 head/lib/msun/man/remainder.3 Modified: head/lib/libc/gen/scandir.3 ============================================================================== --- head/lib/libc/gen/scandir.3 Wed Jun 2 10:20:31 2010 (r208733) +++ head/lib/libc/gen/scandir.3 Wed Jun 2 10:20:38 2010 (r208734) @@ -40,7 +40,7 @@ .Sh SYNOPSIS .In dirent.h .Ft int -.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \\*(lp*select\\*(rp\\*(lpconst struct dirent *\\*(rp" "int \\*(lp*compar\\*(rp\\*(lpconst struct dirent **, const struct dirent **\\*(rp" +.Fn scandir "const char *dirname" "struct dirent ***namelist" "int \*(lp*select\*(rp\*(lpconst struct dirent *\*(rp" "int \*(lp*compar\*(rp\*(lpconst struct dirent **, const struct dirent **\*(rp" .Ft int .Fn alphasort "const struct dirent **d1" "const struct dirent **d2" .Sh DESCRIPTION Modified: head/lib/msun/man/atan2.3 ============================================================================== --- head/lib/msun/man/atan2.3 Wed Jun 2 10:20:31 2010 (r208733) +++ head/lib/msun/man/atan2.3 Wed Jun 2 10:20:38 2010 (r208734) @@ -114,7 +114,7 @@ if .Ar x > 0, .It Ta sign( Ns Ar y Ns )*(\*(Pi - -.Fn atan "\\*(Bay/x\\*(Ba" ) Ta +.Fn atan "\*(Bay/x\*(Ba" ) Ta if .Ar x < 0, @@ -122,7 +122,7 @@ if .No 0 Ta if x = y = 0, or .It Ta -.Pf sign( Ar y Ns )*\\*(Pi/2 Ta +.Pf sign( Ar y Ns )*\*(Pi/2 Ta if .Ar x = 0 \(!= Modified: head/lib/msun/man/remainder.3 ============================================================================== --- head/lib/msun/man/remainder.3 Wed Jun 2 10:20:31 2010 (r208733) +++ head/lib/msun/man/remainder.3 Wed Jun 2 10:20:38 2010 (r208734) @@ -76,10 +76,10 @@ is the integer nearest the exact value o .Fa x Ns / Ns Fa y ; .Ek moreover if -.Pf \\*(Ba Fa n +.Pf \*(Ba Fa n \- .Sm off -.Fa x No / Fa y No \\*(Ba +.Fa x No / Fa y No \*(Ba .Sm on = 1/2 @@ -89,11 +89,11 @@ is even. Consequently the remainder is computed exactly and .Sm off -.Pf \\*(Ba Fa r No \\*(Ba +.Pf \*(Ba Fa r No \*(Ba .Sm on \*(Le .Sm off -.Pf \\*(Ba Fa y No \\*(Ba/2 . +.Pf \*(Ba Fa y No \*(Ba/2 . .Sm on But attempting to take the remainder when .Fa y