diff options
author | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-11 00:14:47 +0000 |
---|---|---|
committer | rusty <rusty@0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652> | 2014-02-11 00:14:47 +0000 |
commit | 60772f692e88efc2e347d83da5e50cdf9d47e48c (patch) | |
tree | ea7616377b711eb447123cb4686c663f33b3c7a7 /feedback/6.txt | |
parent | 4870127cb418abceb6eb379f1a509d2ee796f48a (diff) |
Feedback: minor clarity update from Thomas.
Signed-off-by: Rusty Russell <rusty@au1.ibm.com>
git-svn-id: https://tools.oasis-open.org/version-control/svn/virtio@229 0c8fb4dd-22a2-4bb5-bc14-6c75a5f43652
Diffstat (limited to 'feedback/6.txt')
-rw-r--r-- | feedback/6.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/feedback/6.txt b/feedback/6.txt index 64706f3..2495737 100644 --- a/feedback/6.txt +++ b/feedback/6.txt @@ -344,7 +344,7 @@ index 7e77740..ca155ec 100644 + a port as a console port. There may be more than one console port. + The driver SHOULD treat the port in a manner suitable for text + console access; the driver MUST respond with a VIRTIO_CONSOLE_PORT_OPEN -+ message. The driver MUST set \field{value} to 1. ++ message, with \field{value} to 1. +\item [VIRTIO_CONSOLE_RESIZE (5)] Sent by the device to indicate + a console size change. \field{value} is unused. The buffer is followed by the number of columns and rows: +\begin{lstlisting} |