From 26b2f0395db53b0bbb1915cd27ac2b99a4dbb0a2 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Wed, 28 May 2025 17:41:55 +0200 Subject: fix: fix man pages. Signed-off-by: Amlal El Mahrouss --- man/cxxdrv.1 | 34 ++++++++++++++++++++++++++++++++++ man/cxxdrv.7 | 34 ---------------------------------- man/ld64.1 | 34 ++++++++++++++++++++++++++++++++++ man/ld64.7 | 34 ---------------------------------- 4 files changed, 68 insertions(+), 68 deletions(-) create mode 100644 man/cxxdrv.1 delete mode 100644 man/cxxdrv.7 create mode 100644 man/ld64.1 delete mode 100644 man/ld64.7 diff --git a/man/cxxdrv.1 b/man/cxxdrv.1 new file mode 100644 index 0000000..62abe0a --- /dev/null +++ b/man/cxxdrv.1 @@ -0,0 +1,34 @@ +.TH CXXDRV 1 "LibCompiler" "January 2025" "NeKernel Manual" +.SH NAME +.B cxxdrv +\- AE 64-bit C++ compiler for NeKernel + +.SH SYNOPSIS +.B cxxdrv %OPTIONS% %INPUT_FILES% + +.SH DESCRIPTION +.B cxxdrv +is the dedicated compiler used by NeKernel, it compiles to the AE object format. + +.SH OPTIONS +.TP +.B -output +Specify the output file. + +.SH USAGE EXAMPLES +.TP +.B Generate object file from the main.cpp unit. +.B cxxdrv main.cpp + +.SH EXIT STATUS +.TP +0 Successful compilation. +.TP +1 Error encountered during compilation of the C++ unit(s). + +.SH SEE ALSO +.BR cxxdrv (7), asm (7) + +.SH AUTHOR +Amlal El Mahrouss + diff --git a/man/cxxdrv.7 b/man/cxxdrv.7 deleted file mode 100644 index 20e28fd..0000000 --- a/man/cxxdrv.7 +++ /dev/null @@ -1,34 +0,0 @@ -.TH LD64 1 "LibCompiler" "January 2025" "NeKernel Manual" -.SH NAME -.B cxxdrv -\- AE 64-bit C++ compiler for NeKernel - -.SH SYNOPSIS -.B cxxdrv %OPTIONS% %INPUT_FILES% - -.SH DESCRIPTION -.B cxxdrv -is the dedicated compiler used by NeKernel, it compiles to the AE object format. - -.SH OPTIONS -.TP -.B -output -Specify the output file. - -.SH USAGE EXAMPLES -.TP -.B Generate object file from the main.cpp unit. -.B cxxdrv main.cpp - -.SH EXIT STATUS -.TP -0 Successful compilation. -.TP -1 Error encountered during compilation of the C++ unit(s). - -.SH SEE ALSO -.BR cxxdrv (7), asm (7) - -.SH AUTHOR -Amlal El Mahrouss - diff --git a/man/ld64.1 b/man/ld64.1 new file mode 100644 index 0000000..338732f --- /dev/null +++ b/man/ld64.1 @@ -0,0 +1,34 @@ +.TH LD64 1 "LibCompiler" "January 2025" "NeKernel Manual" +.SH NAME +.B ld64 +\- PEF 64-bit linker for NeKernel + +.SH SYNOPSIS +.B ld64 %OPTIONS% %INPUT_FILES% -output %OUTPUT_FILE% + +.SH DESCRIPTION +.B ld64 +is the dedicated linker for the Preferred Executable Format (PEF) used by NeKernel. + +.SH OPTIONS +.TP +.B -output +Specify the output file. + +.SH USAGE EXAMPLES +.TP +.B Generate an executable file from an AE object. +.B ld64 main.obj -output app.exec + +.SH EXIT STATUS +.TP +0 Successful linking. +.TP +1 Error encountered during linking. + +.SH SEE ALSO +.BR cxxdrv (7), asm (1) + +.SH AUTHOR +Amlal El Mahrouss + diff --git a/man/ld64.7 b/man/ld64.7 deleted file mode 100644 index 338732f..0000000 --- a/man/ld64.7 +++ /dev/null @@ -1,34 +0,0 @@ -.TH LD64 1 "LibCompiler" "January 2025" "NeKernel Manual" -.SH NAME -.B ld64 -\- PEF 64-bit linker for NeKernel - -.SH SYNOPSIS -.B ld64 %OPTIONS% %INPUT_FILES% -output %OUTPUT_FILE% - -.SH DESCRIPTION -.B ld64 -is the dedicated linker for the Preferred Executable Format (PEF) used by NeKernel. - -.SH OPTIONS -.TP -.B -output -Specify the output file. - -.SH USAGE EXAMPLES -.TP -.B Generate an executable file from an AE object. -.B ld64 main.obj -output app.exec - -.SH EXIT STATUS -.TP -0 Successful linking. -.TP -1 Error encountered during linking. - -.SH SEE ALSO -.BR cxxdrv (7), asm (1) - -.SH AUTHOR -Amlal El Mahrouss - -- cgit v1.2.3