blob: fed8cee2ea93fbe24b229ce08afac733174a6cc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<think>
Alright, I need to classify this bug report: "man page is missing suboptions for '-display'". The possible categories are listed, and I should pick just one.
First, let's understand the issue. The man page (user documentation) doesn't include all the suboptions for the "-display" command-line option in QEMU. This seems to be a documentation problem rather than a code bug.
Looking at the categories, "other" is an option but there might be more specific ones. Let's check each category:
- Mistranslation: No, this isn't about incorrect mapping.
- Assembly: Doesn't relate here.
- Device, Graphic, Network, etc.: These are related to functionality, not documentation.
- Documentation-related issues don't fit into the provided categories except perhaps "other".
Since none of the specific categories cover missing documentation, "other" is the appropriate choice.
</think>
The bug report indicates that a part of the user documentation (man page) for QEMU is incomplete. Since this isn't related to any of the listed technical categories like device, graphic, or network issues, and it's not a mistranslation or performance issue, the correct category is:
other
|