Browse Source

dpkg-gensymbols(1): -e accepts shell patterns not regular expressions

Raphaël Hertzog 14 years ago
parent
commit
71ddce39b2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      man/dpkg-gensymbols.1

+ 2 - 1
man/dpkg-gensymbols.1

@@ -381,7 +381,8 @@ debian/changelog. Required if called outside of a source package tree.
 .TP
 .BI \-e library-file
 Only analyze libraries explicitly listed instead of finding all public
-libraries. You can use a regular expression in \fIlibrary-file\fR to match
+libraries. You can use shell patterns used for pathname expansions (see
+the File::Glob manual page for details) in \fIlibrary-file\fR to match
 multiple libraries with a single argument (otherwise you need multiple
 \fB\-e\fR).
 .TP