From 8a3dce3376e4112ce02fd1506b955cee47f49a55 Mon Sep 17 00:00:00 2001 From: Ceri Davies Date: Thu, 25 May 2006 13:39:27 +0000 Subject: [PATCH] Clarify that G_F_DISKIOCTL is unused, and remove G_T_DETAILS altogether, since it isn't actually #defined. Discussed with: phk --- share/man/man4/geom.4 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/share/man/man4/geom.4 b/share/man/man4/geom.4 index bfc35c05bbb..0bd6207a9f0 100644 --- a/share/man/man4/geom.4 +++ b/share/man/man4/geom.4 @@ -34,7 +34,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 27, 2002 +.Dd May 25, 2006 .Os .Dt GEOM 4 .Sh NAME @@ -426,10 +426,8 @@ Allow writing to Rank 1 providers. This would, for example, allow the super-user to overwrite the MBR on the root disk or write random sectors elsewhere to a mounted disk. The implications are obvious. -.It 0x20 Pq Dv G_T_DETAILS -This appears to be unused at this time. .It 0x40 Pq Dv G_F_DISKIOCTL -This appears to be unused at this time. +This is unused at this time. .It 0x80 Pq Dv G_F_CTLDUMP Dump contents of gctl requests. .El