Date: Thu, 6 Nov 2014 16:19:22 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274180 - head/usr.bin/wc Message-ID: <201411061619.sA6GJM9Q033275@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411061619.sA6GJM9Q033275>