diff options
author | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-02-01 16:38:02 +0000 |
commit | 8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19 (patch) | |
tree | b428fc12404c6d6be2c1fce52490993ab3744097 /usr.bin/lam/lam.1 | |
parent | 4923ae6c3fe2f82d94fec60b85ed2a6272b2fd67 (diff) | |
download | FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.zip FreeBSD-src-8a6f8b5fe456b5b3a8f1d86173f81cfcae6cfe19.tar.gz |
mdoc(7) police: split punctuation characters + misc fixes.
Diffstat (limited to 'usr.bin/lam/lam.1')
-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 942edca..447ef4f 100644 --- a/usr.bin/lam/lam.1 +++ b/usr.bin/lam/lam.1 @@ -40,12 +40,12 @@ .Nd laminate files .Sh SYNOPSIS .Nm -.Op Fl f Ar min.max +.Op Fl f Ar min . Ns Ar max .Op Fl s Ar sepstring .Op Fl t Ar c .Ar file ... .Nm -.Op Fl p Ar min.max +.Op Fl p Ar min . Ns Ar max .Op Fl s Ar sepstring .Op Fl t Ar c .Ar file ... @@ -68,9 +68,9 @@ If the option letter is capitalized it affects all subsequent files until it appears again uncapitalized. The options are described below. .Bl -tag -width indent -.It Fl f Ar min.max +.It Fl f Ar min . Ns Ar max Print line fragments according to the format string -.Ar min.max , +.Ar min . Ns Ar max , where .Ar min is the minimum field width and @@ -81,7 +81,7 @@ If begins with a zero, zeros will be added to make up the field width, and if it begins with a `\-', the fragment will be left-adjusted within the field. -.It Fl p Ar min.max +.It Fl p Ar min . Ns Ar max Like .Fl f , but pad this file's field when end-of-file is reached |