]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - Documentation/printk-formats.txt
UBUNTU: Start new release
[mirror_ubuntu-artful-kernel.git] / Documentation / printk-formats.txt
index 074670b98bac784c27eecc18f672b2f1ad24f489..036f2ab0847c9199e23d903e3e3efee0a1b173df 100644 (file)
@@ -441,6 +441,12 @@ For printing netdev_features_t.
 
 Passed by reference.
 
+Kernel messages:
+
+       %pj     123456
+
+       For generating the jhash of a string truncated to six digits
+
 If you add other ``%p`` extensions, please extend lib/test_printf.c with
 one or more test cases, if at all feasible.