go/src/os
Brad Fitzpatrick 5fea2ccc77 all: single space after period.
The tree's pretty inconsistent about single space vs double space
after a period in documentation. Make it consistently a single space,
per earlier decisions. This means contributors won't be confused by
misleading precedence.

This CL doesn't use go/doc to parse. It only addresses // comments.
It was generated with:

$ perl -i -npe 's,^(\s*// .+[a-z]\.)  +([A-Z]),$1 $2,' $(git grep -l -E '^\s*//(.+\.)  +([A-Z])')
$ go test go/doc -update

Change-Id: Iccdb99c37c797ef1f804a94b22ba5ee4b500c4f7
Reviewed-on: https://go-review.googlesource.com/20022
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Dave Day <djd@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-03-02 00:13:47 +00:00
..
exec all: single space after period. 2016-03-02 00:13:47 +00:00
signal all: single space after period. 2016-03-02 00:13:47 +00:00
user all: single space after period. 2016-03-02 00:13:47 +00:00
dir_plan9.go
dir_unix.go
dir_windows.go
doc.go all: single space after period. 2016-03-02 00:13:47 +00:00
env.go all: single space after period. 2016-03-02 00:13:47 +00:00
env_test.go os: eradicate smallpox after test 2015-05-06 17:38:57 +00:00
env_unix_test.go
error.go os: add document for ErrInvalid 2015-11-13 01:09:10 +00:00
error_plan9.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_test.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_unix.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
error_windows.go os: make IsPermission, IsExist, and IsNotExist unwrap SyscallError too 2015-10-10 21:20:14 +00:00
exec.go all: single space after period. 2016-03-02 00:13:47 +00:00
exec_plan9.go
exec_posix.go all: single space after period. 2016-03-02 00:13:47 +00:00
exec_unix.go
exec_windows.go os: fix a race between Process.signal() and wait() on Windows 2015-06-11 01:33:25 +00:00
export_test.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
file.go all: single space after period. 2016-03-02 00:13:47 +00:00
file_plan9.go all: single space after period. 2016-03-02 00:13:47 +00:00
file_posix.go os: remove stuttering return value names 2015-07-18 01:34:21 +00:00
file_unix.go all: single space after period. 2016-03-02 00:13:47 +00:00
file_windows.go all: single space after period. 2016-03-02 00:13:47 +00:00
getwd.go all: single space after period. 2016-03-02 00:13:47 +00:00
getwd_darwin.go
os_test.go os: fix tests on brillo 2016-02-24 21:05:40 +00:00
os_unix_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
os_windows_test.go all: fix typos 2016-02-23 13:58:47 +00:00
path.go all: single space after period. 2016-03-02 00:13:47 +00:00
path_plan9.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
path_unix.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
path_windows.go all: use "reports whether" in place of "returns true if(f)" 2015-03-18 15:14:06 +00:00
pipe_bsd.go
pipe_linux.go
pipe_test.go all: single space after period. 2016-03-02 00:13:47 +00:00
proc.go os: give race detector chance to override Exit(0) 2015-03-28 12:42:37 +00:00
stat_darwin.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_dragonfly.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_freebsd.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_linux.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_nacl.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_netbsd.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_openbsd.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_plan9.go all: single space after period. 2016-03-02 00:13:47 +00:00
stat_solaris.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
stat_windows.go all: single space after period. 2016-03-02 00:13:47 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_solaris.go
sys_unix.go
sys_windows.go all: make copyright headers consistent with one space after period 2016-03-01 23:34:33 +00:00
types.go all: single space after period. 2016-03-02 00:13:47 +00:00
types_plan9.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
types_unix.go os: reduce allocations in Readdir on unix 2015-10-30 19:47:55 +00:00
types_windows.go