Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
Replaced "start start" by "start"
  • Loading branch information
lra committed Apr 24, 2012
1 parent 94d2881 commit 1e06914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/guides/cf_Quickref3.texinfo
Expand Up @@ -194,8 +194,8 @@ Debug levels: 1=parsing, 2=running, 3=summary, 4=expression eval


The server daemon provides two services: it acts as a The server daemon provides two services: it acts as a
file server for remote file copying and it allows an file server for remote file copying and it allows an
authorized cf-runagent to start start a cf-agent process authorized cf-runagent to start a cf-agent process and
and set certain additional classes with role-based access set certain additional classes with role-based access
control. control.




Expand Down
4 changes: 2 additions & 2 deletions src/cf-serverd.c
Expand Up @@ -120,8 +120,8 @@ static const char *PROTOCOL[] =


static const char *ID = "The server daemon provides two services: it acts as a\n" static const char *ID = "The server daemon provides two services: it acts as a\n"
"file server for remote file copying and it allows an\n" "file server for remote file copying and it allows an\n"
"authorized cf-runagent to start start a cf-agent process\n" "authorized cf-runagent to start a cf-agent process and\n"
"and set certain additional classes with role-based access\n" "control.\n"; "set certain additional classes with role-based access control.\n";


static const struct option OPTIONS[15] = static const struct option OPTIONS[15] =
{ {
Expand Down

0 comments on commit 1e06914

Please sign in to comment.