diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-21 04:05:25 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-10-21 04:05:25 +0200 |
| commit | ab89ba1512f6a7411a2bcb27e710f6e5078309a6 (patch) | |
| tree | 18db12432657e5dfc93e7a77e6324e9f2688730a /public | |
| parent | e2ce7d7a1b37824b6939c68a931e0f6e537d760a (diff) | |
dev/kernel: crc32 module improvements on portability.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public')
| -rw-r--r-- | public/manuals/troff/cxxdrv.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/manuals/troff/cxxdrv.7 b/public/manuals/troff/cxxdrv.7 index 20e28fd4..65c5fc49 100644 --- a/public/manuals/troff/cxxdrv.7 +++ b/public/manuals/troff/cxxdrv.7 @@ -17,8 +17,8 @@ Specify the output file. .SH USAGE EXAMPLES .TP -.B Generate object file from the main.cpp unit. -.B cxxdrv main.cpp +.B Generate object file from the main.cc unit. +.B cxxdrv main.cc .SH EXIT STATUS .TP |
