]> Kevux Git Server - fll/blob
cef41c9b64bf8a3e90102fd3e631deba0fe36a08
[fll] /
1 .TH fss_embedded_list_write_print_copyright "3" "April 2025" "FLL - Featureless Linux Library 0.6.15" "Library Functions"
2 .SH "NAME"
3 fss_embedded_list_write_print_copyright
4 .SH SYNOPSIS
5 .nf
6 .B #include <program/fss_embedded_list_write.h>
7 .sp
8 \fBf_status_t fss_embedded_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_embedded_list_write_main\fP(3), \fIfss_embedded_list_write_print_copyright\fP(3), \fIfss_embedded_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-2025 Kevin Day, GNU LGPL Version 2.1 or later.