diff options
author | Bernd Schubert <bernd.schubert@fastmail.fm> | 2009-06-01 23:26:21 +0200 |
---|---|---|
committer | Bernd Schubert <bernd.schubert@fastmail.fm> | 2009-06-01 23:26:21 +0200 |
commit | ee2452bcaa716b134ffa5b711c5507d7d3754b75 (patch) | |
tree | 6db53b7d2c93feb5ba47d9c6d5ff4ffa634863e8 | |
parent | 4a8f259a1b4a3f04947f15964bb806b4104e61f4 (diff) | |
download | unionfs-fuse-ee2452bcaa716b134ffa5b711c5507d7d3754b75.tar.gz |
Fix a man page syntax error detected by lintian
-rw-r--r-- | man/unionfs-fuse.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/unionfs-fuse.8 b/man/unionfs-fuse.8 index c7c9508..b89bd59 100644 --- a/man/unionfs-fuse.8 +++ b/man/unionfs-fuse.8 @@ -97,7 +97,7 @@ these scripts in the group meta directory. \&2) Another issue is that presently there is no support for read-only branches when copy-on-write is disabled, thus, -ocow is NOT specified! Support for that might be added in later releases. -.VE +.Ve .SH "AUTHORS" .B unionfs\-fuse Original implemention by Radek Podgorny <radek@podgorny.cz> |