diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-27 07:58:59 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-12-27 07:58:59 +0000 |
| commit | 9693da433ce67c16b28d15f5a21512fb10577d3b (patch) | |
| tree | cbc88c8d174e7e313794056992042374b10c2819 | |
| parent | d7467893475cf91e7496b43b54b0d502a371ed22 (diff) | |
Notes
| -rw-r--r-- | sys/geom/geom_kern.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/geom/geom_kern.c b/sys/geom/geom_kern.c index 3a20889a0265..ae319c35a469 100644 --- a/sys/geom/geom_kern.c +++ b/sys/geom/geom_kern.c @@ -216,15 +216,15 @@ sysctl_kern_geom_confxml(SYSCTL_HANDLER_ARGS) SYSCTL_NODE(_kern, OID_AUTO, geom, CTLFLAG_RW, 0, "GEOMetry management"); SYSCTL_PROC(_kern_geom, OID_AUTO, confxml, CTLTYPE_STRING|CTLFLAG_RD, - 0, 0, sysctl_kern_geom_confxml, "A", + 0, 0, sysctl_kern_geom_confxml, "", "Dump the GEOM config in XML"); SYSCTL_PROC(_kern_geom, OID_AUTO, confdot, CTLTYPE_STRING|CTLFLAG_RD, - 0, 0, sysctl_kern_geom_confdot, "A", + 0, 0, sysctl_kern_geom_confdot, "", "Dump the GEOM config in dot"); SYSCTL_PROC(_kern_geom, OID_AUTO, conftxt, CTLTYPE_STRING|CTLFLAG_RD, - 0, 0, sysctl_kern_geom_conftxt, "A", + 0, 0, sysctl_kern_geom_conftxt, "", "Dump the GEOM config in txt"); SYSCTL_INT(_kern_geom, OID_AUTO, debugflags, CTLFLAG_RW, |
