diff options
author | 2006-02-24 14:15:53 +0000 | |
---|---|---|
committer | 2006-02-24 14:15:53 +0000 | |
commit | 08b9670ba129af3b488459863d2ec384cc873a05 (patch) | |
tree | 2b4fab016b1a9189233918ad1ecc25cbd0b8b71e | |
parent | Extend temperature lookup table for a wider range and provide a (diff) | |
download | wireguard-openbsd-08b9670ba129af3b488459863d2ec384cc873a05.tar.xz wireguard-openbsd-08b9670ba129af3b488459863d2ec384cc873a05.zip |
-T has no effect. It's only there for compatibility.
-rw-r--r-- | usr.bin/rcs/rcsdiff.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcsdiff.1 b/usr.bin/rcs/rcsdiff.1 index 556ec2b4353..94a8053f06b 100644 --- a/usr.bin/rcs/rcsdiff.1 +++ b/usr.bin/rcs/rcsdiff.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcsdiff.1,v 1.14 2005/11/30 08:53:29 xsa Exp $ +.\" $OpenBSD: rcsdiff.1,v 1.15 2006/02/24 14:15:53 xsa Exp $ .\" .\" Copyright (c) 2005 Joris Vink <joris@openbsd.org> .\" All rights reserved. @@ -23,7 +23,7 @@ .Sh SYNOPSIS .Nm .Bk -words -.Op Fl cnquV +.Op Fl cnqTuV .Op Fl k Ns Ar mode .Oo .Fl r Ns Ar rev @@ -57,6 +57,9 @@ If two -r options are given, the diff is generated between the two revisions specified. .It Fl q Be quiet about reporting. +.It Fl T +No effect. +For compatibility. .It Fl u Produces a unified diff with three lines of context. See |