You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2021/09/13 20:12:01 UTC

[httpd-site] branch main updated: Update patches.md

This is an automated email from the ASF dual-hosted git repository.

jailletc36 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/httpd-site.git


The following commit(s) were added to refs/heads/main by this push:
     new f17d7f1  Update patches.md
f17d7f1 is described below

commit f17d7f13d04102fa2879d628dcf3696643307576
Author: Christophe Jaillet <67...@users.noreply.github.com>
AuthorDate: Mon Sep 13 22:11:56 2021 +0200

    Update patches.md
    
    Fix "&gt;" vs ">"
---
 content/dev/patches.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/dev/patches.md b/content/dev/patches.md
index bcef71a..8c3e97b 100644
--- a/content/dev/patches.md
+++ b/content/dev/patches.md
@@ -85,7 +85,7 @@ management of original and modified files:
 
 1. `cd /sources<`
 
-1. `diff -ru httpd-2.4.x httpd-2.4.x.new &gt; my_unified_diff.patch`
+1. `diff -ru httpd-2.4.x httpd-2.4.x.new > my_unified_diff.patch`
 
 If your source tree was checked out of subversion: