Skip to content

docs: fix full-width punctuation in registries.conf documentation - #2975

Closed
Arunendra21 wants to merge 1 commit into
containers:mainfrom
Arunendra21:fix-fullwidth-punctuation-registries-docs
Closed

docs: fix full-width punctuation in registries.conf documentation#2975
Arunendra21 wants to merge 1 commit into
containers:mainfrom
Arunendra21:fix-fullwidth-punctuation-registries-docs

Conversation

@Arunendra21

Copy link
Copy Markdown

A handful of spots in the registries.conf man page and the matching Go doc comment use full-width CJK punctuation instead of plain ASCII. This replaces them with regular ASCII punctuation.

In docs/containers-registries.conf.5.md, the mirror fields list used a full-width colon (U+FF1A) after location and insecure, and a full-width comma (U+FF0C) after "digest-only". The same full-width comma also appears in the PullFromMirror doc comment in pkg/sysregistriesv2/system_registries_v2.go, which is where the man page text comes from.

These are just typos. They look off in the rendered man page and are inconsistent with the rest of the file, which already uses ASCII colons and commas (for example the pull-from-mirror line right below already uses a normal colon). The change is documentation and comments only, so there is no behavior change.

A handful of spots in the registries.conf man page and the matching Go
doc comment use full-width CJK punctuation instead of plain ASCII. This
replaces them with regular ASCII punctuation.

In docs/containers-registries.conf.5.md, the mirror fields list used a
full-width colon (U+FF1A) after location and insecure, and a full-width
comma (U+FF0C) after "digest-only". The same full-width comma also
appears in the PullFromMirror doc comment in
pkg/sysregistriesv2/system_registries_v2.go, which is where the man page
text comes from.

These are just typos. They look off in the rendered man page and are
inconsistent with the rest of the file, which already uses ASCII colons
and commas. The change is documentation and comments only, so there is
no behavior change.

Signed-off-by: Arunendra21 <Arunt@dciphers.com>
Co-authored-by: eeshsaxena <eeshsaxena@gmail.com>
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown

This repository has been migrated to https://github.com/containers/container-libs. Please open your PR there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants