diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-11-14 02:57:29 +0000 |
commit | 5ac4e796ab65f0ab2514982a0b736ed185b71681 (patch) | |
tree | 0a7aa303df52b25f34eca7cb6da19071822a3885 /usr.bin/lam | |
parent | 8c40cc2c58bce394e853e8cfab1dde400d093b18 (diff) |
use $ or # before commands in examples
Diffstat (limited to 'usr.bin/lam')
-rw-r--r-- | usr.bin/lam/lam.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/lam/lam.1 b/usr.bin/lam/lam.1 index 296b167c773..92246cab6eb 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lam.1,v 1.2 1996/06/26 05:34:49 deraadt Exp $ +.\" $OpenBSD: lam.1,v 1.3 2002/11/14 02:57:27 deraadt Exp $ .\" $NetBSD: lam.1,v 1.2 1994/11/14 20:27:40 jtc Exp $ .\" .\" Copyright (c) 1993 @@ -109,22 +109,22 @@ To print files simultaneously for easy viewing use .PP The command .IC -lam file1 file2 file3 file4 +$ lam file1 file2 file3 file4 .NC joins 4 files together along each line. To merge the lines from four different files use .IC -lam file1 \-S "\\ +$ lam file1 \-S "\\ .br " file2 file3 file4 .NC Every 2 lines of a file may be joined on one line with .IC -lam \- \- < file +$ lam \- \- < file .NC and a form letter with substitutions keyed by `@' can be done with .IC -lam \-t @ letter changes +$ lam \-t @ letter changes .NC .SH SEE ALSO join(1), pr(1), printf(3) |