Cross-reference between lam(1) and paste(1). Add a STANDARDS section to

lam(1) indicating that paste(1) is a standard way to do some of the same
things.

MFC after:	1 week
This commit is contained in:
Garrett Wollman 2001-09-21 02:51:07 +00:00
parent 1114d18594
commit 748dcfb055
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=83745
2 changed files with 12 additions and 3 deletions

View File

@ -32,7 +32,7 @@
.\" @(#)lam.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd September 20, 2001
.Dt LAM 1
.Os
.Sh NAME
@ -124,5 +124,13 @@ lam \-t @ letter changes
.Ed
.Sh SEE ALSO
.Xr join 1 ,
.Xr paste 1 ,
.Xr pr 1 ,
.Xr printf 3
.Sh STANDARDS
Some of the functionality of
.Nm
is standardized as the
.Xr paste 1
utility by
.St -p1003.2 .

View File

@ -36,7 +36,7 @@
.\" @(#)paste.1 8.1 (Berkeley) 6/6/93
.\" $FreeBSD$
.\"
.Dd June 6, 1993
.Dd September 20, 2001
.Dt PASTE 1
.Os
.Sh NAME
@ -113,7 +113,8 @@ for each instance of
.Sh DIAGNOSTICS
.Ex -std
.Sh SEE ALSO
.Xr cut 1
.Xr cut 1 ,
.Xr lam 1
.Sh STANDARDS
The
.Nm