Skip to content

Commit

Permalink
clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
zcutlip committed Jul 19, 2013
1 parent bce26cb commit bc6ee8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ USING

Put `libnvram-faker.so` somewhere in your firmware's extracted filesystem. Edit `nvram.ini` and put it in the root of the firmware's filesystem. If you want to put the configuration file somewhere else, define `INI_FILE_PATH` at compile time however you like[1]. Set the `LD_PRELOAD` environment variable to load the library.

Every nvram query and the answer returned will be printed to the console's standard output. If the answer is not found, NULL is returned by `nvram_get` and the query is printed to the console in red, so it will easy to notice.
Every nvram query and the answer returned will be printed to standard output. If the answer is not found, NULL is returned by `nvram_get` and the query is printed to the console in red, so it will easy to notice.

The library currently does not support calls to `nvram_set()`.

Expand Down

0 comments on commit bc6ee8f

Please sign in to comment.