Skip to content

Commit

Permalink
Fix quoting in manpage
Browse files Browse the repository at this point in the history
  • Loading branch information
vaeth committed Apr 5, 2018
1 parent f547476 commit 3de2557
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog for squashmount

*squashmount-19.0.1:
Martin Väth <martin at mvath.de>:
- Fix quoting in manpage

*squashmount-19:
Martin Väth <martin at mvath.de>:
- Add -o index=off to MOUNT_OVERLAY default
Expand Down
4 changes: 2 additions & 2 deletions bin/squashmount
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
BEGIN { require 5.022 }
package Squashmount v19.0.0;
package Squashmount v19.0.1;

use strict;
use warnings;
Expand Down Expand Up @@ -1134,7 +1134,7 @@ see the remarks at the end of this manpage.)

=item # /etc/portage/repo.postsync.d/10-squashmount-gentoo

=item DIR => '/usr/portage,
=item DIR => '/usr/portage',

=item FILE => '/usr/portage.mount/portage.sfs',

Expand Down

0 comments on commit 3de2557

Please sign in to comment.