=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mandoc/mandoc.1 2009/06/14 23:39:43 1.4 --- src/usr.bin/mandoc/mandoc.1 2009/06/17 22:37:04 1.5 *************** *** 1,4 **** ! .\" $Id: mandoc.1,v 1.4 2009/06/14 23:39:43 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" --- 1,4 ---- ! .\" $Id: mandoc.1,v 1.5 2009/06/17 22:37:04 schwarze Exp $ .\" .\" Copyright (c) 2009 Kristaps Dzonsons .\" *************** *** 14,20 **** .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 14 2009 $ .Dt MANDOC 1 .Os .\" SECTION --- 14,20 ---- .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" ! .Dd $Mdocdate: June 17 2009 $ .Dt MANDOC 1 .Os .\" SECTION *************** *** 37,43 **** utility formats .Ux manual pages for display. The arguments are as follows: ! .Bl -tag -width XXXXXXXXXXXX .\" ITEM .It Fl f Ns Ar option... Override default compiler behaviour. See --- 37,43 ---- utility formats .Ux manual pages for display. The arguments are as follows: ! .Bl -tag -width Ds .\" ITEM .It Fl f Ns Ar option... Override default compiler behaviour. See *************** *** 188,194 **** utility accepts the following .Fl T arguments: ! .Bl -tag -width XXXXXXXXXXXX .It Fl T Ns Ar ascii Produce 7-bit ASCII output, backspace-encoded for bold and underline styles. This is the default. --- 188,194 ---- utility accepts the following .Fl T arguments: ! .Bl -tag -width Ds .It Fl T Ns Ar ascii Produce 7-bit ASCII output, backspace-encoded for bold and underline styles. This is the default. *************** *** 205,211 **** Default compiler behaviour may be overriden with the .Fl f flag. ! .Bl -tag -width XXXXXXXXXXXXXXXXXXXX .It Fl f Ns Ar ign-scope When rewinding the scope of a block macro, forces the compiler to ignore scope violations. This can seriously mangle the resulting tree. --- 205,211 ---- Default compiler behaviour may be overriden with the .Fl f flag. ! .Bl -tag -width Ds .It Fl f Ns Ar ign-scope When rewinding the scope of a block macro, forces the compiler to ignore scope violations. This can seriously mangle the resulting tree.