diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 18:57:41 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-03 18:57:41 +0000 |
commit | b5bbf8376973140119b6cf476858dd67225447d8 (patch) | |
tree | 5bf8075b44c45509bb23e46ad406401691e335e9 /usr.bin/lndir | |
parent | c6fd4b53eb683bad26282e9a0adb3fcdd6e7eea5 (diff) |
these files all had >9 arguments to .Nd, causing the name description to be
truncated. i wrapped them in double quotes to preserve the line.
grep inspired by an -mdoc lesson from millert@
Diffstat (limited to 'usr.bin/lndir')
-rw-r--r-- | usr.bin/lndir/lndir.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index 08d7081e11d..f9e16c48649 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.16 2003/04/10 23:21:57 millert Exp $ +.\" $OpenBSD: lndir.1,v 1.17 2003/05/03 18:57:40 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -63,7 +63,7 @@ .Os .Sh NAME .Nm lndir -.Nd create a shadow directory of symbolic links to another directory tree +.Nd "create a shadow directory of symbolic links to another directory tree" .Sh SYNOPSIS .Nm lndir .Op Fl e Ar exceptfile |