diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:00:12 +0000 |
| commit | 9b88faecd3630d92456ba16ca6b29818d0adcea9 (patch) | |
| tree | 5c7bec083d37409434c8ffed9ba4c4698e3fadd2 /usr.bin/lam | |
| parent | d01e93063296251ec3f9207335c439c178b11cbf (diff) | |
Notes
Diffstat (limited to 'usr.bin/lam')
| -rw-r--r-- | usr.bin/lam/lam.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 6c170237cc9c4..942edca14772a 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -105,19 +105,19 @@ The command .Bd -literal lam file1 file2 file3 file4 .Ed - +.Pp joins 4 files together along each line. To merge the lines from four different files use .Bd -literal lam file1 \-S "\\ " file2 file3 file4 .Ed - +.Pp Every 2 lines of a file may be joined on one line with .Bd -literal lam \- \- < file .Ed - +.Pp and a form letter with substitutions keyed by `@' can be done with .Bd -literal lam \-t @ letter changes |
