Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Oct 2022 20:53:18 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 6659516b1a47 - main - mount_unionfs: remove jokey cautions from man page
Message-ID:  <202210312053.29VKrIlE014550@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6659516b1a47e34c184c62b8ad7982e5466db539

commit 6659516b1a47e34c184c62b8ad7982e5466db539
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-10-31 20:38:46 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-10-31 20:52:54 +0000

    mount_unionfs: remove jokey cautions from man page
    
    There are known issues with unionfs, and the mount_unionfs man page has
    a cautionary statement about its use.  The caution had additional
    "humourous" statements like "BEWARE OF DOG" but they served only to
    confuse the situation.  Remove them.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
---
 sbin/mount_unionfs/mount_unionfs.8 | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sbin/mount_unionfs/mount_unionfs.8 b/sbin/mount_unionfs/mount_unionfs.8
index d77fa3fa476e..0ddeee11d2db 100644
--- a/sbin/mount_unionfs/mount_unionfs.8
+++ b/sbin/mount_unionfs/mount_unionfs.8
@@ -353,11 +353,7 @@ wrote about the changes in this manual page.
 .Sh BUGS
 THIS FILE SYSTEM TYPE IS NOT YET FULLY SUPPORTED (READ: IT DOESN'T WORK)
 AND USING IT MAY, IN FACT, DESTROY DATA ON YOUR SYSTEM.
-USE AT YOUR
-OWN RISK.
-BEWARE OF DOG.
-SLIPPERY WHEN WET.
-BATTERIES NOT INCLUDED.
+USE AT YOUR OWN RISK.
 .Pp
 This code also needs an owner in order to be less dangerous - serious
 hackers can apply by sending mail to



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210312053.29VKrIlE014550>