diff options
author | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-12-13 17:07:52 +0000 |
commit | e279c872b10e211440c54ef0e9fa86e257f027d2 (patch) | |
tree | 726e3637f17a75ad2b0fa38b159f04e427d5a32b /lib | |
parent | 53041c5448209c163cc4a5fa4172163b787b80c9 (diff) | |
download | FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.zip FreeBSD-src-e279c872b10e211440c54ef0e9fa86e257f027d2.tar.gz |
[mdoc] add missing space before a punctuation type argument.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libarchive/tar.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/tar.5 b/lib/libarchive/tar.5 index c887931..d46e1b5 100644 --- a/lib/libarchive/tar.5 +++ b/lib/libarchive/tar.5 @@ -591,7 +591,7 @@ Note that POSIX ustar archives use two copies of the ASCII digit .It Va atime , Va ctime The time the file was last accessed and the time of last change of file information, stored in octal as with -.Va mtime. +.Va mtime . .It Va longnames This field is apparently no longer used. .It Sparse Va offset / Va numbytes |