Module Name:    src
Committed By:   gutteridge
Date:           Tue Mar 25 21:18:27 UTC 2025

Modified Files:
        src/sbin/umount: umount.8

Log Message:
umount.8: some minor corrections after -d addition

Use the term "unconfigure" rather than "detach", since that's what's
consistently used elsewhere to describe this on NetBSD (as opposed to
other OSes the commit is mimicking). Also fix grammar and reflect the
date this materially changed, source-wise (rather than the day the
patch arrived, over a year ago).


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sbin/umount/umount.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/umount/umount.8
diff -u src/sbin/umount/umount.8:1.20 src/sbin/umount/umount.8:1.21
--- src/sbin/umount/umount.8:1.20	Tue Mar 25 19:01:11 2025
+++ src/sbin/umount/umount.8	Tue Mar 25 21:18:27 2025
@@ -1,4 +1,4 @@
-.\"	$NetBSD: umount.8,v 1.20 2025/03/25 19:01:11 christos Exp $
+.\"	$NetBSD: umount.8,v 1.21 2025/03/25 21:18:27 gutteridge Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"     @(#)umount.8	8.2 (Berkeley) 5/8/95
 .\"
-.Dd February 3, 2024
+.Dd March 25, 2025
 .Dt UMOUNT 8
 .Os
 .Sh NAME
@@ -84,9 +84,9 @@ The options are as follows:
 .It Fl a
 All the currently mounted file systems except the root are unmounted.
 .It Fl d
-If the filesystem is mounted on an
+If the filesystem is mounted on a
 .Xr vnd 4
-device (a vnode disk), detach it after
+device (a vnode disk), unconfigure it after
 .Xr unmount 2 .
 .It Fl f
 The file system is forcibly unmounted.

Reply via email to