mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixed link in documentation
This commit is contained in:
parent
5ef2def2bd
commit
baee678ba5
2 changed files with 2 additions and 2 deletions
|
@ -921,7 +921,7 @@ def owner(*paths):
|
|||
.. versionadded:: 2014.7.0
|
||||
|
||||
Return the name of the package that owns the file. Multiple file paths can
|
||||
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version`, if a
|
||||
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version>`, if a
|
||||
single path is passed, a string will be returned, and if multiple paths are
|
||||
passed, a dictionary of file/package name pairs will be returned.
|
||||
|
||||
|
|
|
@ -2774,7 +2774,7 @@ def owner(*paths):
|
|||
.. versionadded:: 2014.7.0
|
||||
|
||||
Return the name of the package that owns the file. Multiple file paths can
|
||||
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version`, if a
|
||||
be passed. Like :mod:`pkg.version <salt.modules.yumpkg.version>`, if a
|
||||
single path is passed, a string will be returned, and if multiple paths are
|
||||
passed, a dictionary of file/package name pairs will be returned.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue