From 18ccbc69f8ba71a396acba50ecfe5a591f687c78 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/nm/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cmd/nm') diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go index 60f08f568c..84a91792fb 100644 --- a/src/cmd/nm/doc.go +++ b/src/cmd/nm/doc.go @@ -4,7 +4,7 @@ /* -This nm is a version of the Plan 9 nm command documented at +Nm is a version of the Plan 9 nm command. The original is documented at http://plan9.bell-labs.com/magic/man2html/1/nm -- cgit v1.3-5-g9baa