diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-04 19:30:01 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-10-04 19:30:01 +0000 |
commit | a787b4303969a65a7d834403bac629bee768a3cf (patch) | |
tree | fc2ec5ebbe15c0f87f5927446e40c50ad648d0b5 /usr.bin/lndir/lndir.1 | |
parent | 7220d7637f6dfcc3e4b70bdecff8cfce67f4dd08 (diff) |
standard synopsis/usage() and sort options list;
Diffstat (limited to 'usr.bin/lndir/lndir.1')
-rw-r--r-- | usr.bin/lndir/lndir.1 | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/usr.bin/lndir/lndir.1 b/usr.bin/lndir/lndir.1 index 3674b151108..aec5f6f3021 100644 --- a/usr.bin/lndir/lndir.1 +++ b/usr.bin/lndir/lndir.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lndir.1,v 1.19 2005/10/04 18:39:57 matthieu Exp $ +.\" $OpenBSD: lndir.1,v 1.20 2005/10/04 19:30:00 jmc Exp $ .\" .\" Copyright (c) 1997, Jason Downs. All rights reserved. .\" @@ -59,9 +59,8 @@ .Nd "create a shadow directory of symbolic links to another directory tree" .Sh SYNOPSIS .Nm lndir +.Op Fl is .Op Fl e Ar exceptfile -.Op Fl s -.Op Fl i .Ar fromdir .Op Ar todir .Sh DESCRIPTION @@ -138,10 +137,6 @@ Add the specified file to the list of excluded files/directories. This is effective in all directories searched by .Nm lndir . This option may be specified as many times as needed. -.It Fl s -Suppresses status messages normally output as -.Nm -descends into each subdirectory. .It Fl i Causes the program to not treat symbolic links in .Ar fromdir @@ -156,6 +151,10 @@ This option exists mostly to emulate the behavior the C version of .Nm had in X11R6. Its use is not recommended. +.It Fl s +Suppresses status messages normally output as +.Nm +descends into each subdirectory. .El .Sh DIAGNOSTICS The program displays the name of each subdirectory it enters, followed |