Depend on libterm-readkey-perl, Standards-Version 3.8.0
[grml-tips.git] / grml_tips
index 23472a2..cdb37e8 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2719,7 +2719,7 @@ Enable shadow passwords:
 
 # shadowconfig on
 -- 
-Set up an IPv6 tunneln on grml:
+Set up an IPv6 tunnel on grml:
 
 # ipv6-tunnel start
 -- 
@@ -3102,5 +3102,9 @@ Discover all software RAID devices supported on the system:
 -- 
 Extract winmail.dat:
 
+List content:
 % ytnef winmail.dat
+
+Extract files to current directory:
+% ytnef -f . winmail.dat
 --