X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Fcpydgst.c;h=04ca76e37aa4f397f5f7a775321f658111a84ccf;hp=7195cd152d90173c630fc6b352a933ad1dbbf988;hb=ced6090a330d3d83d0bce709f756aa3d7d65fea4;hpb=337338b404931f06f0db2119c9e145e8ca5a9860 diff --git a/sbr/cpydgst.c b/sbr/cpydgst.c index 7195cd1..04ca76e 100644 --- a/sbr/cpydgst.c +++ b/sbr/cpydgst.c @@ -1,25 +1,25 @@ /* - * cpydgst.c -- copy from one fd to another in encapsulating mode - * -- (do dashstuffing of input data). - * - * This code is Copyright (c) 2002, by the authors of nmh. See the - * COPYRIGHT file in the root directory of the nmh distribution for - * complete copyright information. - */ +** cpydgst.c -- copy from one fd to another in encapsulating mode +** -- (do dashstuffing of input data). +** +** This code is Copyright (c) 2002, by the authors of nmh. See the +** COPYRIGHT file in the root directory of the nmh distribution for +** complete copyright information. +*/ #include /* - * We want to perform the substitution - * - * \n(-.*)\n --> \n- \1\n - * - * This is equivalent to the sed substitution - * - * sed -e 's%^-%- -%' < ifile > ofile - * - * but the routine below is faster than the pipe, fork, and exec. - */ +** We want to perform the substitution +** +** \n(-.*)\n --> \n- \1\n +** +** This is equivalent to the sed substitution +** +** sed -e 's%^-%- -%' < ifile > ofile +** +** but the routine below is faster than the pipe, fork, and exec. +*/ #define S1 0 #define S2 1