mount.c (6f7cdc55f1a59b6df607779096525018283c8db0) | mount.c (c14d21f6cf21c2cb6969081ada02235efc7373ca) |
---|---|
1/*- 2 * Copyright (c) 1980, 1989, 1993, 1994 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 --- 692 unchanged lines hidden (view full) --- 701} 702 703void 704usage() 705{ 706 707 (void)fprintf(stderr, "%s\n%s\n%s\n", 708"usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node", | 1/*- 2 * Copyright (c) 1980, 1989, 1993, 1994 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 --- 692 unchanged lines hidden (view full) --- 701} 702 703void 704usage() 705{ 706 707 (void)fprintf(stderr, "%s\n%s\n%s\n", 708"usage: mount [-dfpruvw] [-o options] [-t ufs | external_type] special node", |
709" mount [-adfpruvw] [-o options] [ -F fstab] [-t ufs | external_type]", | 709" mount [-adfpruvw] [ -F fstab] [-o options] [-t ufs | external_type]", |
710" mount [-dfpruvw] special | node"); 711 exit(1); 712} 713 714void 715putfsent(ent) 716 const struct statfs *ent; 717{ --- 48 unchanged lines hidden --- | 710" mount [-dfpruvw] special | node"); 711 exit(1); 712} 713 714void 715putfsent(ent) 716 const struct statfs *ent; 717{ --- 48 unchanged lines hidden --- |