Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix documentation of examples #19

Merged
merged 1 commit into from
Jul 6, 2024
Merged

Fix documentation of examples #19

merged 1 commit into from
Jul 6, 2024

Conversation

olebole
Copy link
Member

@olebole olebole commented Jul 5, 2024

The examples were often lazily formatted, with either completely being in a .nf/.fi (preformatted/code) section or completely outside, like for fgwrite:

  1. Create an archive of the current directory and its subdirectories excluding any symbolic links. cl> fgwrite . ../zzd_arc.fits exclude=s checksum=yes The ckecksum option is set, so the keyword CHECKSUM, DATASUM and CHECKVER will be present in all unit headers.

This PR corrects this:

  1. Create an archive of the current directory and its subdirectories excluding any symbolic links.

     cl> fgwrite . ../zzd_arc.fits exclude=s checksum=yes 
    

The ckecksum option is set, so the keyword CHECKSUM, DATASUM and CHECKVER will be present in all unit headers.

@olebole olebole force-pushed the doc branch 3 times, most recently from 0e7eae9 to adcc991 Compare July 6, 2024 10:46
@olebole olebole merged commit 15b8148 into main Jul 6, 2024
@olebole olebole deleted the doc branch July 8, 2024 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant