Skip to content

Commit

Permalink
remove .Os values from manpages
Browse files Browse the repository at this point in the history
Most packages don't specify it.
  • Loading branch information
DankRank committed Apr 23, 2023
1 parent 5ba2cb6 commit b2bbc6e
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mkdir $releasepath-pdbs

for i in thanm thanm.old thecl thdat thmsg thstd; do
echo $i
groff -mdoc -Tutf8 -P -bu $i/$i.1 | perl -pe 's/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath/README.$i.txt
echo .ds doc-default-operating-system thtk | groff -mdoc -Tutf8 -P -bu - $i/$i.1 | perl -pe 's/\e\[?.*?[\@-~]//g' | unix2dos > $releasepath/README.$i.txt
cp build/$i/RelWithDebInfo/$i.exe $releasepath/
cp build/$i/RelWithDebInfo/$i.pdb $releasepath-pdbs/
done
Expand Down
4 changes: 2 additions & 2 deletions thanm.old/thanm.old.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd August 15, 2022
.Dd April 24, 2023
.Dt THANM.OLD 1
.Os thtk
.Os
.Sh NAME
.Nm thanm.old
.Nd Touhou sprite archive tool
Expand Down
8 changes: 4 additions & 4 deletions thanm/thanm.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.\" Redistribution and use in source and binary forms, with
.\" or without modification, are permitted provided that the
.\" following conditions are met:
.\"
.\"
.\" 1. Redistributions of source code must retain this list
.\" of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce this
.\" list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the
.\" distribution.
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
.\" CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand All @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd March 16, 2018
.Dd April 24, 2023
.Dt THANM 1
.Os thtk
.Os
.Sh NAME
.Nm thanm
.Nd Touhou sprite archive tool
Expand Down
4 changes: 2 additions & 2 deletions thdat/thdat.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd August 31, 2022
.Dd April 24, 2023
.Dt THDAT 1
.Os thtk
.Os
.Sh NAME
.Nm thdat
.Nd Touhou archive tool
Expand Down
4 changes: 2 additions & 2 deletions thecl/thecl.1
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd August 25, 2022
.Dd April 24, 2023
.Dt THECL 1
.Os thtk
.Os
.Sh NAME
.Nm thecl
.Nd Touhou enemy control language script tool
Expand Down
8 changes: 4 additions & 4 deletions thmsg/thmsg.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.\" Redistribution and use in source and binary forms, with
.\" or without modification, are permitted provided that the
.\" following conditions are met:
.\"
.\"
.\" 1. Redistributions of source code must retain this list
.\" of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce this
.\" list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the
.\" distribution.
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
.\" CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand All @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd March 16, 2018
.Dd April 24, 2023
.Dt THMSG 1
.Os thtk
.Os
.Sh NAME
.Nm thmsg
.Nd Touhou dialogue tool
Expand Down
8 changes: 4 additions & 4 deletions thstd/thstd.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.\" Redistribution and use in source and binary forms, with
.\" or without modification, are permitted provided that the
.\" following conditions are met:
.\"
.\"
.\" 1. Redistributions of source code must retain this list
.\" of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must reproduce this
.\" list of conditions and the following disclaimer in the
.\" documentation and/or other materials provided with the
.\" distribution.
.\"
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND
.\" CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED
.\" WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand All @@ -24,9 +24,9 @@
.\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
.\" SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
.\" DAMAGE.
.Dd October 28, 2019
.Dd April 24, 2023
.Dt THSTD 1
.Os thtk
.Os
.Sh NAME
.Nm thstd
.Nd Touhou background script tool
Expand Down

0 comments on commit b2bbc6e

Please sign in to comment.