Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 23:21:51 +0400 (MSD)
From:      "Alexey M. Zelkin" <phantom@cris.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/13235: [PATCH] allow preprocessing with tbl for nroff(1)
Message-ID:  <199908181921.XAA03563@scorpion.crimea.ua>

next in thread | raw e-mail | index | archive | help

>Number:         13235
>Category:       bin
>Synopsis:       allow preprocessing with tbl(1) for nroff(1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 18 13:30:01 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Alexey Zelkin
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
Home
>Environment:

-CURRENT

>Description:

This patch allows to use -t option for nroff(1).
Effect is similar to groff's -t option.

I see that it's very useful then I am working with manual page
which contains .TS/.TE macros (f.e. doscmd.1).

>How-To-Repeat:
>Fix:

Index: nroff.man
===================================================================
RCS file: /usr/local/CVSROOT/src/contrib/groff/nroff/nroff.man,v
retrieving revision 1.2
diff -c -r1.2 nroff.man
*** nroff.man	1996/09/08 00:28:24	1.2
--- nroff.man	1999/08/18 19:19:48
***************
*** 40,45 ****
--- 40,48 ----
  .BI \-r cn
  ]
  [
+ .BI \-t
+ ]
+ [
  .BI \-T name
  ]
  [
***************
*** 71,79 ****
  .BR \-i ,
  .BR \-n ,
  .BR \-m ,
! .B \-o
! and
  .B \-r
  options have the effect described in
  .BR @g@troff (@MAN1EXT@).
  In addition
--- 74,83 ----
  .BR \-i ,
  .BR \-n ,
  .BR \-m ,
! .BR \-o ,
  .B \-r
+ and
+ .B \-t
  options have the effect described in
  .BR @g@troff (@MAN1EXT@).
  In addition
Index: nroff.sh
===================================================================
RCS file: /usr/local/CVSROOT/src/contrib/groff/nroff/nroff.sh,v
retrieving revision 1.6
diff -c -r1.6 nroff.sh
*** nroff.sh	1999/07/30 16:34:06	1.6
--- nroff.sh	1999/08/18 19:16:36
***************
*** 30,36 ****
  		echo "$prog: option $1 requires an argument" >&2
  		exit 1
  		;;
! 	-i|-S|-[mrno]*)
  		opts="$opts $1";
  		;;
  
--- 30,36 ----
  		echo "$prog: option $1 requires an argument" >&2
  		exit 1
  		;;
! 	-i|-S|-[mrnot]*)
  		opts="$opts $1";
  		;;
  

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199908181921.XAA03563>