diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2023-06-18 19:10:39 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2023-06-18 19:29:36 +0000 |
commit | 076de2a0041c4c2e01b2d2d401cb2821315e78b9 (patch) | |
tree | c77ae837e15486f8df65aa05ba32006c4ead66ff | |
parent | 3dd6cae4b7623ef20ebc17ccf8dd182748c7040b (diff) | |
download | lynx-snapshots-076de2a0041c4c2e01b2d2d401cb2821315e78b9.tar.gz |
snapshot of project "lynx", label v2-9-0dev_12e
-rw-r--r-- | CHANGES | 5 | ||||
-rw-r--r-- | lynx.man | 10 |
2 files changed, 8 insertions, 7 deletions
diff --git a/CHANGES b/CHANGES index c201e325..3c5bbf5b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,9 +1,10 @@ --- $LynxId: CHANGES,v 1.1135 2023/05/26 22:50:24 tom Exp $ +-- $LynxId: CHANGES,v 1.1136 2023/06/18 19:10:39 tom Exp $ =============================================================================== Changes since Lynx 2.8 release =============================================================================== -2023-05-29 (2.9.0dev.13) +2023-06-18 (2.9.0dev.13) +* formatting fixes for manpage (Debian #1037353). * change defaults in configure script to use compression -TD * modify HTChunkPutb2() to avoid passing a zero-size or null pointer to memcpy() -TD diff --git a/lynx.man b/lynx.man index 3b114cad..6c94bb8a 100644 --- a/lynx.man +++ b/lynx.man @@ -1,4 +1,4 @@ -.\" $LynxId: lynx.man,v 1.132 2021/03/14 20:42:46 tom Exp $ +.\" $LynxId: lynx.man,v 1.136 2023/06/18 18:49:34 tom Exp $ .\" ************************************************************************** .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds `` \(lq @@ -15,7 +15,7 @@ .ie n .in +4 .el .in +2 .nf -.ft C \" Courier +.ft CR \" Courier .. .de NE .fi @@ -24,7 +24,7 @@ .el .in -2 .. .\" ************************************************************************** -.TH LYNX 1 +.TH LYNX 1 2023-06-18 "Lynx 2.9.0" "Lynx \(en the \fItext\fP web browser" .SH NAME lynx \- a general purpose distributed information browser for the World Wide Web .SH SYNOPSIS @@ -261,8 +261,8 @@ Sets the connection timeout, where N is given in seconds. .TP .B \-cookie_file\fR=\fIFILENAME specifies a file to use to read cookies. -If none is specified, the default value is ~/.lynx_cookies -for most systems, but ~/cookies for MS-DOS. +If none is specified, the default value is \s+3~\s-3/.lynx_cookies +for most systems, but \s+3~\s-3/cookies for MS-DOS. .TP .B \-cookie_save_file\fR=\fIFILENAME specifies a file to use to store cookies. |