diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ct-ng.1.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/ct-ng.1.in b/docs/ct-ng.1.in index d7113694..a7885166 100644 --- a/docs/ct-ng.1.in +++ b/docs/ct-ng.1.in @@ -9,11 +9,11 @@ ." ." .SH NAME -ct-ng, crosstool-NG \- Build cross-toolchains +@@CT_PROG_NAME@@, crosstool-NG \- Build cross-toolchains ." ." .SH SYNOPSIS -.B ct-ng ACTION +.B @@CT_PROG_NAME@@ ACTION ." ." .SH DESCRIPTION @@ -56,7 +56,7 @@ If that was not clear: .I `pwd`/samples/${CT_TARGET}/ Samples can be later recalled by calling -.B ct-ng +.B @@CT_PROG_NAME@@ with the target tuple they represent. ." .TP @@ -112,7 +112,7 @@ The list of steps is viewable with the action ." .SH EXIT VALUE The -.B ct-ng +.B @@CT_PROG_NAME@@ frontend is in fact a .BR make (1) script. See the man page for |