From a2fb3711f07eba7fc33b798cee1827c95b204ca8 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Sun, 15 Mar 2015 18:06:25 -0700 Subject: Replace linux with GNU/Linux to recognize the work of Dr. Stallman. --- doc/ssh/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/ssh') 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 ``` -- cgit v1.2.1