diff options
author | 2005-12-02 11:39:05 +0000 | |
---|---|---|
committer | 2005-12-02 11:39:05 +0000 | |
commit | 62af5c9c4884c2232d14f8da52d365453b819372 (patch) | |
tree | 9ab6161262450ff72aa396d74943cd194c24ce66 | |
parent | only poll if scsi_poll was requested (diff) | |
download | wireguard-openbsd-62af5c9c4884c2232d14f8da52d365453b819372.tar.xz wireguard-openbsd-62af5c9c4884c2232d14f8da52d365453b819372.zip |
sort options; `T' comes before `u';
-rw-r--r-- | usr.bin/rcs/co.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rcs/co.1 b/usr.bin/rcs/co.1 index 4bdc119003c..e79bde8de50 100644 --- a/usr.bin/rcs/co.1 +++ b/usr.bin/rcs/co.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: co.1,v 1.18 2005/11/30 10:54:05 xsa Exp $ +.\" $OpenBSD: co.1,v 1.19 2005/12/02 11:39:05 xsa Exp $ .\" .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> .\" All rights reserved. @@ -87,12 +87,12 @@ is not specified, retrieve HEAD. Retrieve revision of the specified .Ar state only. +.It Fl T +Preserve the modification time of RCS files. .It Fl u Ns Op Ar rev The same as .Fl r , but also unlocks the retrieved revision if it was locked. -.It Fl T -Preserve the modification time of RCS files. .It Fl V Print RCS's version number. .It Fl w Ns Op Ar user |