runc/specs-go
W. Trevor King 9500be8470 Replace "container's main process" with "container process"
We use both forms, but the latter was more popular.  Before this
branch:

  $ git grep -i 'container process' origin/master | wc -l
  13
  $ git grep -i 'main process' origin/master | wc -l
  4

Also fix "process id" -> "process ID" in one of the lines I touched,
to match fork(2) [1].

[1]: http://man7.org/linux/man-pages/man2/fork.2.html

Signed-off-by: W. Trevor King <wking@tremily.us>
2016-08-03 00:10:52 -07:00
..
config.go Replace "container's main process" with "container process" 2016-08-03 00:10:52 -07:00
state.go Replace "container's main process" with "container process" 2016-08-03 00:10:52 -07:00
version.go version: bump to -dev for master 2016-06-03 15:47:55 -04:00