Skip to content

Conversation

@wking
Copy link
Contributor

@wking wking commented Aug 31, 2016

Before this commit the latter was slightly more popular:

$ git grep '\*\*(1)' | wc -l
3
$ git grep '(1)\*\*' | wc -l
2

Change generated with:

$ sed -i 's/(1)\*\*/**(1)/g' $(git grep -l '(1)\*\*')

Before this commit the latter was slightly more popular:

  $ git grep '\*\*(1)' | wc -l
  3
  $ git grep '(1)\*\*' | wc -l
  2

Change generated with:

  $ sed -i 's/(1)\*\*/**(1)/g' $(git grep -l '(1)\*\*')

Signed-off-by: W. Trevor King <[email protected]>
@mrunalp
Copy link
Contributor

mrunalp commented Sep 1, 2016

LGTM

@mrunalp mrunalp merged commit 975c97f into opencontainers:v1.0.0.rc1 Sep 1, 2016
wking pushed a commit to wking/ocitools-v2 that referenced this pull request Sep 15, 2016
Signed-off-by: Mrunal Patel <[email protected]>

Backported to v1.0.0.rc1 from a774b91 opencontainers#212.  The only conflict was in
man/oci-runtime-tool.1.md, where master's opencontainers#212 renamed "ocitools" ->
"oci-runtime-tool" and v1.0.0.rc1's opencontainers#202 had shifted "**...(1)**" ->
"**...**(1)".

Signed-off-by: W. Trevor King <[email protected]>
@wking wking deleted the no-bold-man-section branch September 23, 2016 16:22
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