- Document gencat(1)

- Fix grammar error and rationale for not using the command

Approved by:	schweikh (mentor)
MFC after:	2 weeks
This commit is contained in:
Diomidis Spinellis 2003-08-22 17:55:56 +00:00
parent 49dc7ac17d
commit 85da09e85d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119319

View File

@ -120,6 +120,7 @@ error(a1, a2, a3, a4)
} }
.Ed .Ed
.Sh SEE ALSO .Sh SEE ALSO
.Xr gencat 1 ,
.Xr xstr 1 , .Xr xstr 1 ,
.Xr lseek 2 .Xr lseek 2
.Sh HISTORY .Sh HISTORY
@ -132,5 +133,4 @@ The
.Nm .Nm
utility was intended for the limited architecture of the PDP 11 family. utility was intended for the limited architecture of the PDP 11 family.
Very few programs actually use it. Very few programs actually use it.
It is not an efficient method, the error messages The memory savings are negligible in modern computers.
should be stored in the program text.