1
0
Fork 0
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:
Jörg Sommer 2023-05-18 00:12:45 +02:00 committed by Oliver Kiddle
parent f093b41f09
commit 9eb2b04703
2 changed files with 4 additions and 1 deletions
ChangeLog
Functions/Misc

View file

@ -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

View file

@ -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 ;;