Lib/std/c/, create_cproject: Create man page template
[sunny256-utils.git] / Lib / std / db5-manpage
blob6ce7da045af795af4abc2c80c08094918bbdc759
1 <?xml version="1.0" encoding="UTF-8"?>
2 <article xmlns="http://docbook.org/ns/docbook"
3 xml:id="articleid"
4 version="5.0" xml:lang="en">
5 <!-- STDfilenameDTS -->
6 <!-- File ID: STDuuidDTS -->
7 <title>Example refentry</title>
8 <refentry xml:id="ls">
9 <refmeta>
10 <refentrytitle>ls</refentrytitle>
11 <manvolnum>1</manvolnum>
12 </refmeta>
13 <refnamediv>
14 <refname>ls</refname>
15 <refpurpose>list contents of a directory</refpurpose>
16 </refnamediv>
17 <refsynopsisdiv>
18 <cmdsynopsis>
19 <command>/usr/bin/ls</command>
20 <arg choice="opt">
21 <option>aAbcCdfFgilLmnopqrRstux1</option>
22 </arg>
23 <arg choice="opt" rep="repeat">file</arg>
24 </cmdsynopsis>
25 </refsynopsisdiv>
26 <refsect1>
27 <title>Description</title>
29 <para>For each file that is a directory, <command>ls</command>
30 lists the contents of the directory; for each file that is an
31 ordinary file, <command>ls</command> repeats its name and any
32 other information requested.</para>
34 <para></para>
36 </refsect1>
37 </refentry>
38 <!-- vim: set tw=72 ts=2 sts=2 sw=2 et fo=tcqw fenc=UTF-8 : -->
39 </article>