From 2648476f46823dcf2997f8d4ff365da15d2d0bd2 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sun, 2 Jul 2023 11:00:18 -0400 Subject: [PATCH] =?UTF-8?q?Added=20=C2=ABSANE=C2=BB=20and=20=C2=ABrm=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- linux-dictionary.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux-dictionary.tex b/linux-dictionary.tex index 7eb29d9..126a5c7 100644 --- a/linux-dictionary.tex +++ b/linux-dictionary.tex @@ -396,7 +396,7 @@ Additional modern abbreviations used include: \item[Qt] (Pronounced ``cute''.) -\item[rm] +\item[rm] A command line utility for removing files, links, and empty directories. It works silently, and thus should be used with care. The \textbf{-t} (interactive) option prompts the user to confirm each file that is being deleted. It can remove directories that contain files with the recursive option (\texttt{-r} or \texttt{-R}), but as it works silently and any deleted files cannot be recovered, it is always a good practice to combine these two options. \item[rpm] @@ -404,7 +404,7 @@ Additional modern abbreviations used include: \item[run] -\item[SANE] +\item[SANE] An acronym for ``Scanner Access Now Easy,'' SANE is an open-source API that provides standardized access for any raster image scanner. It is commonly use on Linux and its API is in the public domain. There are a number of GUIs for accessing SANE, including gscan2pdf, Simple Scan, Skanlite (KDE), SwingSane (cross-platform), and XSane (cross-platform). \item[sbin]