From 789e4d2f20b6c20d13dc504461a3d63db4ba8bc7 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 14 Apr 2020 10:10:31 +0000 Subject: [PATCH] Improve manual page formatting - Use appropriate macros for command arguments. - Increase option list indentation for better readability. MFC after: 3 days --- sbin/umount/umount.8 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sbin/umount/umount.8 b/sbin/umount/umount.8 index 5543820ce185..abf1e6eed484 100644 --- a/sbin/umount/umount.8 +++ b/sbin/umount/umount.8 @@ -28,7 +28,7 @@ .\" @(#)umount.8 8.2 (Berkeley) 5/8/95 .\" $FreeBSD$ .\" -.Dd July 25, 2017 +.Dd April 14, 2020 .Dt UMOUNT 8 .Os .Sh NAME @@ -52,7 +52,9 @@ utility calls the system call to remove a file system from the file system tree. The file system can be specified by its .Ar special -device or remote node (rhost:path), the path to the mount point +device or remote node +.Pq Ar rhost Ns Cm \& : Ns Ar path , +the path to the mount point .Ar node or by the file system ID .Ar fsid @@ -61,7 +63,7 @@ as reported by when run by root. .Pp The options are as follows: -.Bl -tag -width indent +.Bl -tag -width "-F fstab" .It Fl a All the file systems described in .Xr fstab 5