Skip to content

Commit

Permalink
Update man page with internet resources and licensing (#51155)
Browse files Browse the repository at this point in the history
Pull request proposes a minor modification to the man page. In this PR,
two additional sections for the man page are added:
- Internet resources and
- licensing.
  • Loading branch information
firefly-cpp authored Sep 9, 2023
1 parent 3950167 commit 8d4d641
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions doc/man/julia.1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.\" - diagnostics
.\" - notes

.TH JULIA 1 2022-02-17 JULIA
.TH JULIA 1 2023-09-01 JULIA

.\" from the front page of https://julialang.org/
.SH NAME
Expand Down Expand Up @@ -277,6 +277,15 @@ See https://docs.julialang.org/en/v1/manual/environment-variables/
Please report any bugs using the GitHub issue tracker:
https://github.com/julialang/julia/issues?state=open


.SH AUTHORS
Contributors: https://github.com/JuliaLang/julia/graphs/contributors

.SH INTERNET RESOURCES
Website: https://julialang.org/
.br
Documentation: https://docs.julialang.org/
.br
Downloads: https://julialang.org/downloads/

.SH LICENSING
Julia is an open-source project. It is made available under the MIT license.

2 comments on commit 8d4d641

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The package evaluation job you requested has completed - possible new issues were detected.
The full report is available.

Please sign in to comment.