diff options
author | 2015-03-13 19:58:40 +0000 | |
---|---|---|
committer | 2015-03-13 19:58:40 +0000 | |
commit | 0870f47d288c1d823f37828d4fce83d3773e2fc7 (patch) | |
tree | 0a2bd79e06eb7e9b2d84a5c1df4a24f685f811df /share/man/man5 | |
parent | "It is often said that before you die your life passes before your eyes. (diff) | |
download | wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.tar.xz wireguard-openbsd-0870f47d288c1d823f37828d4fce83d3773e2fc7.zip |
remove the first comma from constructs like ", and," and ", or,": you can use
"and" and "or" to join sentence clauses, and you can use commas, but both hinders
reading;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/ar.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/ar.5 b/share/man/man5/ar.5 index ef5e3096c99..1e9db145502 100644 --- a/share/man/man5/ar.5 +++ b/share/man/man5/ar.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ar.5,v 1.2 2014/11/15 14:41:02 bentley Exp $ +.\" $OpenBSD: ar.5,v 1.3 2015/03/13 19:58:41 jmc Exp $ .\" $NetBSD: ar.5,v 1.2 1995/03/25 06:39:38 glass Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)ar.5.5 8.1 (Berkeley) 6/9/93 .\" -.Dd $Mdocdate: November 15 2014 $ +.Dd $Mdocdate: March 13 2015 $ .Dt AR 5 .Os .Sh NAME @@ -52,7 +52,7 @@ begins with the magic string .Dq !<arch>\en . The rest of the archive is made up of objects, each of which is composed of a header for a file, a possible file name, and the file contents. -The header is portable between machine architectures, and, if the file +The header is portable between machine architectures and, if the file contents are printable, the archive is itself printable. .Pp The header is made up of six variable length |