• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


コミットメタ情報

リビジョン2dcdbfc0e5ee9c76bb2aa095390912422bedc36c (tree)
日時2022-05-22 06:48:30
作者hyperoga <hyperoga@gmai...>
コミッターhyperoga

ログメッセージ

V1.02 add description

変更サマリ

差分

--- a/cmem.c
+++ b/cmem.c
@@ -3,6 +3,7 @@
33 *
44 * 2001/12/09 V1.00 based xmem V0.33 by oga.
55 * 2005/09/11 V1.01 support Linux 2.6.x
6+ * 2022/05/22 V1.02 add description to usage
67 */
78
89 #include <stdio.h>
@@ -12,7 +13,7 @@
1213 #include <unistd.h>
1314 #include <errno.h>
1415
15-#define VER "Ver 1.01"
16+#define VER "Ver 1.02"
1617 #define S_MEM "Memory"
1718 #define S_SWAP "Swap"
1819
@@ -458,6 +459,10 @@ int main(int a, char *b[])
458459 for (i = 1; i<a ; i++) {
459460 if (!strncmp(b[i],"-h",2)) {
460461 printf("usage : cmem [-update <time>]\n");
462+ printf(" # : used\n");
463+ printf(" * : cached\n");
464+ printf(" = : buffers\n");
465+ printf(" . : free\n");
461466 exit(1);
462467 }
463468 if (!strncmp(b[i],"-u",2) && a > i) {