Skip to content

Corrected the spelling of 'command-line' in 'Terminology' #219

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 13, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions xml/docu_styleguide.terminology.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,7 @@
<entry>(to) save sth.</entry>
<entry>(to) store sth., (to) write sth. out</entry>
<entry>verb; when saving or overwriting a file from a GUI program or
via a parameter of a command line program; see also
via a parameter of a command-line program; see also
<emphasis>write</emphasis>
</entry>
</row>
Expand Down Expand Up @@ -1497,7 +1497,7 @@
<row>
<entry>shell</entry>
<entry/>
<entry>noun; a command line interpreter, used to describe
<entry>noun; a command-line interpreter used to describe
programs that expose the input/output to the user
(bash, sh, zsh) and to refer to the command prompt;
see also <emphasis>console, terminal</emphasis></entry>
Expand Down Expand Up @@ -1989,7 +1989,7 @@
<entry>(to) write sth.</entry>
<entry>(to) pipe sth. [Unix jargon],
(to) write sth. out</entry>
<entry>verb; when saving the command line output of a program as a
<entry>verb; when saving the command-line output of a program as a
file using <literal>&gt;</literal> or <literal>&gt;&gt;</literal>;
see also <emphasis>save</emphasis>
</entry>
Expand Down