Harald Schmalzbauer schrieb am 30.07.2009 08:37 (localtime): > Dimitry Andric schrieb am 29.07.2009 22:30 (localtime): > ... >> Please try the following patch, to enable an error message, in case any >> of the providers' names exceeds the maximum length. It should be enough >> to do "cd /usr/src/sbin/geom && make && sudo make install". >> >> I'm not very good at manpages, though... any takers? :) > > I always wanted to look into man pages from the editors side. > Expect something toady, otherwise I'll notify when I failed... Here's the best I could do. I suggest some native speakers should have a look on it. geom_man.diff --- src/sbin/geom/class/raid3/graid3.8.orig 2009-07-30 18:20:16.000000000 +0200 +++ src/sbin/geom/class/raid3/graid3.8 2009-07-30 18:20:51.000000000 +0200 _at__at_ -83,7 +83,15 _at__at_ The .Nm utility uses on-disk metadata (the provider's last sector) to store all needed -information. +information. For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. .Pp The first argument to .Nm --- src/sbin/geom/class/shsec/gshsec.8.orig 2009-07-30 18:21:49.000000000 +0200 +++ src/sbin/geom/class/shsec/gshsec.8 2009-07-30 18:25:26.000000000 +0200 _at__at_ -62,7 +62,16 _at__at_ The secret is shared between the given providers. To collect the secret, all providers are needed. If one of the components is missing, there is no way to get any useful data from -the rest of them. +the rest of them. For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. +.Pp The first argument to .Nm indicates an action to be performed: --- src/sbin/geom/class/stripe/gstripe.8.orig 2009-07-30 18:23:42.000000000 +0200 +++ src/sbin/geom/class/stripe/gstripe.8 2009-07-30 18:24:10.000000000 +0200 _at__at_ -82,7 +82,15 _at__at_ .Dq automatic method uses on-disk metadata to detect devices. Once devices are labeled, they will be automatically detected and -configured. +configured. For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. .Pp The first argument to .Nm --- src/sbin/geom/class/concat/gconcat.8.orig 2009-07-30 18:16:12.000000000 +0200 +++ src/sbin/geom/class/concat/gconcat.8 2009-07-30 18:26:06.000000000 +0200 _at__at_ -80,7 +80,15 _at__at_ .Dq automatic method uses on-disk metadata to detect devices. Once devices are labeled, they will be automatically detected and -configured. +configured. For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. .Pp The first argument to .Nm --- src/sbin/geom/class/journal/gjournal.8.orig 2009-07-30 18:26:21.000000000 +0200 +++ src/sbin/geom/class/journal/gjournal.8 2009-07-30 18:29:15.000000000 +0200 _at__at_ -125,6 +125,16 _at__at_ This could be a problem when an existing file system is converted to use .Nm . .Pp +For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. +.Pp The first argument to .Nm indicates an action to be performed: --- src/sbin/geom/class/mirror/gmirror.8.orig 2009-07-30 18:11:17.000000000 +0200 +++ src/sbin/geom/class/mirror/gmirror.8 2009-07-30 18:29:55.000000000 +0200 _at__at_ -106,7 +106,15 _at__at_ utility uses on-disk metadata (stored in the provider's last sector) to store all needed information. Since the last sector is used for this purpose, it is possible to place a root -file system on a mirror. +file system on a mirror. For +.Ar prov , +it's possible to use a providers label (see +.Xr geom_label 8 ) +instead of the device node. +The size of +.Ar prov +is limited to 15 characters, so currently it's not possible to use the GPTID +nor custom defined labels which are longer than 15 characters. .Pp The first argument to .Nm Best regards, -Harry
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:52 UTC