diff --git a/new/print.jam b/new/print.jam index 0c9674e25..9175a9159 100644 --- a/new/print.jam +++ b/new/print.jam @@ -207,7 +207,7 @@ rule text ( } } -# Outputs the text to the current targets, after word-wrapping it +# Outputs the text to the current targets, after word-wrapping it. rule wrapped-text ( text + ) { local lines = [ split-at-words $(text) ] ; diff --git a/v2/util/print.jam b/v2/util/print.jam index 0c9674e25..9175a9159 100644 --- a/v2/util/print.jam +++ b/v2/util/print.jam @@ -207,7 +207,7 @@ rule text ( } } -# Outputs the text to the current targets, after word-wrapping it +# Outputs the text to the current targets, after word-wrapping it. rule wrapped-text ( text + ) { local lines = [ split-at-words $(text) ] ;