Skip to content

Commit 01618c1

Browse files
authored
2024.2.21 update
1 parent 69a09c9 commit 01618c1

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

_template/License

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright 2023+ YOU
1+
Copyright 2024+ YOU
22

33
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
44

_template/man/COMMAND.1

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@
66
.Nd ONE_LINE_DESCRIPTION
77
.Sh SYNOPSIS
88
.Nm
9-
.Op Fl -debug
10-
.Op Fl -help|-?
11-
.Op Fl -version
12-
.Op Fl -
9+
.Op Fl \-debug
10+
.Op Fl \-help|\-?
11+
.Op Fl \-version
12+
.Op Fl \-
1313
.Ar MANDATORY_ARG
1414
.Op Ar OPTIONAL_ARG
1515
.Sh DESCRIPTION
1616
The
1717
.Nm
1818
utility
1919
.Ss OPTIONS
20-
.Op Fl -debug
20+
.Op Fl \-debug
2121
Enable debug mode
2222
.Pp
23-
.Op Fl -help|-?
23+
.Op Fl \-help|\-?
2424
Print usage and this help message and exit
2525
.Pp
26-
.Op Fl -version
26+
.Op Fl \-version
2727
Print version and exit
2828
.Pp
29-
.Op Fl -
29+
.Op Fl \-
3030
Options processing terminator
3131
.Sh ENVIRONMENT
3232
The
@@ -68,18 +68,18 @@ The
6868
.Nm
6969
utility is a standard UNIX/POSIX command.
7070
utility is a standard UNIX command, though not a POSIX one.
71-
utility is not a standard UNIX command, though a usual one on Unix-like systems.
71+
utility is not a standard UNIX command, though a usual one on Unix\-like systems.
7272
utility is not a standard UNIX command.
7373
.Pp
74-
This re-implementation tries to follow the PEP 8 style guide for Python code.
74+
This re\-implementation tries to follow the PEP 8 style guide for Python code.
7575
.Sh PORTABILITY
7676
To be tested under Windows.
7777
Tested OK under Windows.
7878
.Sh HISTORY
79-
This re-implementation was made for the
79+
This re\-implementation was made for the
8080
.Lk https://github.com/HubTou/PNU PNU project
8181
.Sh LICENSE
82-
It is available under the 3-clause BSD license.
82+
It is available under the 3\-clause BSD license.
8383
.Sh AUTHORS
8484
.An YOU
8585
.Pp

_template/man/LIBRARY.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ tries to follow the PEP 8 style guide for Python code.
3737
This library was made for the
3838
.Lk https://github.com/HubTou/PNU PNU project
3939
.Sh LICENSE
40-
This library is available under the 3-clause BSD license.
40+
This library is available under the 3\-clause BSD license.
4141
.Sh AUTHORS
4242
.An AUTHOR_NAME
4343
.Sh CAVEATS

_template/setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ classifiers =
3737
Programming Language :: Python :: 3.9
3838
Programming Language :: Python :: 3.10
3939
Programming Language :: Python :: 3.11
40+
Programming Language :: Python :: 3.12
4041
Topic :: Software Development :: Libraries :: Python Modules <= If you offer libraries functions
4142
Topic :: System <= For standard Unix utilities or system tools
4243
Topic :: Utilities

0 commit comments

Comments
 (0)