main.c (8e2e167cdd13652b86eed6d4a60ea4df6ae8be0b) | main.c (d397408818fbfa179246fb327659e3fb29ffff31) |
---|---|
1/* 2 * Copyright (c) 1980, 1986, 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 --- 484 unchanged lines hidden (view full) --- 493 statfsp = NULL; 494 return (statfsp); 495} 496 497static void 498usage(void) 499{ 500 (void) fprintf(stderr, | 1/* 2 * Copyright (c) 1980, 1986, 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 --- 484 unchanged lines hidden (view full) --- 493 statfsp = NULL; 494 return (statfsp); 495} 496 497static void 498usage(void) 499{ 500 (void) fprintf(stderr, |
501 "Usage: %s [-BFpfny] [-b block] [-c level] [-m mode] " | 501 "usage: %s [-BFpfny] [-b block] [-c level] [-m mode] " |
502 "filesystem ...\n", 503 getprogname()); 504 exit(1); 505} | 502 "filesystem ...\n", 503 getprogname()); 504 exit(1); 505} |