Module Name:    src
Committed By:   wiz
Date:           Mon Jul  3 21:34:57 UTC 2017

Modified Files:
        src/usr.bin/fgen: fgen.1
        src/usr.bin/find: find.1
        src/usr.bin/fpr: fpr.1
        src/usr.bin/fstat: fstat.1
        src/usr.bin/ftp: ftp.1

Log Message:
Remove workaround for ancient HTML generation code.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.bin/fgen/fgen.1
cvs rdiff -u -r1.88 -r1.89 src/usr.bin/find/find.1
cvs rdiff -u -r1.12 -r1.13 src/usr.bin/fpr/fpr.1
cvs rdiff -u -r1.33 -r1.34 src/usr.bin/fstat/fstat.1
cvs rdiff -u -r1.135 -r1.136 src/usr.bin/ftp/ftp.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/fgen/fgen.1
diff -u src/usr.bin/fgen/fgen.1:1.9 src/usr.bin/fgen/fgen.1:1.10
--- src/usr.bin/fgen/fgen.1:1.9	Mon Oct 19 18:12:37 2009
+++ src/usr.bin/fgen/fgen.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fgen.1,v 1.9 2009/10/19 18:12:37 snj Exp $
+.\"	$NetBSD: fgen.1,v 1.10 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1998 Eduardo Horvath, All Rights Reserved.
 .\"
@@ -50,7 +50,7 @@ Reads Forth source and generates tokeniz
 .\" .Sh STANDARDS
 .\" .Sh HISTORY
 .Sh AUTHORS
-Written by Eduardo E. Horvath \*[Lt]e...@one-o.com\*[Gt]
+Written by Eduardo E. Horvath <e...@one-o.com>
 .Sh BUGS
 String escape sequences are not recognized so things such as
 .Pp

Index: src/usr.bin/find/find.1
diff -u src/usr.bin/find/find.1:1.88 src/usr.bin/find/find.1:1.89
--- src/usr.bin/find/find.1:1.88	Sun Jun  4 08:48:05 2017
+++ src/usr.bin/find/find.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: find.1,v 1.88 2017/06/04 08:48:05 abhinav Exp $
+.\"	$NetBSD: find.1,v 1.89 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -477,7 +477,7 @@ If the file is a block or character spec
 will be displayed instead of the size in bytes.
 If the file is a symbolic link, the pathname of the linked-to file will be
 displayed preceded by
-.Dq -\*[Gt] .
+.Dq -> .
 The format is identical to that produced by
 .Dq ls -dgils .
 .Pp
@@ -939,7 +939,7 @@ tree traversal options to be changed.
 .Sh HISTORY
 A much simpler
 .Nm
-command appeared in First Edition AT\*[Am]T Unix.
+command appeared in First Edition AT&T Unix.
 The syntax had become similar to the present version by
 the time of the Fifth Edition.
 .Sh BUGS

Index: src/usr.bin/fpr/fpr.1
diff -u src/usr.bin/fpr/fpr.1:1.12 src/usr.bin/fpr/fpr.1:1.13
--- src/usr.bin/fpr/fpr.1:1.12	Thu Mar 22 07:58:18 2012
+++ src/usr.bin/fpr/fpr.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fpr.1,v 1.12 2012/03/22 07:58:18 wiz Exp $
+.\"	$NetBSD: fpr.1,v 1.13 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -72,7 +72,7 @@ are simulated using backspaces.
 .Sh EXAMPLES
 .Dl a.out \&| fpr \&| lpr
 .Pp
-.Dl fpr \*[Lt] f77.output \&| lpr
+.Dl fpr < f77.output \&| lpr
 .Sh HISTORY
 The
 .Nm

Index: src/usr.bin/fstat/fstat.1
diff -u src/usr.bin/fstat/fstat.1:1.33 src/usr.bin/fstat/fstat.1:1.34
--- src/usr.bin/fstat/fstat.1:1.33	Sun Dec 15 09:20:48 2013
+++ src/usr.bin/fstat/fstat.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: fstat.1,v 1.33 2013/12/15 09:20:48 wiz Exp $
+.\"	$NetBSD: fstat.1,v 1.34 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1987, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -229,12 +229,12 @@ A unidirectional
 .Ux
 domain socket indicates the direction of flow with an arrow
 .Po
-.Dq \*[Lt]-
+.Dq <-
 or
-.Dq -\*[Gt]
+.Dq ->
 .Pc ,
 and a full duplex socket shows a double arrow
-.Pq Dq \*[Lt]-\*[Gt] .
+.Pq Dq <-> .
 .Pp
 For internet sockets
 .Nm

Index: src/usr.bin/ftp/ftp.1
diff -u src/usr.bin/ftp/ftp.1:1.135 src/usr.bin/ftp/ftp.1:1.136
--- src/usr.bin/ftp/ftp.1:1.135	Thu Apr 23 23:31:23 2015
+++ src/usr.bin/ftp/ftp.1	Mon Jul  3 21:34:57 2017
@@ -1,4 +1,4 @@
-.\" 	$NetBSD: ftp.1,v 1.135 2015/04/23 23:31:23 lukem Exp $
+.\" 	$NetBSD: ftp.1,v 1.136 2017/07/03 21:34:57 wiz Exp $
 .\"
 .\" Copyright (c) 1996-2015 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -334,7 +334,7 @@ from the user.
 When
 .Nm
 is awaiting commands from the user the prompt
-.Ql ftp\*[Gt]
+.Ql ftp>
 is provided to the user.
 The following commands are recognized
 by
@@ -528,7 +528,7 @@ When debugging is on,
 .Nm
 prints each command sent to the remote machine, preceded
 by the string
-.Ql \-\-\*[Gt] .
+.Ql \-\-> .
 .It Ic gate Op Ar host Op Ar port
 Toggle gate-ftp mode, which used to connect through the
 TIS FWTK and Gauntlet ftp proxies.
@@ -897,7 +897,7 @@ the output filename "myfile.data" for in
 Spaces may be included in
 .Ar outpattern  ,
 as in the example:
-.Dl nmap $1 sed "s/  *$//" \*[Gt] $1
+.Dl nmap $1 sed "s/  *$//" > $1
 Use the
 .Sq \e
 character to prevent special treatment
@@ -2150,7 +2150,7 @@ By default, this is bound to the TAB key
 By default,
 .Nm
 displays a command line prompt of
-.Dq "ftp\*[Gt] "
+.Dq "ftp> "
 to the user.
 This can be changed with the
 .Ic "set prompt"
@@ -2182,7 +2182,7 @@ the format
 .\" ``/<number>trailing''
 .Do
 .Sm off
-.Li / Li \*[Lt] Va number Li \*[Gt]
+.Li / Li < Va number Li >
 .Va trailing
 .Sm on
 .Dc
@@ -2234,7 +2234,7 @@ only
 .It Ev FTPPROMPT
 Command-line prompt to use.
 Defaults to
-.Dq "ftp\*[Gt] " .
+.Dq "ftp> " .
 Refer to
 .Sx COMMAND LINE PROMPT
 for more information.

Reply via email to