X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/709a58224ea43109dc10bfd6a67de1e432174197..34d340d711a2b033f5da480ed7b5eb147679a588:/nvram.tproj/nvram.8 diff --git a/nvram.tproj/nvram.8 b/nvram.tproj/nvram.8 index 2454e06..b251c52 100644 --- a/nvram.tproj/nvram.8 +++ b/nvram.tproj/nvram.8 @@ -41,17 +41,29 @@ Binary data can be set using the %xx notation, where xx is the hex value of the byte. The type for new variables is always binary data. .SH OPTIONS +.\" ========== .TP -.B \-p -Print all of the firmware variables. +.BI \-d " name" +Deletes the named firmware variable. +.\" ========== .TP .BI \-f " filename" Set firmware variables from a text file. The file must be a -list name=value statements. If the last character of a line is -\\, the value will be continued to the next line. +list of "name value" statements. The first space on each line +is taken to be the separator between "name" and "value". If +the last character of a line is \\, the value extends to the next line. +.\" ========== .TP -.BI \-d " name" -Deletes the named firmware variable. +.B \-x +Use XML format for reading and writing variables. +This option must be used before the +.B \-p +or +.B \-f +options, since arguments are processed in order. +.TP +.B \-p +Print all of the firmware variables. .SH EXAMPLES .LP .RS