X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fslocal.man;h=f1a2e39fda76d764e9126cfdf4c68a7a9e6aa7b7;hb=95e9c4e6befb17ca3e691c26f024fb55eeae5e31;hp=2ce87b92af48304a33e4b729eef70adadf4a1b54;hpb=a4b6b148ec5edcfc454cc73d8f608a97fc8c5e25;p=mmh diff --git a/man/slocal.man b/man/slocal.man index 2ce87b9..f1a2e39 100644 --- a/man/slocal.man +++ b/man/slocal.man @@ -355,7 +355,7 @@ failed. .PP In order to avoid any time limitations, you might implement a process that began by -.BR fork ()-ing. +.IR fork ()-ing. The parent would return the appropriate value immediately, and the child could continue on, doing whatever it wanted for as long as it wanted. This approach is somewhat risky if