Skip to content

Commit b09fd96

Browse files
authored
Compact unordered lists in 2 articles
1 parent df30966 commit b09fd96

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

docs/c-runtime-library/file-handling.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ These routines provide a way to change the representation of the file between a
7070
The following Win32 functions also open files and pipes:
7171

7272
- [`CreateFile`](/windows/win32/api/fileapi/nf-fileapi-createfilew)
73-
7473
- [`CreatePipe`](/windows/win32/api/namedpipeapi/nf-namedpipeapi-createpipe)
75-
7674
- [`CreateNamedPipe`](/windows/win32/api/winbase/nf-winbase-createnamedpipea)
7775

7876
## See also

docs/c-runtime-library/stream-i-o.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Files opened using the stream routines are buffered by default. The **`stdout`**
7676
There are two ways to commit buffer contents to disk:
7777

7878
- Link with the file COMMODE.OBJ to set a global commit flag. The default setting of the global flag is **`n`**, for "no-commit."
79-
8079
- Set the mode flag to **`c`** with **`fopen`** or **`_fdopen`**.
8180

8281
Any file specifically opened with either the **`c`** or the **`n`** flag behaves according to the flag, regardless of the state of the global commit/no-commit flag.

0 commit comments

Comments
 (0)