about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNakidai <nakidai@disroot.org>2025-03-28 14:11:12 +0300
committerNakidai <nakidai@disroot.org>2025-03-28 14:11:12 +0300
commit48eabd3cec3e006c4258e102c54ddf8c9707c83c (patch)
tree724c8b99e0141151e982dd185c4c03cac9109f4d
parentfc83374dc050540b09b07b12865aaad84c3456f1 (diff)
download3cl-48eabd3cec3e006c4258e102c54ddf8c9707c83c.tar.gz
3cl-48eabd3cec3e006c4258e102c54ddf8c9707c83c.zip
Fix minor things in manpages
- Fix One type in macro name
- Change order of Xr
-rw-r--r--3cl.12
-rw-r--r--ccl.74
2 files changed, 3 insertions, 3 deletions
diff --git a/3cl.1 b/3cl.1
index 9dc1c14..f9e1ce5 100644
--- a/3cl.1
+++ b/3cl.1
@@ -13,7 +13,7 @@
 .
 .Sh DESCRIPTION
 Executes a
-.Ar file 
+.Ar file
 as a
 .Xr ccl 7
 script.
diff --git a/ccl.7 b/ccl.7
index e63b141..83a58b0 100644
--- a/ccl.7
+++ b/ccl.7
@@ -126,7 +126,7 @@ like
 .Pc .
 If called from a procedure,
 exits it
-.Pc
+.Po
 like
 .Ql return
 .Pc .
@@ -299,8 +299,8 @@ F {
 .Ed
 .
 .Sh SEE ALSO
-.Xr ascii 7 ,
 .Xr 3cl 1 ,
+.Xr ascii 7 ,
 .Lk https://github.com/holy-8/cool_char_lang Original implementation
 .
 .Sh AUTHORS