diff options
author | 2007-11-05 14:49:59 +0000 | |
---|---|---|
committer | 2007-11-05 14:49:59 +0000 | |
commit | 905186aa6b026394bc47f416dd198bd8b14aada6 (patch) | |
tree | 8776f1b89298e207bb3f510e019fe8c64feaf42e | |
parent | agressively -> aggressively; (diff) | |
download | wireguard-openbsd-905186aa6b026394bc47f416dd198bd8b14aada6.tar.xz wireguard-openbsd-905186aa6b026394bc47f416dd198bd8b14aada6.zip |
adjust an awkward piece of grammar;
problem spotted by, and ok, jsing
-rw-r--r-- | usr.bin/stat/stat.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/stat/stat.1 b/usr.bin/stat/stat.1 index b772fce6614..53f160ac872 100644 --- a/usr.bin/stat/stat.1 +++ b/usr.bin/stat/stat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stat.1,v 1.12 2007/05/31 19:20:17 jmc Exp $ +.\" $OpenBSD: stat.1,v 1.13 2007/11/05 14:49:59 jmc Exp $ .\" $NetBSD: stat.1,v 1.11 2003/05/08 13:07:10 wiz Exp $ .\" .\" Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -35,7 +35,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: November 5 2007 $ .Dt STAT 1 .Os .Sh NAME @@ -344,12 +344,12 @@ as an output form, with the exception of .Cm p which defaults to -.Cm O , +.Cm O ; .Cm a , m , and .Cm c which default to -.Cm D , +.Cm D ; and .Cm Y , T , and |