summaryrefslogtreecommitdiffstats
path: root/tde-i18n-de/docs/tdebase/kioslave/man.docbook
blob: b42f5e609a981da7012f2d67b441a1c236241594 (plain)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<article lang="&language;" id="man">
<title
>Man</title>
<articleinfo>
<authorgroup>
<author
>&Lauri.Watts; &Lauri.Watts.mail;</author>
<author
><firstname
>Nicolas</firstname
> <surname
>Goutte</surname
> <email
>goutte@kde.org</email
> </author>
<othercredit role="translator"
><firstname
>Marco</firstname
><surname
>Wegner</surname
><affiliation
><address
><email
>mail@marcowegner.de</email
></address
></affiliation
><contrib
>Übersetzer</contrib
></othercredit
> 
</authorgroup>
</articleinfo>

<para
>Das man-Modul erlaubt Ihnen, die Programm-Handbücher ("man pages") zu lesen, die in Ihrem System installiert sind. Es ist einfach zu benutzen: </para>

<variablelist>
<varlistentry>
<term
><userinput
><command
>man:</command
></userinput
></term>
<listitem>
<para
>Gibt einen Überblick über die Abschnitte in den Handbüchern. Es sind Verweise auf die Verzeichnisse. </para>
</listitem>
</varlistentry>
<varlistentry>
<term
><userinput
><command
>man:</command
><replaceable
>fopen</replaceable
></userinput
></term>
<listitem>
<para
>Zeigt das Handbuch für <command
>fopen</command
> an. </para>
</listitem>
</varlistentry>
<varlistentry>
<term
><userinput
><command
>man:</command
><replaceable
>fopen(3)</replaceable
></userinput
></term>
<listitem>
<para
>Zeigt das Handbuch für <command
>fopen</command
> in Abschnitt 3 an. </para>
</listitem>
</varlistentry>
<varlistentry>
<term
><userinput
><command
>man:</command
><replaceable
>(3)</replaceable
></userinput
></term>
<listitem>
<para
>Dies zeigt den Index von Abschnitt 3 an. </para>
</listitem>
</varlistentry>
<varlistentry>
<term
><userinput
><command
>man:</command
>intro<replaceable
>(3)</replaceable
></userinput
></term>
<listitem>
<para
>Dies zeigt die Einführung von Abschnitt 3 an. </para>
</listitem>
</varlistentry>
</variablelist>

<note
><para
>Wenn mehr als eine Hilfeseite mit dem gleichen Namen existiert, erhalten Sie eine Liste aus der Sie die gewünschte Hilfeseite auswählen können.</para
></note>

<para
>Es geht auch kürzer: <userinput
><command
>#fopen</command
></userinput
> zeigt ebenfalls das Handbuch für <command
>fopen</command
> an. </para>

<para
>Wenn nicht alle Handbücher gefunden werden, passen Sie die Konfigurationsdatei <filename
>/etc/manpath.config</filename
> an oder bearbeiten Sie die Umgebungsvariablen <envar
>MANPATH</envar
> und <envar
>MANSECT</envar
>. </para>

<para
>Wie bei allen anderen Ein-/Ausgabemodulen von &kde; können Sie auch hier in <emphasis
>jeder</emphasis
> &kde;-Anwendung eine &URL; wie <userinput
><command
>man:socket</command
></userinput
> eingeben. Versuchen Sie es &zb; in &kwrite; und Sie werden das Programmhandbuch im <acronym
>HTML</acronym
>-Format sehen können. </para>

<para
>Kontakt: <email
>kde-devel@kde.org</email
> </para>

</article>