File tree Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Expand file tree Collapse file tree 4 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 1
- Copyright 2023 + YOU
1
+ Copyright 2024 + YOU
2
2
3
3
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
4
4
Original file line number Diff line number Diff line change 6
6
.Nd ONE_LINE_DESCRIPTION
7
7
.Sh SYNOPSIS
8
8
.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 \ -
13
13
.Ar MANDATORY_ARG
14
14
.Op Ar OPTIONAL_ARG
15
15
.Sh DESCRIPTION
16
16
The
17
17
.Nm
18
18
utility
19
19
.Ss OPTIONS
20
- .Op Fl -debug
20
+ .Op Fl \ -debug
21
21
Enable debug mode
22
22
.Pp
23
- .Op Fl -help|-?
23
+ .Op Fl \ -help| \ -?
24
24
Print usage and this help message and exit
25
25
.Pp
26
- .Op Fl -version
26
+ .Op Fl \ -version
27
27
Print version and exit
28
28
.Pp
29
- .Op Fl -
29
+ .Op Fl \ -
30
30
Options processing terminator
31
31
.Sh ENVIRONMENT
32
32
The
68
68
.Nm
69
69
utility is a standard UNIX/POSIX command.
70
70
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.
72
72
utility is not a standard UNIX command.
73
73
.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.
75
75
.Sh PORTABILITY
76
76
To be tested under Windows.
77
77
Tested OK under Windows.
78
78
.Sh HISTORY
79
- This re-implementation was made for the
79
+ This re\ - implementation was made for the
80
80
.Lk https://github.com/HubTou/PNU PNU project
81
81
.Sh LICENSE
82
- It is available under the 3-clause BSD license.
82
+ It is available under the 3\ - clause BSD license.
83
83
.Sh AUTHORS
84
84
.An YOU
85
85
.Pp
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ tries to follow the PEP 8 style guide for Python code.
37
37
This library was made for the
38
38
.Lk https://github.com/HubTou/PNU PNU project
39
39
.Sh LICENSE
40
- This library is available under the 3-clause BSD license.
40
+ This library is available under the 3\ - clause BSD license.
41
41
.Sh AUTHORS
42
42
.An AUTHOR_NAME
43
43
.Sh CAVEATS
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ classifiers =
37
37
Programming Language :: Python :: 3.9
38
38
Programming Language :: Python :: 3.10
39
39
Programming Language :: Python :: 3.11
40
+ Programming Language :: Python :: 3.12
40
41
Topic :: Software Development :: Libraries :: Python Modules <= If you offer libraries functions
41
42
Topic :: System <= For standard Unix utilities or system tools
42
43
Topic :: Utilities
You can’t perform that action at this time.
0 commit comments