comparison tradcpp.1 @ 121:103acee239e0

Man page fixes from wiz@.
author David A. Holland
date Tue, 11 Jun 2013 18:02:13 -0400
parents b2f2f30194b8
children 64c4de3709de
comparison
equal deleted inserted replaced
120:66c7c05d6232 121:103acee239e0
33 .Nm tradcpp 33 .Nm tradcpp
34 .Nd traditional (K&R-style) C macro preprocessor 34 .Nd traditional (K&R-style) C macro preprocessor
35 .Sh SYNOPSIS 35 .Sh SYNOPSIS
36 .Nm tradcpp 36 .Nm tradcpp
37 .Op Fl options 37 .Op Fl options
38 .Op Cm input-file Op Cm output-file 38 .Op Ar input-file Op Ar output-file
39 .Sh DESCRIPTION 39 .Sh DESCRIPTION
40 The 40 The
41 .Nm 41 .Nm
42 command provides a traditional K&R-style C macro preprocessor. 42 command provides a traditional K&R-style C macro preprocessor.
43 It is intended to be suitable for historical Unix uses of the 43 It is intended to be suitable for historical Unix uses of the
65 has many options, many of which are defined for compatibility with 65 has many options, many of which are defined for compatibility with
66 .Xr gcc 1 66 .Xr gcc 1
67 or other compilers. 67 or other compilers.
68 Many of the options are not yet implemented. 68 Many of the options are not yet implemented.
69 .\" The option lists have been sorted in what I hope is a sensible 69 .\" The option lists have been sorted in what I hope is a sensible
70 .\" order. Please don't arbirarily alphabetize them. 70 .\" order. Please don't arbitrarily alphabetize them.
71 .Ss Common Options 71 .Ss Common Options
72 .Bl -tag -width bubblebabble 72 .Bl -tag -width bubblebabble
73 .It Fl C 73 .It Fl C
74 Retain comments in output. 74 Retain comments in output.
75 .It Fl Dmacro[=expansion] 75 .It Fl Dmacro[=expansion]
76 Provide a definition for the named macro. 76 Provide a definition for the named macro.
77 If no expansion is provided, the value 77 If no expansion is provided, the value
78 .Dq 1 78 .Dq 1
79 is used. 79 is used.
80 .It Fl -Ipath 80 .It Fl Ipath
81 Add the specified path to the main list of include directories. 81 Add the specified path to the main list of include directories.
82 .It Fl nostdinc 82 .It Fl nostdinc
83 Do not search the standard system include directories. 83 Do not search the standard system include directories.
84 .It Fl P 84 .It Fl P
85 Suppress line number information in the output. 85 Suppress line number information in the output.
186 Retain comments in output. 186 Retain comments in output.
187 Same as 187 Same as
188 .Fl C , 188 .Fl C ,
189 accepted for compatibility with 189 accepted for compatibility with
190 .Xr gcc 1 . 190 .Xr gcc 1 .
191 .It Fl fdollars-in-identifiers Fl fno-dollars-in-identifiers 191 .It Fl fdollars-in-identifiers , Fl fno-dollars-in-identifiers
192 Enable 192 Enable
193 .Pq or disable, respectively 193 .Pq or disable, respectively
194 the use of the dollar sign in identifiers. 194 the use of the dollar sign in identifiers.
195 Not implemented. 195 Not implemented.
196 .It Fl ftabstop=num 196 .It Fl ftabstop=num
235 .Nm 235 .Nm
236 was written one evening in late 2010. 236 was written one evening in late 2010.
237 This version had some problems and was put aside. 237 This version had some problems and was put aside.
238 The first working version was released in June 2013. 238 The first working version was released in June 2013.
239 .\" .Sh AUTHORS 239 .\" .Sh AUTHORS
240 .\" David A. Holland 240 .\" .An David A. Holland
241 .Sh BUGS 241 .Sh BUGS
242 Probably plenty. 242 Probably plenty.