Skip to content

Commit

Permalink
Fix ~ correct/update comments (fixes gwsw/less#3, fixes gwsw/less#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rivy committed Jan 29, 2019
1 parent d8f9bea commit 5b644b8
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ AH_TOP([
#define PIPEC (!SECURE)
/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)
Expand Down
2 changes: 1 addition & 1 deletion defines.ds
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#endif

/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)

Expand Down
2 changes: 1 addition & 1 deletion defines.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#define PIPEC (!SECURE)

/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)

Expand Down
2 changes: 1 addition & 1 deletion defines.o2
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#define PIPEC (!SECURE)

/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)

Expand Down
2 changes: 1 addition & 1 deletion defines.o9
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
#define PIPEC (!SECURE)

/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)

Expand Down
4 changes: 2 additions & 2 deletions defines.wn
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
#define PIPEC 1

/*
* LOGFILE is 1 if you wish to allow the -l option (to create log files).
* LOGFILE is 1 if you wish to allow the -o or -O option (to create log files).
*/
#define LOGFILE (!SECURE)

Expand Down Expand Up @@ -176,7 +176,7 @@
/*
* Sizes of various buffers.
*/
#if 0 /* old sizes for small memory machines
#if 0 /* old sizes for small memory machines */
#define CMDBUF_SIZE 512 /* Buffer for multichar commands */
#define UNGOT_SIZE 100 /* Max chars to unget() */
#define LINEBUF_SIZE 1024 /* Max size of line in input file */
Expand Down

0 comments on commit 5b644b8

Please sign in to comment.