-
Notifications
You must be signed in to change notification settings - Fork 1
/
libhello.sgml
57 lines (46 loc) · 1.2 KB
/
libhello.sgml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
<refentryinfo>
<address>
<email>asmirnov@ilbers.de</email>
</address>
<author>
<firstname>Alexander</firstname>
<surname>Smirnov</surname>
</author>
<copyright>
<year>2018</year>
<holder>ilbers GmbH</holder>
</copyright>
<date>January 22, 2018</date>
</refentryinfo>
<refmeta>
<refentrytitle>libhello</refentrytitle>
<manvolnum>3</manvolnum>
</refmeta>
<refnamediv>
<refname>libhello</refname>
<refpurpose>A sample library</refpurpose>
</refnamediv>
<refsynopsisdiv>
<funcsynopsis>
<funcprototype><funcdef>int <function>say_hello</function></funcdef>
<paramdef>
<parameter>void</parameter>
</paramdef>
</funcprototype>
</funcsynopsis>
</refsynopsisdiv>
<refsect1>
<title>DESCRIPTION</title>
<para>Print hello message to the standard output.</para>
</refsect1>
<refsect1>
<title>RETURN VALUE</title>
<para><function>say_hello</function> always returns zero.</para>
</refsect1>
<refsect1>
<title>AUTHOR</title>
<para>Alexander Smirnov <email>asmirnov@ilbers.de</email></para>
</refsect1>
</refentry>