From: Ben Pfaff Date: Tue, 2 Sep 2025 23:08:35 +0000 (-0700) Subject: rust: Minor documentation update. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=407c18a2354ed2db1cb368588a72f7b988cf23c3;p=pspp rust: Minor documentation update. --- diff --git a/rust/doc/src/commands/combining.md b/rust/doc/src/commands/combining.md index b34d04df19..43fa4a339c 100644 --- a/rust/doc/src/commands/combining.md +++ b/rust/doc/src/commands/combining.md @@ -17,9 +17,8 @@ dataset. These commands can combine data files in the following ways: a matching case in the primary data file, or it adds a new case if no matching case can be found. -These commands share the majority of their syntax, described below, -followed by an individual section for each command that describes its -specific syntax and semantics. +These commands share the majority of their syntax, described below. +Each command's documentation explains its additional syntax. ## Common Syntax