X-Git-Url: https://git.piment-noir.org/?p=deb_libhybris.git;a=blobdiff_plain;f=debian%2Fgetprop.1;fp=debian%2Fgetprop.1;h=851fe9d96dbe796ef1c1d0e2c7488111c5f51112;hp=0000000000000000000000000000000000000000;hb=4395b8c4430d414035c345cf4c757204b39ac993;hpb=d42e7319e80e2f113a97047d135e749e50348b4f diff --git a/debian/getprop.1 b/debian/getprop.1 new file mode 100644 index 0000000..851fe9d --- /dev/null +++ b/debian/getprop.1 @@ -0,0 +1,24 @@ +.TH GETPROP 1 "July 1, 2013" +.SH NAME +getprop \- get property via the android property service +.SH SYNOPSIS +.B getprop +.RI "[property] [default]" +.SH DESCRIPTION +.PP +\fBgetprop\fP is an android utility to retrive a property via the android property service. + +All properties and values are retrieved when there's no argument. + +.SH OPTIONS +.TP +.B property +Name of the property to be retrieved +.TP +.B default +Default property value in case it's not available in the android property service +.SH AUTHOR +getprop is originally available in the Android AOSP project. +.PP +This manual page was written by Ricardo Salveti de Araujo , +for the Debian project (and may be used by others).