Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/pcc/dist/pcc/cc/cc Use \(-> for the arrows and ...



details:   https://anonhg.NetBSD.org/src/rev/e66ff8ea1ba3
branches:  trunk
changeset: 750622:e66ff8ea1ba3
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Jan 08 16:31:51 2010 +0000

description:
Use \(-> for the arrows and put them on a separate line because they are
not special symbols that .Xr handles.

diffstat:

 external/bsd/pcc/dist/pcc/cc/cc/cc.1 |  28 ++++++++++++++++++----------
 1 files changed, 18 insertions(+), 10 deletions(-)

diffs (57 lines):

diff -r c9c829aea092 -r e66ff8ea1ba3 external/bsd/pcc/dist/pcc/cc/cc/cc.1
--- a/external/bsd/pcc/dist/pcc/cc/cc/cc.1      Fri Jan 08 13:57:29 2010 +0000
+++ b/external/bsd/pcc/dist/pcc/cc/cc/cc.1      Fri Jan 08 16:31:51 2010 +0000
@@ -1,5 +1,5 @@
-.\"    $Id: cc.1,v 1.1.1.1 2008/08/24 05:33:01 gmcgarry Exp $
-.\"    $NetBSD: cc.1,v 1.1.1.1 2008/08/24 05:33:01 gmcgarry Exp $
+.\"    $Id: cc.1,v 1.2 2010/01/08 16:31:51 joerg Exp $
+.\"    $NetBSD: cc.1,v 1.2 2010/01/08 16:31:51 joerg Exp $
 .\"    $OpenBSD$
 .\"
 .\" Copyright (c) 2007 Jeremy C. Reed <reed%reedmedia.net@localhost>
@@ -57,29 +57,37 @@
 Filenames that end with
 .Sy \&.c
 are passed via
-.Xr cpp 1 -\*(Gt
-.Xr ccom 1 -\*(Gt
-.Xr as 1 -\*(Gt
+.Xr cpp 1
+\(->
+.Xr ccom 1
+\(->
+.Xr as 1
+\(->
 .Xr ld 1 .
 .Pp
 Filenames that end with
 .Sy \&.i
 are passed via
-.Xr ccom 1 -\*(Gt
-.Xr as 1 -\*(Gt
+.Xr ccom 1
+\(->
+.Xr as 1
+\(->
 .Xr ld 1 .
 .Pp
 Filenames that end with
 .Sy \&.s
 are passed via
-.Xr as 1 -\*(Gt
+.Xr as 1
+\(->
 .Xr ld 1 .
 .Pp
 Filenames that end with
 .Sy \&.S
 are passed via
-.Xr cpp 1 -\*(Gt
-.Xr as 1 -\*(Gt
+.Xr cpp 1
+\(->
+.Xr as 1
+\(->
 .Xr ld 1 .
 .Pp
 Filenames that end with



Home | Main Index | Thread Index | Old Index