From owner-svn-src-all@FreeBSD.ORG Mon Aug 2 13:11:42 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 C3DF61065798; Mon, 2 Aug 2010 13:11:41 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D98E68FC26; Mon, 2 Aug 2010 13:11:41 +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 o72DBfw7031472; Mon, 2 Aug 2010 13:11:41 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o72DBfpI031469; Mon, 2 Aug 2010 13:11:41 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201008021311.o72DBfpI031469@svn.freebsd.org> From: Ulrich Spoerlein Date: Mon, 2 Aug 2010 13:11:41 +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: r210765 - in head/lib/libc: locale stdlib 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: Mon, 02 Aug 2010 13:11:43 -0000 Author: uqs Date: Mon Aug 2 13:11:41 2010 New Revision: 210765 URL: http://svn.freebsd.org/changeset/base/210765 Log: mdoc: remove unbalanced quotes Modified: head/lib/libc/locale/setlocale.3 head/lib/libc/stdlib/getopt.3 Modified: head/lib/libc/locale/setlocale.3 ============================================================================== --- head/lib/libc/locale/setlocale.3 Mon Aug 2 13:11:35 2010 (r210764) +++ head/lib/libc/locale/setlocale.3 Mon Aug 2 13:11:41 2010 (r210765) @@ -103,11 +103,11 @@ function. .Pp Only three locales are defined by default, the empty string -.Li "\&""\|"" +.Li \&"\|" which denotes the native environment, and the -.Li "\&""C"" +.Li \&"C" and -.Li "\&""POSIX"" +.Li \&"POSIX" locales, which denote the C language environment. A .Fa locale @@ -117,7 +117,7 @@ causes .Fn setlocale to return the current locale. By default, C programs start in the -.Li "\&""C"" +.Li \&"C" locale. The only function in the library that sets the locale is .Fn setlocale ; Modified: head/lib/libc/stdlib/getopt.3 ============================================================================== --- head/lib/libc/stdlib/getopt.3 Mon Aug 2 13:11:35 2010 (r210764) +++ head/lib/libc/stdlib/getopt.3 Mon Aug 2 13:11:41 2010 (r210765) @@ -66,11 +66,11 @@ may contain the following elements: indi characters followed by a colon to indicate an option argument is to follow. For example, an option string -.Li "\&""x"" +.Li \&"x" recognizes an option .Dq Fl x , and an option string -.Li "\&""x:"" +.Li \&"x:" recognizes an option and argument .Dq Fl x Ar argument . It does not matter to