[hamradio-commits] [gnss-sdr] 43/45: Removing non-defined Pp macro

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 6 11:01:56 UTC 2014


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit d4f4ef05ae242c9a0d72a7fff4d4babfdb10b7b9
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sat Dec 6 10:23:14 2014 +0100

    Removing non-defined Pp macro
---
 docs/manpage/gnss-sdr-manpage                                           | 2 +-
 .../volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage           | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/manpage/gnss-sdr-manpage b/docs/manpage/gnss-sdr-manpage
index ec5b7bb..efb7e16 100644
--- a/docs/manpage/gnss-sdr-manpage
+++ b/docs/manpage/gnss-sdr-manpage
@@ -6,7 +6,7 @@
 .SH SYNOPSIS
 \fBgnss-sdr -config_file=\fR\fI<path-to-configuration-file>\fR [OPTION]...
 .SH DESCRIPTION
-.Pp
+.PP
 \fBgnss-sdr\fR is a Global Navigation Satellite Systems Software Defined Receiver written in C++. It implements all the signal processing chain, taking as input raw samples coming from the output of an Analog-to-Digital Converter, and processing them up to the computation of the Position-Velocity-Time solution, including the generation of code and phase observables. 
 \.TP
 \fBgnss-sdr\fR is able to work with raw data files or, if there is computational power enough, in real time with suitable radiofrequency front-ends. The whole receiver is defined in a single configuration file, and therefore users can define theirs.
diff --git a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage
index d8f0351..8a2cc69 100644
--- a/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage
+++ b/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/cmake/Packaging/volk_gnsssdr_profile-manpage
@@ -6,7 +6,6 @@
 .SH SYNOPSIS
 \fBvolk_gnsssdr_profile\fR [OPTION]
 .SH DESCRIPTION
-.PP
 The Vector-Optimized Library of Kernels of GNSS-SDR (VOLK_GNSSSDR) is a software library that provides developers with an interface to use Single Input - Multiple Data (SIMD) instructions, which are of special interest for operations that are in the receiver's critical path of the processing load.
 .TP
 Processors providing SIMD instruction sets compute with multiple processing elements that perform the same operation on multiple data points simultaneously, thus exploiting data-level parallelism, an can be found in most modern desktop and laptop personal computers. In a nutshell, VOLK_GNSSSDR implements in assembly language optimized versions of computationally-intensive operations for different processor architectures that are commonly found in modern computers. In order to use the mos [...]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list