diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 22:47:12 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2016-12-28 22:47:12 +0000 |
commit | ae50aff321bada313dcd81d74c2c792a5332b0c5 (patch) | |
tree | c9996feaa9b89caaea3b920d506e0d66938cd20f /libexec/tradcpp | |
parent | 60c8277d806b8bfdab967ba11febbd0842c58cd7 (diff) |
fix the remaining cases of .Xr with only one argument
Diffstat (limited to 'libexec/tradcpp')
-rw-r--r-- | libexec/tradcpp/tradcpp.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/tradcpp/tradcpp.1 b/libexec/tradcpp/tradcpp.1 index a8fc1e2d3a9..c726dc44370 100644 --- a/libexec/tradcpp/tradcpp.1 +++ b/libexec/tradcpp/tradcpp.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tradcpp.1,v 1.3 2014/12/02 10:21:44 jmc Exp $ +.\" $OpenBSD: tradcpp.1,v 1.4 2016/12/28 22:47:11 schwarze Exp $ .\" .\" Copyright (c) 2013 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 2 2014 $ +.Dd $Mdocdate: December 28 2016 $ .Dt TRADCPP 1 .Os .Sh NAME @@ -43,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 , +.Sy imake , particularly those that depend on preservation of whitespace. .Pp The chief ways in which traditional cpp differs from |