diff --git a/usr.bin/wc/wc.1 b/usr.bin/wc/wc.1 index afcccb00e22d..162b53b79e9e 100644 --- a/usr.bin/wc/wc.1 +++ b/usr.bin/wc/wc.1 @@ -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