Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Jan 2022 17:34:59 +0100
From:      Gary Jennejohn <gljennjohn@gmail.com>
To:        Eugene Grosbein <eugen@grosbein.net>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: ba94a95402f3 - main - gpart(8): add minimal reference to glabel(8) to manual page
Message-ID:  <20220110173459.542b8148@ernst.home>
In-Reply-To: <8280f85e-a85e-a2fd-97fb-f9269dae8130@grosbein.net>
References:  <202201101509.20AF9hWS021616@gitrepo.freebsd.org> <8280f85e-a85e-a2fd-97fb-f9269dae8130@grosbein.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 10 Jan 2022 22:22:39 +0700
Eugene Grosbein <eugen@grosbein.net> wrote:

> If one with better English would improve wording in the change, I will be glad.
> 
> The intention is to add a reference to glabel(8) manual page for a beginner administrator.
> 
> > The branch main has been updated by eugen:
> > 
> > URL: https://cgit.FreeBSD.org/src/commit/?id=ba94a95402f335c8e7aa8e28ebdad43361c65909
> > 
> > commit ba94a95402f335c8e7aa8e28ebdad43361c65909
> > Author:     Eugene Grosbein <eugen@FreeBSD.org>
> > AuthorDate: 2022-01-10 15:00:30 +0000
> > Commit:     Eugene Grosbein <eugen@FreeBSD.org>
> > CommitDate: 2022-01-10 15:07:23 +0000
> > 
> >     gpart(8): add minimal reference to glabel(8) to manual page
> >     
> >     MFC after:      1 week
> > ---
> >  lib/geom/part/gpart.8 | 5 +++++
> >  1 file changed, 5 insertions(+)
> > 
> > diff --git a/lib/geom/part/gpart.8 b/lib/geom/part/gpart.8
> > index d27844f709e9..e71ba0e928a6 100644
> > --- a/lib/geom/part/gpart.8
> > +++ b/lib/geom/part/gpart.8
> > @@ -605,6 +605,10 @@ Requires the
> >  .Cm GEOM_PART_VTOC8
> >  kernel option.
> >  .El
> > +.Pp
> > +See
> > +.Xr glabel 8
> > +for additional information on labelization of devices and partitions.

Native English speaker.

I don't see a problem with this since glabel(8) itself uses labelization
to describe what it does.

> >  .Sh PARTITION TYPES
> >  Partition types are identified on disk by particular strings or magic
> >  values.
> > @@ -1507,6 +1511,7 @@ and
> >  .Xr geom 4 ,
> >  .Xr boot0cfg 8 ,
> >  .Xr geom 8 ,
> > +.Xr glabel 8 ,
> >  .Xr gptboot 8
> >  .Sh HISTORY
> >  The
> > 
> >   
> 
> 


-- 
Gary Jennejohn



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