diff options
| l--------- | man2const | 1 | ||||
| -rwxr-xr-x | share/mk/build/pdf/book/prepare.pl | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/man2const b/man2const new file mode 120000 index 0000000000..12afd96574 --- /dev/null +++ b/man2const @@ -0,0 +1 @@ +man/man2const
\ No newline at end of file diff --git a/share/mk/build/pdf/book/prepare.pl b/share/mk/build/pdf/book/prepare.pl index a0740827ef..800715d821 100755 --- a/share/mk/build/pdf/book/prepare.pl +++ b/share/mk/build/pdf/book/prepare.pl @@ -31,6 +31,7 @@ my %Sections= ( "1" => "General Commands Manual", "2" => "System Calls Manual", + "2const" => "System Calls Manual (constants)", "2type" => "System Calls Manual (types)", "3" => "Library Functions Manual", "3const" => "Library Functions Manual (constants)", |
