summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-10-21 04:05:25 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-10-21 04:05:25 +0200
commitab89ba1512f6a7411a2bcb27e710f6e5078309a6 (patch)
tree18db12432657e5dfc93e7a77e6324e9f2688730a /public
parente2ce7d7a1b37824b6939c68a931e0f6e537d760a (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.74
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