]> Cypherpunks repositories - gostls13.git/commit
syscall: don't make //sys lines be doc comments
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Feb 2013 19:23:58 +0000 (11:23 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 14 Feb 2013 19:23:58 +0000 (11:23 -0800)
commit248d1446b53900b90d1279631a035508942d332c
treee55e9f75e638576bf95b831f7e603f8431e6700b
parent357a18a2c625d06f0f9202142b3432458368484f
syscall: don't make //sys lines be doc comments

Cleans up godoc and makes it consistent. (some had it, some
didn't)

This still keeps the information there, though, for people
looking at the source directly.

R=golang-dev, minux.ma, rsc
CC=golang-dev
https://golang.org/cl/7324056
src/pkg/syscall/syscall_bsd.go
src/pkg/syscall/syscall_linux.go