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

Update doc/manual/nasl/nasl-grammar/index.md #1723

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scottvr
Copy link

@scottvr scottvr commented Sep 18, 2024

What:

Replace the unicode n-dash (U+2013) with two ascii minus (0x2D) characters.

Why:

Because a single Unicode N-dash will not work as the C decrement operator.
(Probably someone's editor "helped" by converting the typed two dashes to the Unicode character.)

Replace the unicode n-dash (U+2013) with two ascii minus (0x2D) characters. (Probably someone's editor "helped" by converting the typed two dashes with the Unicode character.
@scottvr scottvr requested a review from a team as a code owner September 18, 2024 08:12
@scottvr
Copy link
Author

scottvr commented Sep 18, 2024

FWIW, I don't think these build errors have anything to do with my simple documentation change.

the log shows a 403 is returned by api.github.com, and then there appears to be a problem with a missing libssh dependency:

/usr/bin/ld: /usr/local/lib/libgvm_util.so: undefined reference to `ssh_pki_import_privkey_base64@LIBSSH_4_5_0'
/usr/bin/ld: /usr/local/lib/libgvm_util.so: undefined reference to  ... ```

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