mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: cfitsio: Mark up description.
* gnu/packages/astronomy.scm (cfitsio)[description]: Use @dfn.
This commit is contained in:
parent
d84e22578a
commit
d5d087abcb
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ (define-public cfitsio
|
||||||
(home-page "http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html")
|
(home-page "http://heasarc.gsfc.nasa.gov/fitsio/fitsio.html")
|
||||||
(synopsis "Library for reading and writing FITS files")
|
(synopsis "Library for reading and writing FITS files")
|
||||||
(description "CFITSIO provides simple high-level routines for reading and
|
(description "CFITSIO provides simple high-level routines for reading and
|
||||||
writing FITS (Flexible Image Transport System) files that insulate the
|
writing @dfn{FITS} (Flexible Image Transport System) files that insulate the
|
||||||
programmer from the internal complexities of the FITS format. CFITSIO also
|
programmer from the internal complexities of the FITS format. CFITSIO also
|
||||||
provides many advanced features for manipulating and filtering the information
|
provides many advanced features for manipulating and filtering the information
|
||||||
in FITS files.")
|
in FITS files.")
|
||||||
|
|
Loading…
Reference in a new issue