mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Minor help improvement
Fizzbin is better than gleet.
This commit is contained in:
@@ -52,9 +52,9 @@ DESCRIPTION
|
|||||||
Names of files are subject to ~ expansion just like the C or
|
Names of files are subject to ~ expansion just like the C or
|
||||||
Korn shell. For example, the file name:
|
Korn shell. For example, the file name:
|
||||||
|
|
||||||
~/lib/gleet
|
~/lib/fizzbin
|
||||||
|
|
||||||
refers to the file 'gleet' under the directory lib located
|
refers to the file 'fizzbin' under the directory lib located
|
||||||
in your home directory. The file name:
|
in your home directory. The file name:
|
||||||
|
|
||||||
~chongo/was_here
|
~chongo/was_here
|
||||||
|
@@ -46,10 +46,10 @@ DESCRIPTION
|
|||||||
to open files under the given mode. If the mode allows for
|
to open files under the given mode. If the mode allows for
|
||||||
writing and a file can be created, then that file is returned.
|
writing and a file can be created, then that file is returned.
|
||||||
|
|
||||||
This call open "./gleet" for writing if the current directory is
|
This call open "./fizzbin" for writing if the current directory is
|
||||||
writable, even if "./gleet" did not previously exist:
|
writable, even if "./fizzbin" did not previously exist:
|
||||||
|
|
||||||
fpathopen("gleet", "r", ".:/tmp:/var/tmp:~chongo/pub:~/tmp");
|
fpathopen("fizzbin", "r", ".:/tmp:/var/tmp:~chongo/pub:~/tmp");
|
||||||
|
|
||||||
This call will likely open (and create if needded) for appending,
|
This call will likely open (and create if needded) for appending,
|
||||||
the file "/tmp/log" assuming that the user is not allowed to
|
the file "/tmp/log" assuming that the user is not allowed to
|
||||||
@@ -106,9 +106,9 @@ DESCRIPTION
|
|||||||
Names of files are subject to ~ expansion just like the C or
|
Names of files are subject to ~ expansion just like the C or
|
||||||
Korn shell. For example, the file name:
|
Korn shell. For example, the file name:
|
||||||
|
|
||||||
~/lib/gleet
|
~/lib/fizbin
|
||||||
|
|
||||||
refers to the file 'gleet' under the directory lib located
|
refers to the file 'fizbin' under the directory lib located
|
||||||
in your home directory. The file name:
|
in your home directory. The file name:
|
||||||
|
|
||||||
~chongo/was_here
|
~chongo/was_here
|
||||||
|
Reference in New Issue
Block a user