From 7cb654e31e5ecc2eff6795928cb7fce416c60fdb Mon Sep 17 00:00:00 2001 From: Pablo Olmos de Aguilera Corradini Date: Sat, 22 Feb 2014 13:16:51 -0300 Subject: Add sigil (`$`) for symlinked dir for lsrc -F The `$` sigil in `-F` indicates that the directory is symlinked instead of recurred upon. Fixes #37. --- man/lsrc.1 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'man') diff --git a/man/lsrc.1 b/man/lsrc.1 index 984a378..65ba05e 100644 --- a/man/lsrc.1 +++ b/man/lsrc.1 @@ -33,13 +33,18 @@ list dotfiles from the DIR. This can be specified multiple times. show symbols next to each file indicating status information. Supported symbols are .Li @ -which indicates that the file is a symlink, and +which indicates that the file is a symlink, +.Li $ +which indicates it's a symlinked directory, and .Li X -to indicate that the file is a copy. More details on copied files can be -found in -.Xr rcrc 5 , -under the documentation about -.Va COPY_ALWAYS . +to indicate that the file is a copy. More details on copied files and +symlinked directories can be found in +.Xr rcrc 5 +under the documentation on +.Va COPY_ALWAYS +and +.Va SYMLINK_DIRS , +respectively. . .It Fl I Ar excl_pat include the files that match the given pattern. This is applied after -- cgit v1.2.3