Explorar el Código

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

Raphaël Hertzog hace 14 años
padre
commit
71ddce39b2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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