Hello, There seems to be an unneeded extra space in the mount(8) man page. The following diff fixes that:
Index: mount.8 =================================================================== RCS file: /cvs/src/sbin/mount/mount.8,v retrieving revision 1.89 diff -u -p -u -p -r1.89 mount.8 --- mount.8 18 Jan 2018 08:57:12 -0000 1.89 +++ mount.8 10 Mar 2019 13:07:06 -0000 @@ -318,7 +318,7 @@ command: # mount -a -t nonfs,mfs .Ed .Pp -mounts all file systems except those of type NFS and MFS . +mounts all file systems except those of type NFS and MFS. .Pp .Nm will attempt to execute a program in Thank you, Alessandro
