Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 13:53:12 -0700 (PDT)
From:      "Rodney W. Grimes" <freebsd-rwg@pdx.rh.CN85.dnsmgr.net>
To:        Allan Jude <allanjude@freebsd.org>
Cc:        freebsd-current@freebsd.org
Subject:   Re: FreeBSD Documentation
Message-ID:  <201710292053.v9TKrCuZ072016@pdx.rh.CN85.dnsmgr.net>
In-Reply-To: <f5415cb5-939c-70d2-907e-37293f93bdd5@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
-- Start of PGP signed section.
[ Charset UTF-8 unsupported, converting... ]
> On 2017-10-29 11:00, Kurt Jaeger wrote:
> > Hi!
> > 
> >> How can we suggest edits for the docs?
> > 
> > Checkout the docs repo:
> > 
> >   svn checkout https://svnweb.freebsd.org/doc/head/ .
> > 
> > Change the relevant files, create a new problem report on
> > 
> >   https://bugs.freebsd.org/
> > 
> > and attach the svn diff to that problem report.
> > 
> 
> Since the document in question is a man page, it actually lives in the
> src tree.
> 
> svn checkout https://svn.freebsd.org/base/head/ .
> 
> cd usr.sbin/jail
> 
> vi jail.8
> 
> svn diff > jail_manpage.patch
> 
> And then attach that patch to a bugzilla, or upload it to
> reviews.freebsd.org

Lets make this MUCH easier on a user.....
cp /usr/share/man/man8/jail.8.gz /tmp
cd /tmp
gzip -d jail.8.gz
cp -p jail.8 jail.8.orig
vi jail.8
diff -u jail.8.orig jail.8 >jail.8.patch

And then attach that patch to a bugzilla....

More commands, but much shorter amount of time.

(Of cource broken if your system is not -current or close to it)
-- 
Rod Grimes                                                 rgrimes@freebsd.org



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