From b4c04b3dab528d4f12abb40c15982461548b4735 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Sun, 18 Apr 2021 12:16:37 +0200 Subject: [PATCH] mount.a.adoc: Fix markup --- sys-utils/mount.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 878d2476df..43a55325ab 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -59,7 +59,7 @@ mount - mount a filesystem == DESCRIPTION -All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at _/_. These files can be spread out over several devices. The *mount* command serves to attach the filesystem found on some device to the big file tree. Conversely, the umount8 command will detach it again. The filesystem is used to control how data is stored on the device or provided in a virtual way by network or other services. +All files accessible in a Unix system are arranged in one big tree, the file hierarchy, rooted at _/_. These files can be spread out over several devices. The *mount* command serves to attach the filesystem found on some device to the big file tree. Conversely, the *umount*(8) command will detach it again. The filesystem is used to control how data is stored on the device or provided in a virtual way by network or other services. The standard form of the *mount* command is: -- 2.47.3