Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
98ac4c6e
Commit
98ac4c6e
authored
Nov 04, 2009
by
Rob Pike
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stylistic issues in a couple of cmd docs
R=rsc
http://go/go-review/1017028
parent
0d3dd3c9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
doc.go
src/cmd/nm/doc.go
+1
-1
doc.go
src/cmd/prof/doc.go
+1
-1
No files found.
src/cmd/nm/doc.go
View file @
98ac4c6e
...
...
@@ -4,7 +4,7 @@
/*
nm is a version of the Plan 9 nm command documented at
This
nm is a version of the Plan 9 nm command documented at
http://plan9.bell-labs.com/magic/man2html/1/nm
...
...
src/cmd/prof/doc.go
View file @
98ac4c6e
...
...
@@ -4,7 +4,7 @@
/*
p
rof is a rudimentary real-time profiler.
P
rof is a rudimentary real-time profiler.
Given a command to run or the process id (pid) of a command already
running, it samples the program's state at regular intervals and reports
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment