diff --git a/manpages/awesome-client.1.de.txt b/manpages/awesome-client.1.de.txt index f9cf18a87..40623fdff 100644 --- a/manpages/awesome-client.1.de.txt +++ b/manpages/awesome-client.1.de.txt @@ -35,11 +35,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # Das folgende Beispiel erzeugt keine Ausgabe auf der Kommandozeile, # sondern zeigt eine Benachrichtigung an. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI-Benachrichtigung", -> text="Dies ist eine Benachrichtigung von der Kommandozeile!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI-Benachrichtigung", + text="Dies ist eine Benachrichtigung von der Kommandozeile!"}) +' # Starte eine lesen-ausführen-ausgeben-Schleife (REPL). # In diesem Modus wird jede Zeile zu awesome geschickt; auf die selbe Art diff --git a/manpages/awesome-client.1.es.txt b/manpages/awesome-client.1.es.txt index 8336caf10..cce25ed3d 100644 --- a/manpages/awesome-client.1.es.txt +++ b/manpages/awesome-client.1.es.txt @@ -38,11 +38,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # The following does not return anything on the command line, # but will show a notification. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI Notification", -> text="This is a notification sent from the command line!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI Notification", + text="This is a notification sent from the command line!"}) +' # Entering read-eval-print-loop mode # This mode will send every line to awesome, exactly the same as passing diff --git a/manpages/awesome-client.1.fr.txt b/manpages/awesome-client.1.fr.txt index d1167aa7c..80c3b87f6 100644 --- a/manpages/awesome-client.1.fr.txt +++ b/manpages/awesome-client.1.fr.txt @@ -35,11 +35,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # The following does not return anything on the command line, # but will show a notification. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI Notification", -> text="This is a notification sent from the command line!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI Notification", + text="This is a notification sent from the command line!"}) +' # Entering read-eval-print-loop mode # This mode will send every line to awesome, exactly the same as passing diff --git a/manpages/awesome-client.1.it.txt b/manpages/awesome-client.1.it.txt index 947c13230..ea69b83ab 100644 --- a/manpages/awesome-client.1.it.txt +++ b/manpages/awesome-client.1.it.txt @@ -38,11 +38,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # The following does not return anything on the command line, # but will show a notification. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI Notification", -> text="This is a notification sent from the command line!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI Notification", + text="This is a notification sent from the command line!"}) +' # Entering read-eval-print-loop mode # This mode will send every line to awesome, exactly the same as passing diff --git a/manpages/awesome-client.1.ru.txt b/manpages/awesome-client.1.ru.txt index 7bdde881d..bf233a519 100644 --- a/manpages/awesome-client.1.ru.txt +++ b/manpages/awesome-client.1.ru.txt @@ -37,11 +37,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # Следующий пример не возвращает ничего в командную строку, # но показывает уведомление. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI Notification", -> text="Это уведомление было отправлено из командной строки!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI Notification", + text="Это уведомление было отправлено из командной строки!"}) +' # Интерактивный режим (REPL) # В данном режиме каждая строка введенная пользователем diff --git a/manpages/awesome-client.1.txt b/manpages/awesome-client.1.txt index 03e5f9179..06d6cc1c4 100644 --- a/manpages/awesome-client.1.txt +++ b/manpages/awesome-client.1.txt @@ -36,11 +36,11 @@ $ awesome-client 'return 1+1, "Hello, world"' # The following does not return anything on the command line, # but will show a notification. $ awesome-client ' -> naughty = require("naughty") -> naughty.notify({ -> title="CLI Notification", -> text="This is a notification sent from the command line!"}) -> ' + naughty = require("naughty") + naughty.notify({ + title="CLI Notification", + text="This is a notification sent from the command line!"}) +' # Entering read-eval-print-loop mode # This mode will send every line to awesome, exactly the same as passing