diff options
author | aaron <> | 2000-04-20 13:50:03 +0000 |
---|---|---|
committer | aaron <> | 2000-04-20 13:50:03 +0000 |
commit | a4336f357f9e30dffdfad4909b24bd2e82c096a2 (patch) | |
tree | c79a224a41eb2c48668c4b4eda84163d7daadf64 /src/lib/libc/stdlib/system.3 | |
parent | 92b3e44bedaf5a5f85880565a47206cdbf9bfa2a (diff) | |
download | openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.gz openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.bz2 openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.zip |
Flesh out stdlib function man pages.
Diffstat (limited to 'src/lib/libc/stdlib/system.3')
-rw-r--r-- | src/lib/libc/stdlib/system.3 | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/src/lib/libc/stdlib/system.3 b/src/lib/libc/stdlib/system.3 index f2d2693677..2db413934e 100644 --- a/src/lib/libc/stdlib/system.3 +++ b/src/lib/libc/stdlib/system.3 | |||
@@ -33,7 +33,7 @@ | |||
33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 33 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
34 | .\" SUCH DAMAGE. | 34 | .\" SUCH DAMAGE. |
35 | .\" | 35 | .\" |
36 | .\" $OpenBSD: system.3,v 1.6 1999/06/29 18:36:24 aaron Exp $ | 36 | .\" $OpenBSD: system.3,v 1.7 2000/04/20 13:50:03 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd June 29, 1991 | 38 | .Dd June 29, 1991 |
39 | .Dt SYSTEM 3 | 39 | .Dt SYSTEM 3 |
@@ -48,8 +48,7 @@ | |||
48 | .Sh DESCRIPTION | 48 | .Sh DESCRIPTION |
49 | The | 49 | The |
50 | .Fn system | 50 | .Fn system |
51 | function | 51 | function hands the argument |
52 | hands the argument | ||
53 | .Fa string | 52 | .Fa string |
54 | to the command interpreter | 53 | to the command interpreter |
55 | .Xr sh 1 . | 54 | .Xr sh 1 . |
@@ -63,9 +62,8 @@ and blocking | |||
63 | .Pp | 62 | .Pp |
64 | If | 63 | If |
65 | .Fa string | 64 | .Fa string |
66 | is a | 65 | is |
67 | .Dv NULL | 66 | .Dv NULL , |
68 | pointer, | ||
69 | .Fn system | 67 | .Fn system |
70 | will return non-zero. | 68 | will return non-zero. |
71 | Otherwise, | 69 | Otherwise, |
@@ -91,8 +89,7 @@ returns the termination status for a program that terminates with a call of | |||
91 | .Sh STANDARDS | 89 | .Sh STANDARDS |
92 | The | 90 | The |
93 | .Fn system | 91 | .Fn system |
94 | function | 92 | function conforms to |
95 | conforms to | ||
96 | .St -ansiC | 93 | .St -ansiC |
97 | and | 94 | and |
98 | .St -p1003.2-92 . | 95 | .St -p1003.2-92 . |