# HG changeset patch # User David A. Holland # Date 1370988133 14400 # Node ID 103acee239e05aa0c3d34784e655a29c14441756 # Parent 66c7c05d62328f91b0a6d719d9ea7a661c5f39e2 Man page fixes from wiz@. diff -r 66c7c05d6232 -r 103acee239e0 tradcpp.1 --- a/tradcpp.1 Tue Jun 11 14:20:16 2013 -0400 +++ b/tradcpp.1 Tue Jun 11 18:02:13 2013 -0400 @@ -35,7 +35,7 @@ .Sh SYNOPSIS .Nm tradcpp .Op Fl options -.Op Cm input-file Op Cm output-file +.Op Ar input-file Op Ar output-file .Sh DESCRIPTION The .Nm @@ -67,7 +67,7 @@ or other compilers. Many of the options are not yet implemented. .\" The option lists have been sorted in what I hope is a sensible -.\" order. Please don't arbirarily alphabetize them. +.\" order. Please don't arbitrarily alphabetize them. .Ss Common Options .Bl -tag -width bubblebabble .It Fl C @@ -77,7 +77,7 @@ If no expansion is provided, the value .Dq 1 is used. -.It Fl -Ipath +.It Fl Ipath Add the specified path to the main list of include directories. .It Fl nostdinc Do not search the standard system include directories. @@ -188,7 +188,7 @@ .Fl C , accepted for compatibility with .Xr gcc 1 . -.It Fl fdollars-in-identifiers Fl fno-dollars-in-identifiers +.It Fl fdollars-in-identifiers , Fl fno-dollars-in-identifiers Enable .Pq or disable, respectively the use of the dollar sign in identifiers. @@ -237,6 +237,6 @@ This version had some problems and was put aside. The first working version was released in June 2013. .\" .Sh AUTHORS -.\" David A. Holland +.\" .An David A. Holland .Sh BUGS Probably plenty.