Subject: misc/983: I found some manual bugs (exp(3), log(3), systat(1), tn3270(1)).
To: None <gnats-admin@NetBSD.ORG>
From: Masanobu Saitoh <saitoh@spa.is.uec.ac.jp>
List: netbsd-bugs
Date: 04/20/1995 12:50:03
>Number:         983
>Category:       misc
>Synopsis:       I found some manual bugs (exp(3), log(3), systat(1), tn3270(1)).
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    misc-bug-people (Misc Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Apr 20 12:50:01 1995
>Originator:     Masanobu Saitoh
>Organization:
	     saitoh@spa.is.uec.ac.jp
>Release:        NetBSD-current 18 Apr 1995
>Environment:
System: NetBSD physio.spa.is.uec.ac.jp 1.0 NetBSD 1.0 (NBTY) #809: Wed Apr 19 05:25:39 JST 1995 saitoh@physio.spa.is.uec.ac.jp:/usr/sources/0124/src/sys/arch/x68k/compile/NBTY x68k

>Description:
	Manpage for exp(3), log(3), systat(1) and tn3270(1) has small bugs.

	NetBSD (and 4.4-Lite) has no exp2(), exp10() and log2().

	These functions have to be removed, or create.

>How-To-Repeat:
	man log10
	man systat
	man tn3270
>Fix:

===============================================================================
--- exp.3.orig	Fri Apr 21 01:51:44 1995
+++ exp.3	Fri Apr 21 01:56:09 1995
@@ -37,11 +37,8 @@
 .Os BSD 4
 .Sh NAME
 .Nm exp ,
-.Nm exp2 ,
-.Nm exp10 ,
 .Nm expm1 ,
 .Nm log ,
-.Nm log2 ,
 .Nm log10 ,
 .Nm log1p ,
 .Nm pow
===============================================================================
--- systat.1.orig	Fri Apr 21 01:57:42 1995
+++ systat.1	Fri Apr 21 02:04:44 1995
@@ -398,7 +398,7 @@
 .El
 .Sh FILES
 .Bl -tag -width /etc/networks -compact
-.It Pa /vmunix
+.It Pa /var/db/kvm_netbsd.db
 For the namelist.
 .It Pa /dev/kmem
 For information in main memory.
===============================================================================
--- tn3270.1.orig	Fri Apr 21 01:44:22 1995
+++ tn3270.1	Fri Apr 21 01:45:00 1995
@@ -81,14 +81,14 @@
 .Bl -tag -width Fl
 .It Fl d
 Turn on socket-level tracing (for super-user only)
-.Fl n Ns Ar filename
+.It Fl n Ns Ar filename
 Specify a file to receive network trace data
 output (from commands "toggle netdata" and
 "toggle options", see
 .Xr telnet 1 ) ;
 the default is for output
 to be directed to the standard error file.
-.Fl t Ns Ar commandname
+.It Fl t Ns Ar commandname
 Specify a
 .Tn UNIX
 command to process
>Audit-Trail:
>Unformatted: