From aa6d654952ba2ce8521137e7bfcf95812f727bda Mon Sep 17 00:00:00 2001 From: neil Date: Mon, 6 Nov 2017 17:54:54 +0800 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index e55d900..7dbe5cb 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -173,7 +173,7 @@ You can use `sed`, `grep`, `cut`, `paste` etc, Do not use `awk` at all. The steps is same as the add function. -Please take care that the rm function and add function are called in 2 different isolated sub shell. So, you can not pass and env vars from the add function to the rm function. +Please take care that the rm function and add function are called in 2 different isolated sub shell. So, you can not pass any env vars from the add function to the rm function. You must re-do all the preparations of the add function here too.