Fix syntax error in encfsctl.pod (misplaced "=pod")

Error was:

	/usr/bin/pod2man --section=1 --release=1.7.5 --center="Encrypted Filesystem" encfsctl.pod encfsctl.1
	encfsctl.pod around line 1: =cut found outside a pod block.  Skipping to next block.
	POD document had syntax errors at /usr/bin/pod2man line 69.
	make[2]: *** [encfsctl.1] Error 255
This commit is contained in:
Jakob Unterwurzacher 2014-10-12 18:41:34 +02:00
parent 1c779f0221
commit 61dc26fd8b

View File

@ -1,4 +1,7 @@
=pod
=cut =cut
Copyright (c) 2003-2004, Valient Gough <vgough@pobox.com> Copyright (c) 2003-2004, Valient Gough <vgough@pobox.com>
All rights reserved. All rights reserved.
@ -7,8 +10,6 @@ of the GNU General Public License (GPL), as published by the Free Software
Foundation; either version 2 of the License, or (at your option) any later Foundation; either version 2 of the License, or (at your option) any later
version. version.
=pod
=head1 NAME =head1 NAME
encfsctl - administrative tool for working with EncFS filesystems encfsctl - administrative tool for working with EncFS filesystems