]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Documentation/printk-formats.txt
Merge remote-tracking branch 'v4l-dvb/master'
[karo-tx-linux.git] / Documentation / printk-formats.txt
index 6389551bbad6a7971b89e53451428d3b77b4e8d0..5d1128bf02824aaf2e16ef332e7cef014cccf7b6 100644 (file)
@@ -306,15 +306,6 @@ Network device features:
 
        Passed by reference.
 
-Command from struct task_struct
-
-       %pT     ls
-
-       For printing executable name excluding path from struct
-       task_struct.
-
-       Passed by reference.
-
 If you add other %p extensions, please extend lib/test_printf.c with
 one or more test cases, if at all feasible.