diff mbox series

[v2,2/3] system_data_types.7: Add 'FILE'

Message ID 20200928090657.2221-1-colomar.6.4.3@gmail.com
State New
Headers show
Series [v2,1/3] system_data_types.7: ffix | expand

Commit Message

Alejandro Colomar Sept. 28, 2020, 9:06 a.m. UTC
Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
---
 man7/system_data_types.7 | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Hi Michael,

Please hold until the ffix is applied (or not).

Thanks,

Alex

Comments

Alejandro Colomar Sept. 29, 2020, 1:15 p.m. UTC | #1
Hi Michael,

Ping -c2 :)

patches 2/3 and 3/3 of this set are pending,
the patch which was holding them has already been applied,
and should have no conflicts in the current HEAD (tell me if otherwise).

Thanks,

Alex

On 2020-09-28 11:06, Alejandro Colomar wrote:
> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
> ---
>   man7/system_data_types.7 | 23 +++++++++++++++++++++++
>   1 file changed, 23 insertions(+)
> 
> Hi Michael,
> 
> Please hold until the ffix is applied (or not).
> 
> Thanks,
> 
> Alex
> 
> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
> index ff0403df9..16930985e 100644
> --- a/man7/system_data_types.7
> +++ b/man7/system_data_types.7
> @@ -197,6 +197,29 @@ Conforming to: C99 and later; POSIX.1-2001 and later.
>   See also:
>   .BR fenv (3)
>   .RE
> +.\"------------------------------------- FILE -------------------------/
> +.TP
> +.I FILE
> +.RS
> +.br
> +Include:
> +.IR <stdio.h> ;
> +or
> +.IR <wchar.h> .
> +.PP
> +An object type used for streams.
> +.PP
> +Conforming to: C99 and later; POSIX.1-2001 and later.
> +.PP
> +See also:
> +.BR fclose (3),
> +.BR flockfile (3),
> +.BR fopen (3),
> +.BR fprintf (3),
> +.BR fread (3),
> +.BR fscanf (3),
> +.BR stdin (3),
> +.BR stdio (3)
> +.RE
>   .\"------------------------------------- float_t ----------------------/
>   .TP
>   .I float_t
>
Michael Kerrisk \(man-pages\) Sept. 29, 2020, 1:35 p.m. UTC | #2
On 9/29/20 3:15 PM, Alejandro Colomar wrote:
> Hi Michael,
> 
> Ping -c2 :)
> 
> patches 2/3 and 3/3 of this set are pending,
> the patch which was holding them has already been applied,
> and should have no conflicts in the current HEAD (tell me if otherwise).

Thanks for the prod! Those two patches are applied and pushed.

Thanks,

Michael

> On 2020-09-28 11:06, Alejandro Colomar wrote:
>> Signed-off-by: Alejandro Colomar <colomar.6.4.3@gmail.com>
>> ---
>>   man7/system_data_types.7 | 23 +++++++++++++++++++++++
>>   1 file changed, 23 insertions(+)
>>
>> Hi Michael,
>>
>> Please hold until the ffix is applied (or not).
>>
>> Thanks,
>>
>> Alex
>>
>> diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
>> index ff0403df9..16930985e 100644
>> --- a/man7/system_data_types.7
>> +++ b/man7/system_data_types.7
>> @@ -197,6 +197,29 @@ Conforming to: C99 and later; POSIX.1-2001 and later.
>>   See also:
>>   .BR fenv (3)
>>   .RE
>> +.\"------------------------------------- FILE -------------------------/
>> +.TP
>> +.I FILE
>> +.RS
>> +.br
>> +Include:
>> +.IR <stdio.h> ;
>> +or
>> +.IR <wchar.h> .
>> +.PP
>> +An object type used for streams.
>> +.PP
>> +Conforming to: C99 and later; POSIX.1-2001 and later.
>> +.PP
>> +See also:
>> +.BR fclose (3),
>> +.BR flockfile (3),
>> +.BR fopen (3),
>> +.BR fprintf (3),
>> +.BR fread (3),
>> +.BR fscanf (3),
>> +.BR stdin (3),
>> +.BR stdio (3)
>> +.RE
>>   .\"------------------------------------- float_t ----------------------/
>>   .TP
>>   .I float_t
>>
diff mbox series

Patch

diff --git a/man7/system_data_types.7 b/man7/system_data_types.7
index ff0403df9..16930985e 100644
--- a/man7/system_data_types.7
+++ b/man7/system_data_types.7
@@ -197,6 +197,29 @@  Conforming to: C99 and later; POSIX.1-2001 and later.
 See also:
 .BR fenv (3)
 .RE
+.\"------------------------------------- FILE -------------------------/
+.TP
+.I FILE
+.RS
+.br
+Include:
+.IR <stdio.h> ;
+or
+.IR <wchar.h> .
+.PP
+An object type used for streams.
+.PP
+Conforming to: C99 and later; POSIX.1-2001 and later.
+.PP
+See also:
+.BR fclose (3),
+.BR flockfile (3),
+.BR fopen (3),
+.BR fprintf (3),
+.BR fread (3),
+.BR fscanf (3),
+.BR stdin (3),
+.BR stdio (3)
+.RE
 .\"------------------------------------- float_t ----------------------/
 .TP
 .I float_t