diff --git a/docs/administration-guide.rst b/docs/administration-guide.rst index bbd128f7..ad26d23b 100644 --- a/docs/administration-guide.rst +++ b/docs/administration-guide.rst @@ -203,11 +203,11 @@ users: .. code-block:: console # proxmox-backup-manager user list - ┌─────────────┬────────┬────────┬───────────┬──────────┬─────────────────┬────────────────────┐ - │ userid │ enable │ expire │ firstname │ lastname │ email │ comment │ - ╞═════════════╪════════╪════════╪═══════════╪══════════╪═════════════════╪════════════════════╡ - │ root@pam │ 1 │ │ │ │ │ Superuser │ - └─────────────┴────────┴────────┴───────────┴──────────┴─────────────────┴────────────────────┘ + ┌─────────────┬────────┬────────┬───────────┬──────────┬────────────────┬────────────────────┐ + │ userid │ enable │ expire │ firstname │ lastname │ email │ comment │ + ╞═════════════╪════════╪════════╪═══════════╪══════════╪════════════════╪════════════════════╡ + │ root@pam │ 1 │ │ │ │ │ Superuser │ + └─────────────┴────────┴────────┴───────────┴──────────┴────────────────┴────────────────────┘ The superuser has full administration rights on everything, so you normally want to add other users with less privileges: diff --git a/docs/conf.py b/docs/conf.py index 6235783d..af77b19a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -267,7 +267,7 @@ latex_elements = { 'fontpkg': r''' \setmainfont{DejaVu Serif} \setsansfont{DejaVu Sans} -\setmonofont{DejaVu Sans Mono} +\setmonofont{DejaVu Sans Mono}[Scale=0.8] ''', # Additional stuff for the LaTeX preamble.