Remove crio.conf references from manpages

Also changes a few docker-login references to podman-login.

Signed-off-by: Matthew Heon <mheon@redhat.com>

Closes: #473
Approved by: rhatdan
This commit is contained in:
Matthew Heon 2018-03-12 10:00:14 -04:00 committed by Atomic Bot
parent c1d00ff329
commit b78a450cd5
17 changed files with 16 additions and 17 deletions

1
.gitignore vendored
View file

@ -3,7 +3,6 @@
/conmon/conmon.o
/docs/*.[158]
/docs/*.[158].gz
/crio.conf
*.o
*.orig
/pause/pause.o

View file

@ -38,7 +38,7 @@ Write to a file, default is STDOUT
```
## SEE ALSO
podman(1), podman-import(1), crio(8), crio.conf(5)
podman(1), podman-import(1), crio(8)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -100,7 +100,7 @@ b676ca55e4f2c 9 weeks ago
Show the history of an image
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -83,7 +83,7 @@ db65d991f3bbf7f31ed1064db9a6ced7652e3f8166c4736aa9133dadd3c7acb3
```
## SEE ALSO
podman(1), podman-export(1), crio(8), crio.conf(5)
podman(1), podman-export(1), crio(8)
## HISTORY
November 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -95,4 +95,4 @@ map[registries:[docker.io registry.fedoraproject.org registry.access.redhat.com]
```
## SEE ALSO
crio(8), crio.conf(5)
podman(1), crio(8)

View file

@ -72,7 +72,7 @@ Loaded image: registry.fedoraproject.org/fedora:latest
```
## SEE ALSO
podman(1), podman-save(1), crio(8), crio.conf(5)
podman(1), podman-save(1), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -76,7 +76,7 @@ Login Succeeded!
```
## SEE ALSO
podman(1), podman-logout(1), crio(8), crio.conf(5)
podman(1), podman-logout(1), crio(8)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -50,7 +50,7 @@ Remove login credentials for all registries
```
## SEE ALSO
podman(1), podman-login(1), crio(8), crio.conf(5)
podman(1), podman-login(1), crio(8)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -125,7 +125,7 @@ a31ebbee9cee7 k8s_podsandbox1-redis_podsandbox1_redhat.test.crio_redhat-test-c
Print a list of containers
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
August 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -138,7 +138,7 @@ Storing signatures
```
## SEE ALSO
podman(1), podman-push(1), crio(8), crio.conf(5), docker-login(1)
podman(1), podman-push(1), podman-login(1), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -141,4 +141,4 @@ Storing signatures
```
## SEE ALSO
podman(1), podman-pull(1), crio(8), crio.conf(5), docker-login(1)
podman(1), podman-pull(1), podman-login(1), crio(8)

View file

@ -91,7 +91,7 @@ Storing signatures
```
## SEE ALSO
podman(1), podman-load(1), crio(8), crio.conf(5)
podman(1), podman-load(1), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -109,7 +109,7 @@ fedoraproject.org fedoraproject.org/fedora-minimal
```
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
January 2018, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -22,7 +22,7 @@ the IMAGE and the TARGET_NAME.
podman tag httpd myregistryhost:5000/fedora/httpd:v2
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
July 2017, Originally compiled by Ryan Cole <rycole@redhat.com>

View file

@ -18,7 +18,7 @@ OS, and Architecture.
**podman version**
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
July 2017, Originally compiled by Urvashi Mohnani <umohnani@redhat.com>

View file

@ -36,7 +36,7 @@ to run containers such as CRI-O, the last started container could be from either
podman wait mywebserver myftpserver
## SEE ALSO
podman(1), crio(8), crio.conf(5)
podman(1), crio(8)
## HISTORY
September 2017, Originally compiled by Brent Baude<bbaude@redhat.com>

View file

@ -152,7 +152,7 @@ Display the version information
Wait on one or more containers to stop and print their exit codes
## SEE ALSO
crio(8), crio.conf(5)
crio(8)
## HISTORY
Dec 2016, Originally compiled by Dan Walsh <dwalsh@redhat.com>