Package: rcs
Version: 5.7-16
Severity: normal
Tags: patch

co.1 include '\(**', it means 'asteriskmath', but we need a real '*',
so I s/\(**/*/

The patch is in attachment.             

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14-2-686-smp
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages rcs depends on:
ii  libc6                         2.3.5-9    GNU C Library: Shared libraries an

rcs recommends no packages.

-- no debconf information
--- co.1.orig   2006-01-01 19:32:23.000000000 +0800
+++ co.1        2006-01-01 19:37:23.000000000 +0800
@@ -597,7 +597,7 @@
 .RB \*(lq "//\ " \*(rq.
 This is useful for languages with comments that go to the end of the line.
 The convention for other languages is to use a
-.RB \*(lq " \(** " \(rq
+.RB \*(lq " * " \(rq
 prefix inside a multiline comment.
 For example, the initial log comment of a C program
 conventionally is of the following form:
@@ -606,19 +606,19 @@
 .nf
 .ft 3
 .ne 3
-/\(**
+/*
 .in +\w'/'u
-\(** $\&Log$
-\(**/
+* $\&Log$
+*/
 .in
 .ft
 .fi
 .RE
 .LP
 For backwards compatibility with older versions of \*r, if the log prefix is
-.B /\(**
+.B /*
 or
-.B (\(**
+.B (*
 surrounded by optional white space, inserted log lines contain a space
 instead of
 .B /

Reply via email to