From 7b5169aecdc8bc1e9e808fb5554246b5ecbd1721 Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Mon, 2 May 2011 11:14:12 +0000 Subject: no need to escape `|'; as discussed with schwartze --- usr.bin/fstat/fstat.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/fstat') 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 -- cgit v1.2.3