diff --git a/pages/common/slimrb.md b/pages/common/slimrb.md index 975cc975b..47c483333 100644 --- a/pages/common/slimrb.md +++ b/pages/common/slimrb.md @@ -1,6 +1,7 @@ # slimrb > Convert Slim files to HTML. +> More information: . - Convert a Slim file to HTML: diff --git a/pages/common/sn.md b/pages/common/sn.md index ca98de1c3..c20adfacc 100644 --- a/pages/common/sn.md +++ b/pages/common/sn.md @@ -1,6 +1,7 @@ # sn > Mono StrongName utility for signing and verifying IL assemblies. +> More information: . - Generate a new StrongNaming key: diff --git a/pages/common/socat.md b/pages/common/socat.md index 83f82aacf..e039859f4 100644 --- a/pages/common/socat.md +++ b/pages/common/socat.md @@ -1,6 +1,7 @@ # socat > Multipurpose relay (SOcket CAT). +> More information: . - Listen to a port, wait for an incoming connection and transfer data to STDIO: diff --git a/pages/common/swig.md b/pages/common/swig.md index 8ba7d920d..adb429738 100644 --- a/pages/common/swig.md +++ b/pages/common/swig.md @@ -2,6 +2,7 @@ > Generate bindings between C / C++ code and various high level languages such as JavaScript, Python, C#, and more. > It uses special .i or .swg files to generate the bindings (C/C++ with SWIG directives, then outputs a C/C++ file that contains all the wrapper code needed to build an extension module. +> More information: . - Generate a binding between C++ and Python: