| commit | 7f9e72f40c3c9f59a2dc3f15f164c684b88df9bc | [log] [tgz] |
|---|---|---|
| author | Hanmiru Kim <hanmiru.kim@gmail.com> | Fri Oct 31 17:38:50 2025 +0100 |
| committer | Paul E. McKenney <paulmck@kernel.org> | Fri Oct 31 13:24:51 2025 -0700 |
| tree | b6a26a106c109ebb650262ddbf485aac1014cbd9 | |
| parent | 2ec1535f931dccc8f26acb9fa3f52da7a6df65a5 [diff] |
getrusage: minor typo (runivcsw -> ru_nivcsw) Hello, The `getrusage` example listing contains a small typo: the underscore in `ru_nivcsw` was missing. See `man 2 getrusage` to confirm. Thank you for this wonderful book! I tried sending the patch using `git send-email` first but I couldn't get it to work. I apologise in advance in case you receive two emails. Signed-off-by: Han-Miru Kim <hanmiru.kim@gmail.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>