From owner-doc-jp@jp.freebsd.org  Sun Sep  1 02:06:03 1996
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) id CAA19487
	Sun, 1 Sep 1996 02:06:03 +0900 (JST)
Received: by mail.jp.freebsd.org (8.7.3+2.6Wbeta5/8.7.3) with SMTP id CAA19482
	for <doc-jp@jp.freebsd.org>; Sun, 1 Sep 1996 02:05:54 +0900 (JST)
Received: from miserver.minet.my (j3.ptl8.jaring.my [161.142.1.177]) by relay3.jaring.my (8.6.13/8.6.12) with ESMTP id BAA15270; Sun, 1 Sep 1996 01:05:24 +0800
Date: Sun, 1 Sep 1996 01:05:24 +0800
Message-Id: <199608311705.BAA15270@relay3.jaring.my>
Received: (from iwasaki@localhost) by miserver.minet.my (8.7.5/3.4W3) id BAA13884; Sun, 1 Sep 1996 01:06:03 +0800 (SGT)
From: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
To: doc-jp@jp.freebsd.org, hanai@astec.co.jp
Cc: iwasaki@pc.jaring.my
In-Reply-To: Your message of "Sat, 31 Aug 1996 05:16:23 +0800"
References: <199608302115.FAA06830@relay3.jaring.my>
X-Mailer: Mew version 1.06 on Emacs 19.28.1, Mule 2.3
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Reply-To: doc-jp@jp.freebsd.org
X-Distribute: distribute [version 2.1 (Alpha) patchlevel=19]
X-Sequence: doc-jp 767
Subject: [doc-jp 767] Re: Handbook in LaTeX is OK!!
Errors-To: owner-doc-jp@jp.freebsd.org
Sender: owner-doc-jp@jp.freebsd.org

$B$$$o$5$-(B@$BGOMh@>0!$b(B9$B7n(B $B$G$9!#(B

handbook.ascii $B$N@8@.$G!"$A$g$C$H$7$?$3$H$K5$IU$-$^$7$?!#(B
sgmlfmt $B$NCf$N(B
 open(outfile, "| /usr/local/bin/groff -T nippon -t -ms | col -b > $fileroot.ascii")
$B$@$1$G$O!"%?%V%3!<%I$NE83+$KLdBj$,$"$j@07A$,0lIt$/$:$l$F$7$^$$$^$9!#(B
troff$B$K$*$/$i$l$k!V(B-ms$B!W%*%W%7%g%s$G;HMQ$5$l$k(B/usr/share/tmac/tmac.s $B$N(B $B!V(B.ta$B!W(B
$B$NDj5A$,$o$k$5(B(?)$B$r$7$F$$$k$h$&$G$9!"$?$V$s(B($B$O$"!"B)$,@Z$l$k$+$H;W$C$?(B)$B!#(B
$B$3$l$O%*%j%8%J%k$N(B handbook.ascii $B$G$b:F8=$7$^$9!#(B
$B$3$s$J$+$s$8$G$9(B($B%?%VI}(B 8$B$G8+$F2<$5$$(B)$B!#(B

/usr/share/doc/handbook/handbook.ascii $B$N(B
$B!V(B10.4.3.1.8.  8250/16450/16550 Registers$B!W(B $B$h$j0zMQ(B
---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- 
  I/O  Access	      Description
  Port Allowed

  +0x00     write	   Transmit Holding Register (THR)
       (DLAB==0) Information written to this port are treated
		 as data words and will be transmitted by the
		 UART.

  +0x00     read      Receive Buffer Register (RBR)
       (DLAB==0) Any data words received by the UART from the
		 serial link are accessed by the host by
		 reading this port.
---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- 

$B@5Ev$J2r7h:v$O$-$C$H(B groff $B$KE,@Z$J%^%/%mL>$rEO$7$F>e$2$k$3$H$@$H(B
$B;W$&$s$G$9$,!"(B3 $BIC9M$($?7k2L!"0lHV4JC1$JJ}K!$O%?%V%3!<%I$rE83+$9$k(B
$BA0=hM}$r(B expand(1) $B$G$d$C$A$c$&$3$H$@$H$$$&7kO@$K;j$j$^$7$?!#(B
sgmlfmt $B$X$N=$@5$N:9J,$O<!$NDL$j$G$9!#(B

*** /usr/bin/sgmlfmt	Thu Aug 29 08:31:37 1996
--- sgmlfmt	Mon Aug 26 10:03:20 1996
***************
*** 142,148 ****
  
  sub gen_ascii {
      &sgmlparse(infile, "nroff");
!     open(outfile, "| groff -T ascii -t -ms | col -b > $fileroot.ascii");
      while (<infile>) {
  	print outfile;
      }
--- 142,152 ----
  
  sub gen_ascii {
      &sgmlparse(infile, "nroff");
!     if ($ENV{'LANG'} =~ /^ja/) {
!         open(outfile, "| expand | /usr/local/bin/groff -T nippon -t -ms | col -b > $fileroot.ascii");
!     } else {
!         open(outfile, "| expand | groff -T ascii -t -ms | col -b > $fileroot.ascii");
!     }
      while (<infile>) {
  	print outfile;
      }

$B$G!"0J2<$N$h$&$J7k2L$K$J$j$^$9!#(B
---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- 
  I/O	  Access	  Description
  Port	  Allowed

  +0x00   write 	  Transmit Holding Register (THR)
	  (DLAB==0)	  Information written to this port are treated
			  as data words and will be transmitted by the
			  UART.

  +0x00   read		  Receive Buffer Register (RBR)
	  (DLAB==0)	  Any data words received by the UART from the
			  serial link are accessed by the host by
			  reading this port.
---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- CUT ---- 

$B$=$l$G!"(B
Hanai Hiroyuki <hanai@astec.co.jp> $B$5$s$O(B
[doc-jp 727] Handbook in LaTeX is OK!! $B$N7o$G(B
Fri, 30 Aug 1996 17:57:52 +0900 $B:"$K(B
<9608300857.AA02695@adjanta.astec.co.jp> $B$G8@$$$^$7$?!#(B

hanai> $B$^$?(B, handbook.ascii $B$O$"$-$i$a$k$H$7$F$b(B, handbook.nroff $B$O(B

$B$J$s$G$"$-$i$a$A$c$&$N(B? $B$A$c$s$H$G$-$k$N$K$$!#(B

hanai> $B!t(B $BF|K\8l$,F~$C$?;~E@$G(B, handbook.ascii $B$C$F$$$&$N$OB8:_$7$J$$$O$:(B???

$B$3$l!"0UL#$o$+$i$J$$$G$9!#$9$$$^$;$s(B _o_

$B$H$3$m$G!"F|K\8lHG(B handbook.ascii $BMW$k?M$$$^$9(B? $B%V%i%&%6$,L5$$4D6-$G$b(B
$BFI$a$^$9$h!#$?$@$7!"(B
-rw-rw-r--  1 iwasaki  wheel  845013 Sep  1 00:37 handbook.ascii
$B$H$$$&%G%+%5$G$9!#(B

--
                               o
                         [=]   O
                        (@~@)_P
+==================oooO==( )//Oooo=================+
|Mitsuru Iwasaki                                   |
|15A-1-3, Scots Tower, MONT' KIARA CONDOMINIUM,    |
|Jalan 1/70C, Off Bikit Kiara, 50480 Kuala Lumpur  |
|TEL: 03-253-8579                    _/_/_/    _/  |
|FAX: 03-253-8579                   _/_/_/    _/   |
|e-mail: iwasaki@sirim.my(OFFICE)  _/  _/ _/ _/    |
|        iwasaki@pc.jaring.my(HOME)                |
|        JAA03673@niftyserve.or.jp(JAPAN)          |
+==================================================+
# $B$A$g$C$H5$J8E>49(B (@~@)
