From e067f862f1774ab89a2096a88571a94e3b9cd353 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Mon, 9 Nov 2009 11:45:15 -0800 Subject: tweak documentation of commands so that first sentence is better for cmd page. live at http://r45:3456/cmd/ R=gri, r http://go/go-review/1024034 --- src/cmd/ld/doc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/ld/doc.go') diff --git a/src/cmd/ld/doc.go b/src/cmd/ld/doc.go index efdba719f..972e2a32c 100644 --- a/src/cmd/ld/doc.go +++ b/src/cmd/ld/doc.go @@ -4,8 +4,8 @@ /* -This directory contains the portable section of the Plan 9 C linkers as -represented here. See ../6l, ../8l, and ../5l for more information. +This directory contains the portable section of the Plan 9 C linkers. +See ../6l, ../8l, and ../5l for more information. */ package documentation -- cgit v1.2.3