diff options
author | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-15 18:06:25 -0700 |
---|---|---|
committer | Sytse Sijbrandij <sytse@gitlab.com> | 2015-03-15 18:06:25 -0700 |
commit | a2fb3711f07eba7fc33b798cee1827c95b204ca8 (patch) | |
tree | d2f2b44b59b3f839f570191ad62f87540175aefb /doc/ssh/README.md | |
parent | 60df262c38d7c235b483cc1c4beb12f793e0e58a (diff) | |
download | gitlab-ce-a2fb3711f07eba7fc33b798cee1827c95b204ca8.tar.gz |
Replace linux with GNU/Linux to recognize the work of Dr. Stallman.replace-linux-with-gnu-linux
Diffstat (limited to 'doc/ssh/README.md')
-rw-r--r-- | doc/ssh/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ssh/README.md b/doc/ssh/README.md index 6fe23dfa2a6..66941521c2e 100644 --- a/doc/ssh/README.md +++ b/doc/ssh/README.md @@ -45,7 +45,7 @@ clip < ~/.ssh/id_rsa.pub pbcopy < ~/.ssh/id_rsa.pub ``` -**Linux (requires xclip):** +**GNU/Linux (requires xclip):** ```bash xclip -sel clip < ~/.ssh/id_rsa.pub ``` |