From d5bc541c7738080e03ebe4f96a4dca11daf98fe3 Mon Sep 17 00:00:00 2001 From: agcosta Date: Mon, 28 Feb 2005 21:03:49 +1100 Subject: Corrected that/than typo in manual page. --- src/dash.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/dash.1 b/src/dash.1 index 7e95f40..55c693d 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -743,7 +743,7 @@ function f, which then calls function g, references to the variable x made inside g will refer to the variable x declared inside f, not to the global variable named x. .Pp -The only special parameter than can be made local is +The only special parameter that can be made local is .Dq - . Making .Dq - -- cgit 1.4.1 'branches'> Advent of Code
summary refs log tree commit diff homepage
path: root/2019/day01-1.sh (unfollow)
Commit message (Expand)Author
2023-12-11Solve day 3 part 2June McEnroe