]> Cypherpunks repositories - gostls13.git/commitdiff
6l: fix documentation of -L flag
authorAndrew Gerrand <adg@golang.org>
Thu, 23 Dec 2010 22:04:53 +0000 (09:04 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 23 Dec 2010 22:04:53 +0000 (09:04 +1100)
R=rsc, iant2, iant
CC=golang-dev
https://golang.org/cl/3802044

src/cmd/5l/doc.go
src/cmd/6l/doc.go
src/cmd/8l/doc.go

index b09995d719f92b0ca038a9b21a3c781736fe4740..6f7408116b95596f762ccff61f62a673a06f5c52 100644 (file)
@@ -20,8 +20,8 @@ Original options are listed in the link above.
 
 Options new in this version:
 
--L dir1,dir2,..
-       Search for libraries (package files) in the comma-separated list of directories.
+-L dir1 -L dir2
+       Search for libraries (package files) in dir1, dir2, etc.
        The default is the single location $GOROOT/pkg/$GOOS_arm.
 -r dir1:dir2:...
        Set the dynamic linker search path when using ELF.
index a74e9b5c0ccfb654dbfb9db9c06dac9c8a0a25aa..501317f36b9662709c3ec04ae1f316a90792a95e 100644 (file)
@@ -32,8 +32,8 @@ Options new in this version:
        Write Apple Mach-O binaries (default when $GOOS is darwin)
 -H7
        Write Linux ELF binaries (default when $GOOS is linux)
--L dir1,dir2,..
-       Search for libraries (package files) in the comma-separated list of directories.
+-L dir1 -L dir2
+       Search for libraries (package files) in dir1, dir2, etc.
        The default is the single location $GOROOT/pkg/$GOOS_amd64.
 -r dir1:dir2:...
        Set the dynamic linker search path when using ELF.
index c8c05868469c7e0b5b669130e182c4abf12b67b1..0bf6f151fe9af3b626650cd52d3bc6f2d1c82f3c 100644 (file)
@@ -29,8 +29,8 @@ Options new in this version:
        Write Apple Mach-O binaries (default when $GOOS is darwin)
 -H7
        Write Linux ELF binaries (default when $GOOS is linux)
--L dir1,dir2,..
-       Search for libraries (package files) in the comma-separated list of directories.
+-L dir1 -L dir2
+       Search for libraries (package files) in dir1, dir2, etc.
        The default is the single location $GOROOT/pkg/$GOOS_386.
 -r dir1:dir2:...
        Set the dynamic linker search path when using ELF.