Skip to content

Commit 3fb88e4

Browse files
committed
add system page
1 parent 94f2bdf commit 3fb88e4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

doc/specs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This is an index/directory of the specifications (specs) for each new module/fea
3737
- [string\_type](./stdlib_string_type.html) - Basic string support
3838
- [stringlist_type](./stdlib_stringlist_type.html) - 1-Dimensional list of strings
3939
- [strings](./stdlib_strings.html) - String handling and manipulation routines
40+
- [system](./stdlib_system.html) - OS and sub-processing routines
4041
- [version](./stdlib_version.html) - Version information
4142

4243
## Released/Stable Features & Modules

doc/specs/stdlib_system.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
title: system
33
---
44

5-
# System
5+
# System and sub-processing module
6+
7+
The `stdlib_system` module provides interface for interacting with external processes, enabling the execution
8+
and monitoring of system commands or applications directly from Fortran.
69

710
[TOC]
811

0 commit comments

Comments
 (0)