diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-04-05 19:25:55 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-04-05 19:25:55 -0700 |
commit | db57e85f0ae2b081d2985ff43a2682ef7871a5bb (patch) | |
tree | 4e0764673233ddd418077118ba2d6137efc8f810 /cppawk-cons.1 | |
parent | 1c77097f7ebb99142ac349d98b3e87cb8b96020a (diff) | |
download | cppawk-db57e85f0ae2b081d2985ff43a2682ef7871a5bb.tar.gz cppawk-db57e85f0ae2b081d2985ff43a2682ef7871a5bb.tar.bz2 cppawk-db57e85f0ae2b081d2985ff43a2682ef7871a5bb.zip |
cons man page: missing periods.
Diffstat (limited to 'cppawk-cons.1')
-rw-r--r-- | cppawk-cons.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppawk-cons.1 b/cppawk-cons.1 index 215d669..aa9d452 100644 --- a/cppawk-cons.1 +++ b/cppawk-cons.1 @@ -825,7 +825,7 @@ and is called the .IR "consing dot" . -.IP 2 +.IP 2. A cons cell .I cdr is the atom @@ -838,7 +838,7 @@ is the recursively calculated S-expression of the .I car field. -.IP 3 +.IP 3. Whenever a cons cell appears as the .I cdr |