From 6b1006bc8fe171f2f9021156edd5bfa1975a9f40 Mon Sep 17 00:00:00 2001
From: floam
Date: Fri, 4 Nov 2005 06:14:04 +0000
Subject: * Also show how to send to a file, sysrq is a genius
git-svn-id: svn://svn.icculus.org/quake3/trunk@264 edf5b092-35ff-0310-97b2-ce42778d08ea
---
web/include/instruc.php | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/web/include/instruc.php b/web/include/instruc.php
index 2ea2d8b..8770037 100644
--- a/web/include/instruc.php
+++ b/web/include/instruc.php
@@ -48,10 +48,10 @@ tested and at list sort-of understand what you're doing.
you need to create patches with), and not everyone is making patches against the C code.
That's okay, here's the 10ยข survival guide to making patches:
- - Create a patch between oldfile and newfile:
- diff -u oldfile newfile
- - Create a patch between directory olddir and newdir:
- diff -Naur olddir newdir
+ - Create a patch named amazing_new_feature.patch between oldfile and newfile:
+ diff -u oldfile newfile > amazing_new_feature.patch
+ - Create a patch named amazing_new_features.patch between directory olddir and newdir:
+ diff -Naur olddir newdir > amazing_new_features.patch
- Apply a patch amazing_new_feature.patch:
patch -p0 -i amazing_new_feature.patch
--
cgit v1.2.3