Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | openssl: Fix pod2man des.pod error on Ubuntu 12.04 |
| 2 | |
| 3 | This is a formatting fix, '=back' is required before |
| 4 | '=head1' on Ubuntu 12.04. |
| 5 | |
| 6 | Upstream-Status: Pending |
| 7 | Signed-off-by: Baogen Shang <baogen.shang@windriver.com> |
| 8 | diff -urpN a_origin/des.pod b_modify/des.pod |
| 9 | --- a_origin/crypto/des/des.pod 2013-08-15 15:02:56.211674589 +0800 |
| 10 | +++ b_modify/crypto/des/des.pod 2013-08-15 15:04:14.439674580 +0800 |
| 11 | @@ -181,6 +181,8 @@ the uuencoded file to embed in the begin |
| 12 | output. If there is no name specified after the B<-u>, the name text.des |
| 13 | will be embedded in the header. |
| 14 | |
| 15 | +=back |
| 16 | + |
| 17 | =head1 SEE ALSO |
| 18 | |
| 19 | ps(1), |