diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-30 21:32:51 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-30 21:32:51 -0700 |
commit | 906e1c07de1e06a0104fe13ceeb081c298f9042d (patch) | |
tree | c5febf4d54e260ec02e10430a7b90f7a68090f24 /txr.1 | |
parent | 93c1a1e0205819214f9cf56d95ecc2842e515bab (diff) | |
download | txr-906e1c07de1e06a0104fe13ceeb081c298f9042d.tar.gz txr-906e1c07de1e06a0104fe13ceeb081c298f9042d.tar.bz2 txr-906e1c07de1e06a0104fe13ceeb081c298f9042d.zip |
Formatting fix in struct passwd and group headings.
* txr.1: * used instead of @.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |