Changeset 622a50b in mainline
- Timestamp:
- 2013-05-03T00:21:10Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a2aa81cb
- Parents:
- f6c8fca
- Location:
- uspace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hdisk/hdisk.c
rf6c8fca r622a50b 200 200 "\t 'f' \t\t Switch the format of the partition table." 201 201 "\t 'h' \t\t Prints help. See help for more.\n" 202 "\t 'n' \t\t Create new partitiontable (discarding the old one).\n"202 "\t 'n' \t\t Create new table (discarding the old one).\n" 203 203 "\t 'p' \t\t Prints the table contents.\n" 204 204 "\t 'w' \t\t Write table to disk.\n" -
uspace/lib/gpt/libgpt.h
rf6c8fca r622a50b 1 1 /* 2 * Copyright (c) 2009 Jiri Svoboda, 2011, 2012, 2013 Dominik Taborsky 2 * Copyright (c) 2011, 2012, 2013 Dominik Taborsky 3 * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/guid_part) 3 4 * All rights reserved. 4 5 * -
uspace/lib/mbr/libmbr.h
rf6c8fca r622a50b 1 1 /* 2 2 * Copyright (c) 2011, 2012, 2013 Dominik Taborsky 3 * Copyright (c) 2009 Jiri Svoboda (for some definitions from uspace/srv/bd/part/mbr_part) 3 4 * All rights reserved. 4 5 *
Note:
See TracChangeset
for help on using the changeset viewer.