]> Kevux Git Server - fll/blob
1818af8cb2226127152702999364a74fc1d908e9
[fll] /
1 .TH fss_extended_list_write_print_copyright "3" "May 2024" "FLL - Featureless Linux Library 0.6.10" "Library Functions"
2 .SH "NAME"
3 fss_extended_list_write_print_copyright
4 .SH SYNOPSIS
5 .nf
6 .B #include <program/fss_extended_list_write.h>
7 .sp
8 \fBf_status_t fss_extended_list_write_print_copyright\fP(
9     \fBconst f_file_t \fP\fIfile\fP,
10     \fBconst bool     \fP\fIdetail\fP
11 );
12 .fi
13 .SH DESCRIPTION
14 .PP
15 Print copyright.
16 .SH PARAMETERS
17 .TP
18 .B file
19 The file to print to.
20
21 .TP
22 .B detail
23 If TRUE, then the detailed copyright is printed (unless di_detailed_copyright is set). If FALSE, then the short copyright is printed.
24
25 .SH RETURN VALUE
26 .PP
27 \fBF_none\fP on success.
28 .SH SEE ALSO
29 .PP
30 .nh
31 .ad l
32 \fIfss_extended_list_write_main\fP(3), \fIfss_extended_list_write_print_copyright\fP(3), \fIfss_extended_list_write_print_help\fP(3)
33 .ad
34 .hy
35 .SH AUTHOR
36 Written by Kevin Day.
37 .SH COPYRIGHT
38 .PP
39 Copyright \(co 2007-2024 Kevin Day, GNU LGPL Version 2.1 or later.