From 48ceacc204f77fb2722a484f91bd72d9a559bfc6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 18 Sep 2010 09:48:42 +0200 Subject: [PATCH] a64l.3: Fix feature test macro requirements Signed-off-by: Michael Kerrisk --- man3/a64l.3 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/man3/a64l.3 b/man3/a64l.3 index 0c10651e5..27a5c00f5 100644 --- a/man3/a64l.3 +++ b/man3/a64l.3 @@ -20,7 +20,13 @@ Feature Test Macro Requirements for glibc (see .sp .BR a64l (), .BR l64a (): -_SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 +.br +.RS 4 +.ad l +_SVID_SOURCE || _XOPEN_SOURCE\ >=\ 500 || +_XOPEN_SOURCE\ &&\ _XOPEN_SOURCE_EXTENDED +.RE +.ad .SH DESCRIPTION These functions provide a conversion between 32-bit long integers and little-endian base-64 ASCII strings (of length zero to six).