diff options
Diffstat (limited to 'info/tlmgrbasics/doc')
-rw-r--r-- | info/tlmgrbasics/doc/tlmgr.pdf | bin | 167459 -> 167478 bytes | |||
-rw-r--r-- | info/tlmgrbasics/doc/tlmgr.tex | 17 |
2 files changed, 11 insertions, 6 deletions
diff --git a/info/tlmgrbasics/doc/tlmgr.pdf b/info/tlmgrbasics/doc/tlmgr.pdf Binary files differindex 636f8927fe..d0e8cf7bc2 100644 --- a/info/tlmgrbasics/doc/tlmgr.pdf +++ b/info/tlmgrbasics/doc/tlmgr.pdf diff --git a/info/tlmgrbasics/doc/tlmgr.tex b/info/tlmgrbasics/doc/tlmgr.tex index 71a37c4c6b..3d68cb7a3f 100644 --- a/info/tlmgrbasics/doc/tlmgr.tex +++ b/info/tlmgrbasics/doc/tlmgr.tex @@ -515,13 +515,18 @@ Uninstalls all of \TeX\,Live, asking for confirmation unless \begin{sloppypar} \par\noindent Except with --all, the \texttt{remove} action does not automatically remove symlinks to executables -from system directories; you need to run +from system directories. You will need to run \end{sloppypar} -\begin{center} -\texttt{tlmgr path remove} -\end{center} -yourself if you are using this feature and want stale -symlinks removed; see Section~\ref{path}. +\begin{list}{}{} +\item \texttt{tlmgr path remove} +\end{list} +yourself to remove symlinks, +and then possibly +\begin{list}{}{} +\item \texttt{tlmgr path add} +\end{list} +to restore them; +see Section~\ref{path}. \clearpage |