diff options
author | 2013-07-16 06:52:05 +0000 | |
---|---|---|
committer | 2013-07-16 06:52:05 +0000 | |
commit | 310ed8f106eebb4e78e6c7b6f0f3e0f17207f346 (patch) | |
tree | 45678da00014dbab81c6e3ca1b1ea410b57bd9da /usr.bin/diff/diff.1 | |
parent | "-" is not an option - it is an argument to -f; whilst here, use Sq (diff) | |
download | wireguard-openbsd-310ed8f106eebb4e78e6c7b6f0f3e0f17207f346.tar.xz wireguard-openbsd-310ed8f106eebb4e78e6c7b6f0f3e0f17207f346.zip |
where "-" represents stdin, just use Sq, not Fl, since it's not a flag;
from Jan Stary
Diffstat (limited to 'usr.bin/diff/diff.1')
-rw-r--r-- | usr.bin/diff/diff.1 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |