Page MenuHomeFreeBSD

D33553.id100716.diff
No OneTemporary

D33553.id100716.diff

Index: usr.bin/ar/ar.1
===================================================================
--- usr.bin/ar/ar.1
+++ usr.bin/ar/ar.1
@@ -314,7 +314,10 @@
in the order in which they appear in the archive, one per line.
If no files are specified, all files in the archive are listed.
.It Fl T
-Deprecated alias for
+Not supported.
+In earlier versions of
+.Nm .
+it was an alias for
.Fl f .
In other implementations of
.Nm ,
Index: usr.bin/ar/ar.c
===================================================================
--- usr.bin/ar/ar.c
+++ usr.bin/ar/ar.c
@@ -227,8 +227,7 @@
bsdar->options |= AR_S;
break;
case 'T':
- warnx("-T is deprecated");
- bsdar->options |= AR_TR;
+ errx(1, "-T is not supported");
break;
case 't':
set_mode(bsdar, opt);

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 21, 6:17 AM (21 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14756125
Default Alt Text
D33553.id100716.diff (776 B)

Event Timeline