Explorar o código

dpkg-buildflags(1): Escape minus sign

Guillem Jover %!s(int64=15) %!d(string=hai) anos
pai
achega
972095bea5
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      man/dpkg-buildflags.1

+ 2 - 2
man/dpkg-buildflags.1

@@ -1,4 +1,4 @@
-.TH dpkg\-buildflags 1 "2011-09-07" "Debian Project" "dpkg suite"
+.TH dpkg\-buildflags 1 "2011-09-09" "Debian Project" "dpkg suite"
 .SH NAME
 dpkg\-buildflags \- returns build flags to use during package build
 .
@@ -181,7 +181,7 @@ The special feature \fBall\fP can be used to enable or disable all
 hardening features at the same time. Thus disabling everything and
 enabling only "format" and "fortify" can be achieved with:
 .P
-  export DEB_BUILD_MAINT_OPTIONS="hardening=-all,+format,+fortify"
+  export DEB_BUILD_MAINT_OPTIONS="hardening=\-all,+format,+fortify"
 .
 .TP
 .B format