Applied! On 10/27/20 5:21 PM, Alejandro Colomar wrote: > Signed-off-by: Alejandro Colomar <colomar.6.4.3@xxxxxxxxx> > --- > man7/system_data_types.7 | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 > index c02782ed8..e846de68b 100644 > --- a/man7/system_data_types.7 > +++ b/man7/system_data_types.7 > @@ -756,6 +756,11 @@ since POSIX.1-2008. > .IR "Conforming to" : > POSIX.1-2001 and later. > .PP > +.IR Notes : > +On some architectures, > +the width of this type can be controlled with the feature test macro > +.BR _FILE_OFFSET_BITS . > +.PP > .IR "See also" : > .\" .BR fallocate (2), > .BR lseek (2), > @@ -768,7 +773,8 @@ POSIX.1-2001 and later. > .BR fseeko (3), > .\" .BR getdirentries (3), > .BR lockf (3), > -.BR posix_fallocate (3) > +.BR posix_fallocate (3), > +.BR feature_test_macros (7) > .PP > See also the > .I loff_t > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/