summaryrefslogtreecommitdiffstats
path: root/linux-next.html
diff options
context:
space:
mode:
Diffstat (limited to 'linux-next.html')
-rw-r--r--linux-next.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux-next.html b/linux-next.html
index 5cd8358..5a4be11 100644
--- a/linux-next.html
+++ b/linux-next.html
@@ -57,7 +57,7 @@ Linux <em>man-pages</em>: &nbsp;
# or: git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
Cloning into 'linux'...
...</pre>
-
+
<p>
Then add a remote tracking branch for <em>linux-next</em>:
</p>
@@ -65,9 +65,9 @@ Linux <em>man-pages</em>: &nbsp;
$ <strong>git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git</strong>
# or: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
</pre>
-
+
<p>
- Fetch <em>linux-next</em> plus tags
+ Fetch <em>linux-next</em> plus tags
</p>
<pre> $ <strong>git fetch linux-next</strong>
...