diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:22:38 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-12-19 16:22:38 +0000 |
| commit | e5e23f00c5f299ef9e944613c99ceecdb6e26c3c (patch) | |
| tree | 8c1a0c5d708c352818f5b1f2957e94ced4c34a8e /usr.bin/lam | |
| parent | 8dae396302473cd8a0790dea356f63270495231c (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 6c170237cc9c..942edca14772 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 |
