Module Name: src
Committed By: christos
Date: Wed Sep 18 20:17:46 UTC 2019
Modified Files:
src/bin/df: df.1
Log Message:
mention that -W needs root.
To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/bin/df/df.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/bin/df/df.1
diff -u src/bin/df/df.1:1.50 src/bin/df/df.1:1.51
--- src/bin/df/df.1:1.50 Wed Sep 18 16:14:44 2019
+++ src/bin/df/df.1 Wed Sep 18 16:17:46 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: df.1,v 1.50 2019/09/18 20:14:44 christos Exp $
+.\" $NetBSD: df.1,v 1.51 2019/09/18 20:17:46 christos Exp $
.\"
.\" Copyright (c) 1989, 1990, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -210,3 +210,10 @@ A
.Nm
utility appeared in
.At v1 .
+.Sh BUGS
+The
+.Fl W
+option needs root privileges to run because it needs to open the disk devices
+to get the wedge information.
+Perhaps this information should be exposed via a different mechanism in the
+future.