summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 15:44:42 +0100
committerLeena Miettinen <riitta-leena.miettinen@theqtcompany.com>2015-01-09 16:09:02 +0100
commit98f97db331a2cba52f9e2b64e15460e67c6deb2e (patch)
tree3ec10b550ca453b25746fcc77ef832cf04014134
parent0b8539084cf84ad3e5386341b4a93542a66f1742 (diff)
Doc: use the \c command consistenly
Change-Id: Ida48b05643850e47130cba2e49f357eedbdf41fb Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
-rw-r--r--doc/noninteractive.qdoc30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/noninteractive.qdoc b/doc/noninteractive.qdoc
index f6d2d2abd..fb5663c1c 100644
--- a/doc/noninteractive.qdoc
+++ b/doc/noninteractive.qdoc
@@ -441,84 +441,84 @@
try again.
\row
- \li AuthorizationError
+ \li \c AuthorizationError
\li Abort, OK
\li Elevated permissions could not be acquired.
\row
- \li OperationDoesNotExistError
+ \li \c OperationDoesNotExistError
\li Abort, Ignore
\li An error occurred while trying to perform an operation, but the operation did not exist.
\row
- \li isAutoDependOnError
+ \li \c isAutoDependOnError
\li OK
\li An error occurred while calling a package script. It was not possible to evaluate
if the package has a auto dependency on other packages.
\row
- \li isDefaultError
+ \li \c isDefaultError
\li OK
\li An error occurred while calling a package script. It was not possible to evaluate
if the package will be installed by default.
\row
- \li DownloadError
+ \li \c DownloadError
\li Retry, Cancel
\li An error occurred while downloading a archive hash from a remote repository. End users
can select \c Retry to try again.
\row
- \li archiveDownloadError
+ \li \c archiveDownloadError
\li Retry, Cancel
\li An error occurred while downloading a archive from a remote repository. End users can
select \c Retry to try again.
\row
- \li WriteError
+ \li \c WriteError
\li OK
\li An error occurred while writing the maintenance tool.
\row
- \li ElevationError
+ \li \c ElevationError
\li OK
\li Elevated permissions could not be acquired.
\row
- \li unknown
+ \li \c unknown
\li OK
\li An unknown error occurred while removing a certain package.
\row
- \li Error
+ \li \c Error
\li OK
\li Generic error.
\row
- \li stopProcessesForUpdates
+ \li \c stopProcessesForUpdates
\li Retry, Ignore, Cancel
\li An error occurred while updating a package. Some running application or process needs
to be quit before the update can be performed. End users can select \c Retry to try
again once they have been stopped.
\row
- \li Installer_Needs_To_Be_Local_Error
+ \li \c Installer_Needs_To_Be_Local_Error
\li OK
\li The installer binary was started from a network location, but the installation over
network is not supported.
\row
- \li TargetDirectoryInUse
+ \li \c TargetDirectoryInUse
\li No
\li The installation's target directory already contains an installation.
\row
- \li WrongTargetDirectory
+ \li \c WrongTargetDirectory
\li OK
\li The installation's target directory is a file or symlink.
\row
- \li AlreadyRunning
+ \li \c AlreadyRunning
\li OK
\li Another application instance is already running.
\endtable