diff options
| author | enami <enami@NetBSD.org> | 1999-09-26 00:12:24 +0000 |
|---|---|---|
| committer | enami <enami@NetBSD.org> | 1999-09-26 00:12:24 +0000 |
| commit | d06f4f4302ef8dac71d046e84044cd1f94cda33c (patch) | |
| tree | e292baafebd30b2ad9902c2e4418f84c068ff751 /gnu | |
| parent | 1f417b8ca92935936e9654e26ae0f70772a3b6e2 (diff) | |
Don't include a trailing comma inside of double quotation.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/tar/tar.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/tar/tar.1 b/gnu/usr.bin/tar/tar.1 index 0195cbb116f..450b5053987 100644 --- a/gnu/usr.bin/tar/tar.1 +++ b/gnu/usr.bin/tar/tar.1 @@ -3,7 +3,7 @@ .\" .\" Written by John F. Woods <jfw@jfwhome.funhouse.com> .\" -.\" $NetBSD: tar.1,v 1.11 1999/08/17 03:36:36 enami Exp $ +.\" $NetBSD: tar.1,v 1.12 1999/09/26 00:12:24 enami Exp $ .\" .Dd 6 August 1994 .Os @@ -26,7 +26,7 @@ archive files .Sh DESCRIPTION .Nm is short for -.Dq tape archiver, +.Dq tape archiver , so named for historical reasons; the .Nm program creates, adds files to, or extracts files from an archive file |
