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 typo #2508

Merged
merged 1 commit into from
Oct 8, 2024
Merged

fix typo #2508

merged 1 commit into from
Oct 8, 2024

Conversation

spaette
Copy link
Contributor

@spaette spaette commented Oct 3, 2024

@jhasse

"fixed" by 2d17936

correct string replacement somewhat obvious from the preceding text

$ sed -n '782,794p' ninja/doc/manual.asciidoc
2. A build edge, which looks like +build _output1_ _output2_:
   _rulename_ _input1_ _input2_+. +
   Implicit dependencies may be tacked on the end with +|
   _dependency1_ _dependency2_+. +
   Order-only dependencies may be tacked on the end with +||
   _dependency1_ _dependency2_+.  (See <<ref_dependencies,the reference on
   dependency types>>.)
   Validations may be taken on the end with +|@ _validation1_ _validation2_+.
   (See <<validations,the reference on validations>>.)
+
Implicit outputs _(available since Ninja 1.7)_ may be added before
the `:` with +| _output1_ _output2_+ and do not appear in `$out`.
(See <<ref_outputs,the reference on output types>>.)
$ 

@spaette spaette marked this pull request as ready for review October 3, 2024 20:13
@jhasse jhasse merged commit f8ce3b3 into ninja-build:master Oct 8, 2024
11 checks passed
@jhasse
Copy link
Collaborator

jhasse commented Oct 8, 2024

thx!

@jhasse jhasse added this to the 1.13.0 milestone Oct 8, 2024
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.

2 participants