diff --git a/man3/getauxval.3 b/man3/getauxval.3 index b78a63225..cc08df60b 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -125,10 +125,10 @@ The instruction cache block size. .TP .\" Kernel commit 98a5f361b8625c6f4841d6ba013bbf0e80d08147 .BR AT_L1D_CACHEGEOMETRY -Geometry of the L1 data cache, encoded with the cache line size in -bytes in the bottom 16 bits and the cache associativity in the next 16 -bits. The associativity is such that if N is the 16-bit value, the cache -is N-way set associative. +Geometry of the L1 data cache, encoded with the cache line size in bytes +in the bottom 16 bits and the cache associativity in the next 16 bits. +The associativity is such that if N is the 16-bit value, +the cache is N-way set associative. .TP .BR AT_L1D_CACHESIZE The L1 data cache size.