diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-09-24 22:02:22 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-09-24 22:02:22 +0200 |
| commit | 618b1e7eca08515e79aa82e269ca8fcdca896092 (patch) | |
| tree | bd9916cf7087410af430780a7771623c96c3e1d6 /man3 | |
| parent | be2e899b49f3b21a2e990ada9b035e98c01bd25c (diff) | |
| download | man-pages-618b1e7eca08515e79aa82e269ca8fcdca896092.tar.gz | |
getauxval.3: ffix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getauxval.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/man3/getauxval.3 b/man3/getauxval.3 index cc08df60b0..2cd1e3dcbe 100644 --- a/man3/getauxval.3 +++ b/man3/getauxval.3 @@ -134,19 +134,22 @@ the cache is N-way set associative. The L1 data cache size. .TP .BR AT_L1I_CACHEGEOMETRY -Geometry of the L1 instruction cache, encoded as for AT_L1D_CACHEGEOMETRY. +Geometry of the L1 instruction cache, encoded as for +.BR AT_L1D_CACHEGEOMETRY . .TP .BR AT_L1I_CACHESIZE The L1 instruction cache size. .TP .BR AT_L2_CACHEGEOMETRY -Geometry of the L2 cache, encoded as for AT_L1D_CACHEGEOMETRY. +Geometry of the L2 cache, encoded as for +.BR AT_L1D_CACHEGEOMETRY . .TP .BR AT_L2_CACHESIZE The L2 cache size. .TP .BR AT_L3_CACHEGEOMETRY -Geometry of the L3 cache, encoded as for AT_L1D_CACHEGEOMETRY. +Geometry of the L3 cache, encoded as for +.BR AT_L1D_CACHEGEOMETRY . .TP .BR AT_L3_CACHESIZE The L3 cache size. |
