summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar J. Bruce Fields <bfields@citi.umich.edu>2007-03-10 21:45:29 -0500
committerLibravatar J. Bruce Fields <bfields@citi.umich.edu>2007-03-10 23:05:01 -0500
commit923642fe1bdf010a1f2bef1507e17b9ee97cbf87 (patch)
tree7ff229e56338e64bfa8d94c60027a6051a00840f
parentglossary: fix overoptimistic automatic linking of defined terms (diff)
downloadtgif-923642fe1bdf010a1f2bef1507e17b9ee97cbf87.tar.xz
user-manual: fix inconsistent example
The configuration file fragment here is inconsistent with the text above. Thanks to Ramsay Jones for the correction. Cc: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
-rw-r--r--Documentation/user-manual.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index a5e7b536f2..8b5709ba75 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -601,8 +601,8 @@ a new stanza:
$ cat .git/config
...
[remote "linux-nfs"]
- url = git://linux-nfs.org/~bfields/git.git
- fetch = +refs/heads/*:refs/remotes/linux-nfs-read/*
+ url = git://linux-nfs.org/pub/nfs-2.6.git
+ fetch = +refs/heads/*:refs/remotes/linux-nfs/*
...
-------------------------------------------------