From: jmc Date: Fri, 8 Aug 2014 20:50:28 +0000 (+0000) Subject: some basic fixes; X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=b62952f1c2c3ab6149df9538b19f220588af74d1;p=openbsd some basic fixes; --- diff --git a/libexec/tradcpp/tradcpp.1 b/libexec/tradcpp/tradcpp.1 index 952d8b7232c..f7012ee96be 100644 --- a/libexec/tradcpp/tradcpp.1 +++ b/libexec/tradcpp/tradcpp.1 @@ -1,3 +1,4 @@ +.\" $OpenBSD: tradcpp.1,v 1.2 2014/08/08 20:50:28 jmc Exp $ .\" .\" Copyright (c) 2013 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -26,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd June 11, 2013 +.Dd $Mdocdate: August 8 2014 $ .Dt TRADCPP 1 .Os .Sh NAME @@ -42,7 +43,7 @@ The command provides a traditional K&R-style C macro preprocessor. It is intended to be suitable for historical Unix uses of the preprocessor, such as -.Xr imake 1 , +.Xr imake , particularly those that depend on preservation of whitespace. .Pp The chief ways in which traditional cpp differs from @@ -96,7 +97,7 @@ Suppress line number information in the output. Currently line number information is not generated at all and this option has no effect. .It Fl Umacro -Remove any existing defintion for the named macro. +Remove any existing definition for the named macro. Note that like many Unix compilers, .Nm does not accept a space between the