diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-05-02 11:14:12 +0000 |
commit | 7b5169aecdc8bc1e9e808fb5554246b5ecbd1721 (patch) | |
tree | 7c52691b979b92dd793a350026bbe78989c6fc43 /usr.bin/fstat | |
parent | 4ba9456c14c7069ad770a4c5773beaf7cb9fc06c (diff) |
no need to escape `|'; as discussed with schwartze
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/fstat/fstat.1 b/usr.bin/fstat/fstat.1 index 58c2cba25ec..3b6b0c4a0ed 100644 --- a/usr.bin/fstat/fstat.1 +++ b/usr.bin/fstat/fstat.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fstat.1,v 1.45 2009/10/22 15:02:12 sobrado Exp $ +.\" $OpenBSD: fstat.1,v 1.46 2011/05/02 11:14:11 jmc Exp $ .\" .\" Copyright (c) 1987, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)fstat.1 8.3 (Berkeley) 2/25/94 .\" -.Dd $Mdocdate: October 22 2009 $ +.Dd $Mdocdate: May 2 2011 $ .Dt FSTAT 1 .Os .Sh NAME @@ -165,7 +165,7 @@ the letter indicates open for writing. This field is useful when trying to find the processes that are preventing a file system from being downgraded to read-only. -.It Li SZ\&|DV +.It Li SZ | DV If the file is not a character or block special file, prints the size of the file in bytes. Otherwise, if the |