From owner-svn-src-head@FreeBSD.ORG Fri Oct 4 16:44:25 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 2A01A892; Fri, 4 Oct 2013 16:44:25 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1767F288F; Fri, 4 Oct 2013 16:44:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r94GiOB4096604; Fri, 4 Oct 2013 16:44:24 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r94GiOVd096602; Fri, 4 Oct 2013 16:44:24 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201310041644.r94GiOVd096602@svn.freebsd.org> From: Joel Dahl Date: Fri, 4 Oct 2013 16:44:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r256051 - in head: share/man/man5 usr.bin/calendar X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 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: Fri, 04 Oct 2013 16:44:25 -0000 Author: joel (doc committer) Date: Fri Oct 4 16:44:24 2013 New Revision: 256051 URL: http://svnweb.freebsd.org/changeset/base/256051 Log: mdoc: remove EOL whitespace. Approved by: re (blanket) Modified: head/share/man/man5/src.conf.5 head/usr.bin/calendar/calendar.1 Modified: head/share/man/man5/src.conf.5 ============================================================================== --- head/share/man/man5/src.conf.5 Fri Oct 4 16:08:44 2013 (r256050) +++ head/share/man/man5/src.conf.5 Fri Oct 4 16:44:24 2013 (r256051) @@ -129,7 +129,7 @@ Set to not build .Xr authpf 8 . .It Va WITHOUT_BINUTILS .\" from FreeBSD: head/tools/build/options/WITHOUT_BINUTILS 255974 2013-10-01 17:40:56Z emaste -Set to not install binutils (as, c++-filt, gconv, +Set to not install binutils (as, c++-filt, gconv, ld, nm, objcopy, objdump, readelf, size and strip). .Bf -symbolic The option does not generally work for build targets, unless some alternative Modified: head/usr.bin/calendar/calendar.1 ============================================================================== --- head/usr.bin/calendar/calendar.1 Fri Oct 4 16:08:44 2013 (r256050) +++ head/usr.bin/calendar/calendar.1 Fri Oct 4 16:44:24 2013 (r256051) @@ -180,7 +180,7 @@ a continuation of the previous line. The .Nm file is preprocessed by a limited subset of -.Xr cpp 1 +.Xr cpp 1 internally, allowing the inclusion of shared files such as lists of company holidays or meetings. This limited subset consists of \fB#include #ifndef #endif\fR and \fB#define\fR.