diff options
author | wollman <wollman@FreeBSD.org> | 2001-09-21 02:51:07 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2001-09-21 02:51:07 +0000 |
commit | b8acd10c93448b7f26cbc745653d07d84f600e76 (patch) | |
tree | d3e47b3ced8e572bca018c220639e1a352d05dcb /usr.bin/lam | |
parent | f08a3beb2ee21be100d70c5d34dc44d0cdba671a (diff) | |
download | FreeBSD-src-b8acd10c93448b7f26cbc745653d07d84f600e76.zip FreeBSD-src-b8acd10c93448b7f26cbc745653d07d84f600e76.tar.gz |
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
Diffstat (limited to 'usr.bin/lam')
-rw-r--r-- | usr.bin/lam/lam.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 9c8d3d3..2d1a4f0 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -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 . |