Corrections to file header comments.

This commit is contained in:
Andrew Wood
2023-08-31 21:49:27 +01:00
parent a8867b1882
commit d51a1b10f0
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Functions used across the program. Include "config.h" first.
* Functions used across the program.
*
* Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood
*
+1
View File
@@ -11,6 +11,7 @@
#include "options.h"
#include "pv.h"
/* We do not set this because it breaks "dd" - see below. */
/* #undef MAKE_STDOUT_NONBLOCKING */
#include <stdio.h>
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Functions for opening and closing files.
* Functions for opening and closing files, and calculating their size.
*
* Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood
*
+1 -2
View File
@@ -1,6 +1,5 @@
/*
* Main program entry point - read the command line options, then perform
* the appropriate actions.
* Functions providing the main transfer or file descriptor watching loop.
*
* Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood
*
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Functions for converting strings to numbers.
* Functions for portably managing strings.
*
* Copyright 2023 Andrew Wood
*
+1 -1
View File
@@ -1,5 +1,5 @@
/*
* Functions for transferring between file descriptors.
* Functions for transferring data between file descriptors.
*
* Copyright 2002-2008, 2010, 2012-2015, 2017, 2021, 2023 Andrew Wood
*