Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ssh
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-03-16 04:06:25 +0300
committerSytse Sijbrandij <sytse@gitlab.com>2015-03-16 04:06:25 +0300
commita2fb3711f07eba7fc33b798cee1827c95b204ca8 (patch)
treed2f2b44b59b3f839f570191ad62f87540175aefb /doc/ssh
parent60df262c38d7c235b483cc1c4beb12f793e0e58a (diff)
Replace linux with GNU/Linux to recognize the work of Dr. Stallman.
Diffstat (limited to 'doc/ssh')
-rw-r--r--doc/ssh/README.md2
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
```