mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-05-20 23:41:27 +02:00
51747: ip accepts the reduction of link to l.
This commit is contained in:
parent
f093b41f09
commit
9eb2b04703
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2023-09-20 Oliver Kiddle <opk@zsh.org>
|
||||
|
||||
* Jörg Sommer: 51747: Functions/Misc/run-help-ip:
|
||||
ip accepts the reduction of link to l
|
||||
|
||||
* Jörg Sommer: 51776: Functions/Misc/run-help-openssl:
|
||||
Reduce code and use new manpages
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ case $1 in
|
|||
(addrl*) man ip-addrlabel ;;
|
||||
(a*) man ip-address ;;
|
||||
(l2*) man ip-l2tp ;;
|
||||
(li*) man ip-link ;;
|
||||
(l*) man ip-link ;;
|
||||
(ma*) man ip-maddress ;;
|
||||
(mo*) man ip-monitor ;;
|
||||
(mr*) man ip-mroute ;;
|
||||
|
|
Loading…
Reference in a new issue