Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Nov 2014 04:09:11 +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: r274126 - head/usr.bin/wc
Message-ID:  <201411050409.sA549BXS008553@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Wed Nov  5 04:09:10 2014
New Revision: 274126
URL: https://svnweb.freebsd.org/changeset/base/274126

Log:
  Document that wc(1) supports libxo(3).

Modified:
  head/usr.bin/wc/wc.1

Modified: head/usr.bin/wc/wc.1
==============================================================================
--- head/usr.bin/wc/wc.1	Wed Nov  5 04:02:25 2014	(r274125)
+++ head/usr.bin/wc/wc.1	Wed Nov  5 04:09:10 2014	(r274126)
@@ -31,7 +31,7 @@
 .\"     @(#)wc.1	8.2 (Berkeley) 4/19/94
 .\" $FreeBSD$
 .\"
-.Dd December 6, 2008
+.Dd November 4, 2014
 .Dt WC 1
 .Os
 .Sh NAME
@@ -39,6 +39,7 @@
 .Nd word, line, character, and byte count
 .Sh SYNOPSIS
 .Nm
+.Op Fl -libxo
 .Op Fl Lclmw
 .Op Ar
 .Sh DESCRIPTION
@@ -175,6 +176,8 @@ option of the GNU
 utility.
 .Sh SEE ALSO
 .Xr iswspace 3
+.Xr libxo 3
+.Xr xo_parse_args 3
 .Sh STANDARDS
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411050409.sA549BXS008553>