Page MenuHomeFreeBSD

D33553.id100836.diff
No OneTemporary

D33553.id100836.diff

Index: usr.bin/ar/ar.1
===================================================================
--- usr.bin/ar/ar.1
+++ usr.bin/ar/ar.1
@@ -314,8 +314,7 @@
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
-.Fl f .
+This option is accepted but ignored.
In other implementations of
.Nm ,
.Fl T
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;
+ /* ignored */
break;
case 't':
set_mode(bsdar, opt);

File Metadata

Mime Type
text/plain
Expires
Thu, Nov 21, 4:59 AM (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14754867
Default Alt Text
D33553.id100836.diff (734 B)

Event Timeline