From owner-svn-src-head@FreeBSD.ORG Thu Nov 6 16:19:22 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3A68E1E2; Thu, 6 Nov 2014 16:19:22 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26A6D37B; Thu, 6 Nov 2014 16:19:22 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sA6GJMQg033276; Thu, 6 Nov 2014 16:19:22 GMT (envelope-from marcel@FreeBSD.org) Received: (from marcel@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sA6GJM9Q033275; Thu, 6 Nov 2014 16:19:22 GMT (envelope-from marcel@FreeBSD.org) Message-Id: <201411061619.sA6GJM9Q033275@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcel set sender to marcel@FreeBSD.org using -f From: Marcel Moolenaar Date: Thu, 6 Nov 2014 16:19:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274180 - head/usr.bin/wc 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.18-1 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: Thu, 06 Nov 2014 16:19:22 -0000 Author: marcel Date: Thu Nov 6 16:19:21 2014 New Revision: 274180 URL: https://svnweb.freebsd.org/changeset/base/274180 Log: Separate references by a comma. Modified: head/usr.bin/wc/wc.1 Modified: head/usr.bin/wc/wc.1 ============================================================================== --- head/usr.bin/wc/wc.1 Thu Nov 6 16:17:41 2014 (r274179) +++ head/usr.bin/wc/wc.1 Thu Nov 6 16:19:21 2014 (r274180) @@ -175,8 +175,8 @@ option of the GNU .Nm utility. .Sh SEE ALSO -.Xr iswspace 3 -.Xr libxo 3 +.Xr iswspace 3 , +.Xr libxo 3 , .Xr xo_parse_args 3 .Sh STANDARDS The