Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • QEMU QEMU
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 751
    • Issues 751
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Insights
    • Issue
    • Repository
  • External wiki
    • External wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • QEMUQEMU
  • QEMUQEMU
  • Repository
  • qemu
  • docs
  • system
  • arm
  • sbsa.rst
Find file BlameHistoryPermalink
  • Peter Maydell's avatar
    docs: Format literals correctly · 6df743dc
    Peter Maydell authored Jul 26, 2021
    In rST markup, single backticks `like this` represent "interpreted
    text", which can be handled as a bunch of different things if tagged
    with a specific "role":
    https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#interpreted-text
    
    
    (the most common one for us is "reference to a URL, which gets
    hyperlinked").
    
    The default "role" if none is specified is "title_reference",
    intended for references to book or article titles, and it renders
    into the HTML as <cite>...</cite> (usually comes out as italics).
    
    This commit fixes various places in the manual which were
    using single backticks when double backticks (for literal text)
    were intended, and covers those files where only one or two
    instances of these errors were made.
    
    Signed-off-by: Peter Maydell's avatarPeter Maydell <peter.maydell@linaro.org>
    Reviewed-by: Richard Henderson's avatarRichard Henderson <richard.henderson@linaro.org>
    6df743dc