summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-30 21:32:51 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-30 21:32:51 -0700
commit906e1c07de1e06a0104fe13ceeb081c298f9042d (patch)
treec5febf4d54e260ec02e10430a7b90f7a68090f24
parent93c1a1e0205819214f9cf56d95ecc2842e515bab (diff)
downloadtxr-906e1c07de1e06a0104fe13ceeb081c298f9042d.tar.gz
txr-906e1c07de1e06a0104fe13ceeb081c298f9042d.tar.bz2
txr-906e1c07de1e06a0104fe13ceeb081c298f9042d.zip
Formatting fix in struct passwd and group headings.
* txr.1: * used instead of @.
-rw-r--r--txr.14
1 files changed, 2 insertions, 2 deletions
diff --git a/txr.1 b/txr.1
index b4bdacb4..1df21687 100644
--- a/txr.1
+++ b/txr.1
@@ -31673,7 +31673,7 @@ On failure, they throw an exception of type
.SS* Unix Password Database
-.coNP Structure * passwd
+.coNP Structure @ passwd
.synb
.mets (defstruct passwd nil
.mets \ \ name passwd uid gid
@@ -31752,7 +31752,7 @@ is returned.
.SS* Unix Group Database
-.coNP Structure * group
+.coNP Structure @ group
.synb
.mets (defstruct group nil
.mets \ \ name passwd gid mem)