Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cgsi-gsoap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Data Management Clients
cgsi-gsoap
Commits
0745d15c
Commit
0745d15c
authored
1 year ago
by
Mattias Ellert
Committed by
Mihai Patrascoiu
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix manpage typos reported by lintian
parent
2f533c8d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!5
Fix manpage typos reported by lintian
Pipeline
#7847538
passed
8 months ago
Stage: build
Stage: publish
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/cgsi_plugin.c
+1
-1
1 addition, 1 deletion
src/cgsi_plugin.c
src/cgsi_plugin.h
+4
-4
4 additions, 4 deletions
src/cgsi_plugin.h
src/cgsi_plugin_int.h
+1
-1
1 addition, 1 deletion
src/cgsi_plugin_int.h
with
6 additions
and
6 deletions
src/cgsi_plugin.c
+
1
−
1
View file @
0745d15c
...
...
@@ -24,7 +24,7 @@
* @author Akos Frohner CERN, IT/GD
*
* This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement
* GSI secure authenti
fi
cation and encryption on top of gSOAP.
* GSI secure authentication and encryption on top of gSOAP.
* The globus GSI bundle is necessary for the plugin to compile and run.
*
*/
...
...
This diff is collapsed.
Click to expand it.
src/cgsi_plugin.h
+
4
−
4
View file @
0745d15c
...
...
@@ -22,7 +22,7 @@
* @author Ben Couturier CERN, IT/ADC
*
* This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement
* GSI secure authenti
fi
cation and encryption on top of gSOAP.
* GSI secure authentication and encryption on top of gSOAP.
* The globus GSI bundle is necessary for the plugin to compile and run.
*
*/
...
...
@@ -74,7 +74,7 @@ extern "C" {
int
soap_cgsi_init
(
struct
soap
*
soap
,
int
cgsi_options
);
/**
* Generic contructor for the cgsi_plugin
* Generic con
s
tructor for the cgsi_plugin
*
* @param soap The soap structure for the request
* @param plugin Pointer to the plugin data structure
...
...
@@ -85,7 +85,7 @@ int soap_cgsi_init(struct soap *soap, int cgsi_options);
int
cgsi_plugin
(
struct
soap
*
soap
,
struct
soap_plugin
*
plugin
,
void
*
arg
);
/**
* Client contructor for the cgsi_plugin
* Client con
s
tructor for the cgsi_plugin
*
* @param soap The soap structure for the request
* @param plugin Pointer to the plugin data structure
...
...
@@ -96,7 +96,7 @@ int cgsi_plugin(struct soap *soap, struct soap_plugin *plugin, void *arg);
int
client_cgsi_plugin
(
struct
soap
*
soap
,
struct
soap_plugin
*
plugin
,
void
*
arg
);
/**
* Server contructor for the cgsi_plugin
* Server con
s
tructor for the cgsi_plugin
*
* @param soap The soap structure for the request
* @param plugin Pointer to the plugin data structure
...
...
This diff is collapsed.
Click to expand it.
src/cgsi_plugin_int.h
+
1
−
1
View file @
0745d15c
...
...
@@ -21,7 +21,7 @@
* @author Ben Couturier CERN, IT/ADC
*
* This is a GSI plugin for gSOAP. It uses the globus GSI libraries to implement
* GSI secure authenti
fi
cation and encryption on top of gSOAP.
* GSI secure authentication and encryption on top of gSOAP.
* The globus GSI bundle is necessary for the plugin to compile and run.
*
*/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment