summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-14 20:30:48 -0400
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-03-14 20:30:48 -0400
commit7e408c8843ec3bb1442482a56f0161d08294a92d (patch)
tree71cd2ad79aa372facefb9c2073d04cdbfae4adfd
parentaa22d71b7b51390f85465a628f8842bd5ed982cf (diff)
manpage: Fix usage of .Bd macro
-rw-r--r--debian/patches/manpage-content.diff (renamed from debian/patches/manpage.diff)0
-rw-r--r--debian/patches/manpage-warning.diff14
-rw-r--r--debian/patches/series3
3 files changed, 16 insertions, 1 deletions
diff --git a/debian/patches/manpage.diff b/debian/patches/manpage-content.diff
index aa55769..aa55769 100644
--- a/debian/patches/manpage.diff
+++ b/debian/patches/manpage-content.diff
diff --git a/debian/patches/manpage-warning.diff b/debian/patches/manpage-warning.diff
new file mode 100644
index 0000000..870d4da
--- /dev/null
+++ b/debian/patches/manpage-warning.diff
@@ -0,0 +1,14 @@
+From: Benjamin Barenblat <bbaren@mit.edu>
+Subject: manpage: Fix usage of .Bd
+Forwarded: no
+--- a/secpwgen.1
++++ b/secpwgen.1
+@@ -197,7 +197,7 @@ command:
+ .Pp
+ gives the following typical output when run without root privileges:
+ .Pp
+-.Bd -literal -unfilled -offset indent
++.Bd -literal -offset indent
+ mlockall: Operation not permitted
+ WARNING: using insecure memory.
+ ----------------
diff --git a/debian/patches/series b/debian/patches/series
index e4d3955..d1faab4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
makefile.diff
spelling.diff
-manpage.diff
+manpage-content.diff
+manpage-warning.diff