From ec3d188f9308676f1c376692092ae5fb4cdd02d6 Mon Sep 17 00:00:00 2001 From: NotFound Date: Sat, 11 Dec 2010 20:15:53 +0100 Subject: [PATCH] add a note about platform dependence to NCI example ls.pis - TT #1180 --- examples/nci/ls.pir | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/nci/ls.pir b/examples/nci/ls.pir index 724fd5a4d6..182e5be4a5 100644 --- a/examples/nci/ls.pir +++ b/examples/nci/ls.pir @@ -8,6 +8,11 @@ examples/nci/ls.pir - a directory lister List the content of the directory 'docs'. +This program uses the 'dirent' structure, whose content is not fully +standarized, thus may need modifications depending on platform. + +In this encarnation it works on linux i386 and amd64 systems. + =cut .sub _main :main