summaryrefslogtreecommitdiff
path: root/src/cmd/nm/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/nm/doc.go')
-rw-r--r--src/cmd/nm/doc.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/nm/doc.go b/src/cmd/nm/doc.go
index c84369a5f..004567cad 100644
--- a/src/cmd/nm/doc.go
+++ b/src/cmd/nm/doc.go
@@ -11,7 +11,7 @@ Nm is a version of the Plan 9 nm command. The original is documented at
It prints the name list (symbol table) for programs compiled by gc as well as the
Plan 9 C compiler.
-This implementation adds the flag -S, which prints each symbol's size
+This implementation adds the flag -S, which prints each symbol's size
in decimal after its address.
Usage: