mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
fix HTMLSpan warnings
'make docs' has been spitting out these warnings: WARNING: go-md2man does not handle node type HTMLSpan Warnings suck, they cost us important time and attention. This warning is always caused by left-angle-brackets in markdown but they are very hard to find. I've found them and fixed them. Warnings are now gone. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
@ -78,7 +78,7 @@ the swap value.
|
||||
|
||||
#### **--name**
|
||||
|
||||
Set a custom name for the cloned container. The default if not specified is of the syntax: **<ORIGINAL_NAME>-clone**
|
||||
Set a custom name for the cloned container. The default if not specified is of the syntax: **\<ORIGINAL_NAME\>-clone**
|
||||
|
||||
#### **--pod**=*name*
|
||||
|
||||
|
@ -63,7 +63,7 @@ Print usage statement.
|
||||
|
||||
#### **--name**, **-n**
|
||||
|
||||
Set a custom name for the cloned pod. The default if not specified is of the syntax: **<ORIGINAL_NAME>-clone**
|
||||
Set a custom name for the cloned pod. The default if not specified is of the syntax: **\<ORIGINAL_NAME\>-clone**
|
||||
|
||||
@@option pid.pod
|
||||
|
||||
|
Reference in New Issue
Block a user