diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-09-08 10:54:30 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-09-08 10:54:30 +0000 |
commit | 36e1d1d1f94e5cf10e9d5cf7de1d2878b3d33ed8 (patch) | |
tree | 6815b0665e244aa5af8d2a4749e25b41ac7d86b3 /tools/csrinit.8 | |
parent | 0738cf5e684464d157816be73c0b19efb7dd4fc7 (diff) |
Add skeleton for the csrinit utility
Diffstat (limited to 'tools/csrinit.8')
-rw-r--r-- | tools/csrinit.8 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/csrinit.8 b/tools/csrinit.8 new file mode 100644 index 00000000..35a033d9 --- /dev/null +++ b/tools/csrinit.8 @@ -0,0 +1,35 @@ +.\" +.\" This program is free software; you can redistribute it and/or modify +.\" it under the terms of the GNU General Public License as published by +.\" the Free Software Foundation; either version 2 of the License, or +.\" (at your option) any later version. +.\" +.\" This program is distributed in the hope that it will be useful, +.\" but WITHOUT ANY WARRANTY; without even the implied warranty of +.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +.\" GNU General Public License for more details. +.\" +.\" You should have received a copy of the GNU General Public License +.\" along with this program; if not, write to the Free Software +.\" Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +.\" +.\" +.TH CSRINIT 8 "SEPTEMBER 8, 2005" "" "" + +.SH NAME +csrinit \- Utility for the setting up CSR ROM chips +.SH SYNOPSIS +.BR "csrinit +[ +.I options +] +.SH DESCRIPTION +.B csrinit +is used to setup the ROM chips from CSR. +.SH OPTIONS +.TP +.BI -h +Gives a list of possible options. +.SH AUTHOR +Written by Marcel Holtmann <marcel@holtmann.org>. +.br |