features.xml

Isaac (.ike) Levy ike at blackskyresearch.net
Thu Jan 24 21:13:17 UTC 2013


On Jan 24, 2013, at 3:54 PM, Eitan Adler wrote:

> On 24 January 2013 15:09, Isaac (.ike) Levy <ike at blackskyresearch.net> wrote:
>> On Jan 24, 2013, at 12:09 PM, Eitan Adler wrote:
>> 
>>> On 24 January 2013 12:07, Isaac (.ike) Levy <ike.levy at axialmarket.com> wrote:
>>>> 
>>>> Would you like me to submit a patch back to list?  (Will get to it this weekend if so.)
>>> 
>>> Please do!
>> 
>> What is the accepted workflow for submitting a doc patch?
> 
> "git format-patch / git send-email", "git show", "git diff", "svn
> diff", are all accepted
> 
>> After downloading svn doc repo, and then the git 'best-effort' repo, I was dismayed not to find the git sha '1b6e180cdc56ae8cfea8d54f420c282830380f37', referenced in your original post:
> 
> The patch was the output of "git show" on a local branch.  You will
> need to use patch(1) - not any git command to apply it.

Thanks-

Attached are 2x patches, which you can apply using patch(1), or

- using git to preserve history and context,
# git am 0001-Eitan-original-patch-to-doc-list
# git am 0002-clarification-to-virtualized-network-stack-topology

- using patch(1) to merely apply the patch,
# patch en_US.ISO8859-1/htdocs/features.xml \
    0002-clarification-to-virtualized-network-stack-topology

Best,
.ike

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Eitan-original-patch-to-doc-list.patch
Type: application/octet-stream
Size: 15338 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20130124/89b0845e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-clarification-to-virtualized-network-stack-topology.patch
Type: application/octet-stream
Size: 1406 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-doc/attachments/20130124/89b0845e/attachment-0001.obj>


More information about the freebsd-doc mailing list