kdump.c (0f33b907d50e84932bd17c150604e63b0957fd65) | kdump.c (da647ae946a00482f69900a49b0f1c4d5912abf2) |
---|---|
1/*- 2 * Copyright (c) 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 1347 unchanged lines hidden (view full) --- 1356invalid: 1357 printf("invalid record\n"); 1358} 1359 1360void 1361usage(void) 1362{ 1363 fprintf(stderr, "usage: kdump [-dEnlHRrsT] [-f trfile] " | 1/*- 2 * Copyright (c) 1988, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 1347 unchanged lines hidden (view full) --- 1356invalid: 1357 printf("invalid record\n"); 1358} 1359 1360void 1361usage(void) 1362{ 1363 fprintf(stderr, "usage: kdump [-dEnlHRrsT] [-f trfile] " |
1364 "[-m maxdata] [-p pid] [-t [cnistuw]]\n"); | 1364 "[-m maxdata] [-p pid] [-t trstr]\n"); |
1365 exit(1); 1366} | 1365 exit(1); 1366} |