Author: 0mp (doc,ports committer)
Date: Fri Apr 17 07:41:27 2020
New Revision: 360039
URL: https://svnweb.freebsd.org/changeset/base/360039

Log:
  MFC 359916:
  
  Improve manual page formatting
  
  -     Use appropriate macros for command arguments.
  -     Increase option list indentation for better readability.

Modified:
  stable/11/sbin/umount/umount.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/umount/umount.8
==============================================================================
--- stable/11/sbin/umount/umount.8      Fri Apr 17 07:40:56 2020        
(r360038)
+++ stable/11/sbin/umount/umount.8      Fri Apr 17 07:41:27 2020        
(r360039)
@@ -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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to