xref: /386bsd/usr/src/usr.bin/groff/grog/grog.man (revision a2142627)
GROG @MAN1EXT@ "@MDATE@" "Groff Version @VERSION@"
NAME
grog - guess options for groff command
SYNOPSIS
grog [ - option \|.\|.\|. ] [ files \|.\|.\|. ]
DESCRIPTION
grog reads files and guesses which of the groff (@MAN1EXT@) options -e , -man , -me , -mm , -ms , -p , -s , and -t are required for printing files , and prints the groff command including those options on the standard output. A filename of - is taken to refer to the standard input. If no files are specified the standard input will be read. Any specified options will be included in the printed command. No space is allowed between options and their arguments. For example,
`grog -Tdvi paper.ms`

will guess the approriate command to print paper.ms and then run it after adding the -Tdvi option.

"SEE ALSO"
doctype (1), groff (@MAN1EXT@), @g@troff (@MAN1EXT@), @g@tbl (@MAN1EXT@), @g@pic (@MAN1EXT@), @g@eqn (@MAN1EXT@), @g@soelim (@MAN1EXT@)