diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-11 16:59:01 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-12-11 16:59:01 +0000 |
| commit | 86c8719212b6f95b7c99a627111967501ab7b485 (patch) | |
| tree | f8fd5cc0a8f2440324ae2f196d73fcbae73773dd | |
| parent | fc412d1be7b4c1f2f3c746f4fd92f16eb5ac377a (diff) | |
Notes
| -rw-r--r-- | usr.bin/xlint/lint1/makeman | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xlint/lint1/makeman b/usr.bin/xlint/lint1/makeman index 721e82522286..7135fa2a6a67 100644 --- a/usr.bin/xlint/lint1/makeman +++ b/usr.bin/xlint/lint1/makeman @@ -72,6 +72,9 @@ cat << \__EOF .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" .Dd July 5, 2000 .Dt LINT 7 .Os @@ -85,10 +88,7 @@ It is intended to be used with .Fl X flag of .Xr lint 1 . -.Pp -.Bd -ragged -offset indent -compact -.Bl -column "Id# Message" +.Bl -column -offset indent "Id#" "Message" __EOF "$@" | sed -e 's/^/.It /' -e 's/\\/\\e/g' -e "s/'/\\'/" echo ".El" -echo ".Ed" |
