mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #8924 from pdericson/api-doc-fix
Fix typo in api docs: stdou -> stdout
This commit is contained in:
commit
b68d7d39bc
11 changed files with 11 additions and 11 deletions
|
@ -519,7 +519,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -555,7 +555,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -603,7 +603,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -596,7 +596,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -601,7 +601,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -635,7 +635,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -635,7 +635,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -545,7 +545,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -490,7 +490,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -538,7 +538,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
|
@ -564,7 +564,7 @@ Status Codes:
|
|||
`STREAM_TYPE` can be:
|
||||
|
||||
- 0: stdin (will be written on stdout)
|
||||
- 1: stdou
|
||||
- 1: stdout
|
||||
- 2: stderr
|
||||
|
||||
`SIZE1, SIZE2, SIZE3, SIZE4` are the 4 bytes of
|
||||
|
|
Loading…
Reference in a new issue