mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 09:10:48 +08:00
chore: fix some comments
This commit is contained in:
committed by
John MacFarlane
parent
1a56865705
commit
7a83cac6c3
@@ -41,7 +41,7 @@ die "Pandoc not installed.\n" if !( defined($volume) );
|
||||
my @pkg_files = `pkgutil --volume '$volume' --only-files --files '$pkg_id'`;
|
||||
@pkg_files = map { chomp; File::Spec->rel2abs($_, $volume) } @pkg_files;
|
||||
|
||||
# Confirm uninistall with the user.
|
||||
# Confirm uninstall with the user.
|
||||
print "The following files will be deleted:\n\n";
|
||||
print join("\n", @pkg_files);
|
||||
print "\n\n";
|
||||
|
||||
@@ -35,7 +35,7 @@ import Data.Text.Lazy.Builder (Builder, singleton, fromText, toLazyText)
|
||||
import Text.Pandoc.XML.Light.Types
|
||||
|
||||
--
|
||||
-- duplicates functinos from Text.XML.Output
|
||||
-- duplicates functions from Text.XML.Output
|
||||
--
|
||||
|
||||
-- | The XML 1.0 header
|
||||
|
||||
Reference in New Issue
Block a user