From 310ed8f106eebb4e78e6c7b6f0f3e0f17207f346 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 16 Jul 2013 06:52:05 +0000 Subject: where "-" represents stdin, just use Sq, not Fl, since it's not a flag; from Jan Stary --- usr.bin/diff/diff.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr.bin/diff/diff.1') diff --git a/usr.bin/diff/diff.1 b/usr.bin/diff/diff.1 index 7d36534caba..5a00a4755e8 100644 --- a/usr.bin/diff/diff.1 +++ b/usr.bin/diff/diff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: diff.1,v 1.41 2013/01/20 11:19:12 jmc Exp $ +.\" $OpenBSD: diff.1,v 1.42 2013/07/16 06:52:05 jmc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)diff.1 8.1 (Berkeley) 6/30/93 .\" -.Dd $Mdocdate: January 20 2013 $ +.Dd $Mdocdate: July 16 2013 $ .Dt DIFF 1 .Os .Sh NAME @@ -331,7 +331,7 @@ If either or .Ar file2 is -.Sq Fl , +.Sq - , the standard input is used in its place. .Ss Output Style -- cgit v1.2.3-59-g8ed1b