Skip to content

Commit

Permalink
Refactor(Typo): Link is NOT FOUND page(not available), change to the …
Browse files Browse the repository at this point in the history
…book name
  • Loading branch information
wjrforcyber committed Sep 24, 2023
1 parent eae19f7 commit 3781c1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base/abci/abc.c
Original file line number Diff line number Diff line change
Expand Up @@ -9343,8 +9343,7 @@ int Abc_CommandTwoExact( Abc_Frame_t * pAbc, int argc, char ** argv )
Abc_Print( -2, "\t synthesizes the smallest circuit composed of two-input gates\n" );
Abc_Print( -2, "\t for the only NPN class of 5-input functions that requires 12 gates;\n" );
Abc_Print( -2, "\t all other functions can be realized with 11 two-input gates or less\n" );
Abc_Print( -2, "\t (see Section 7.1.2 \"Boolean evaluation\" in the book by Donald Knuth\n" );
Abc_Print( -2, "\t http://www.cs.utsa.edu/~wagner/knuth/fasc0c.pdf)\n" );
Abc_Print( -2, "\t (see Section 7.1.2 \"Boolean evaluation\" in the book The Art of Computer Programming by Donald Knuth)\n" );
return 1;
}

Expand Down

0 comments on commit 3781c1d

Please sign in to comment.