aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-02-01 02:08:11 +0100
committerKay Sievers <kay.sievers@suse.de>2006-02-01 02:08:11 +0100
commita2a7f7d7af3c44bf9390c9fe168993f4d0916807 (patch)
tree56aff27c4347eaa538df0541ed2b38562c21f7e4
parentb3e8c12b2d18897d6d9220607fc32ee18e5db4ac (diff)
downloadudev-a2a7f7d7af3c44bf9390c9fe168993f4d0916807.tar.gz
fix typo in man page
Thanks to Joachim Breitner <nomeata@debian.org>.
-rw-r--r--udev.72
-rw-r--r--udev.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/udev.7 b/udev.7
index 711bd086..75db2b72 100644
--- a/udev.7
+++ b/udev.7
@@ -138,7 +138,7 @@ Add a program to the list of programs to be executed for a specific device.
Named label where a GOTO can jump to.
.TP
\fBGOTO\fR
-Jumps to the next LABEL with a matching gname
+Jumps to the next LABEL with a matching name
.TP
\fBIMPORT{\fR\fB\fItype\fR\fR\fB}\fR
Import the printed result or the value of a file in environment key format into the event environment.
diff --git a/udev.xml b/udev.xml
index bf5676be..51288c00 100644
--- a/udev.xml
+++ b/udev.xml
@@ -315,7 +315,7 @@
<varlistentry>
<term><option>GOTO</option></term>
<listitem>
- <para>Jumps to the next LABEL with a matching gname</para>
+ <para>Jumps to the next LABEL with a matching name</para>
</listitem>
</varlistentry>