Message ID | 20201027162114.47521-2-colomar.6.4.3@gmail.com |
---|---|
State | Not Applicable |
Headers | show |
Series | Add loff_t & off64_t, and update off_t | expand |
diff --git a/man7/system_data_types.7 b/man7/system_data_types.7 index e93495eea..c02782ed8 100644 --- a/man7/system_data_types.7 +++ b/man7/system_data_types.7 @@ -769,12 +769,12 @@ POSIX.1-2001 and later. .\" .BR getdirentries (3), .BR lockf (3), .BR posix_fallocate (3) -.\".PP TODO: loff_t, off64_t -.\"See also the -.\".I loff_t -.\"and -.\".I off64_t -.\"types in this page. +.PP +See also the +.I loff_t +and +.I off64_t +types in this page. .RE .\"------------------------------------- pid_t ------------------------/ .TP
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com> --- man7/system_data_types.7 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-)