From dc62c66c73d097340803fd3dc4627746385ca9e7 Mon Sep 17 00:00:00 2001 From: Rob Pike Date: Tue, 3 Nov 2009 17:46:35 -0800 Subject: more command documentation, including nm and prof R=rsc http://go/go-review/1017022 --- src/cmd/nm/doc.go | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/cmd/nm/doc.go (limited to 'src/cmd/nm') diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go new file mode 100644 index 0000000000..5c171797b0 --- /dev/null +++ b/src/cmd/nm/doc.go @@ -0,0 +1,18 @@ +// Copyright 2009 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +/* + +nm is a version of the Plan 9 nm command documented at + + http://plan9.bell-labs.com/magic/man2html/1/nm + +It prints the name list (symbol table) for programs compiled by gc as well as the +Plan 9 C compiler. + +For reasons of disambiguation it is installed as 6nm although it also serves +as an 8nm and a 5nm. + +*/ +package documentation -- cgit v1.3-5-g9baa