From c62b624b171be9dc4cc24ebfa1fd369adb90474f Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Wed, 31 Mar 2021 12:45:23 -0300 Subject: [PATCH] Apply suggestions from code review --- pages/common/ar.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/ar.md b/pages/common/ar.md index 61f3a08c12..f1f393aef2 100644 --- a/pages/common/ar.md +++ b/pages/common/ar.md @@ -9,7 +9,7 @@ - List the members of an archive: -`ar -t {{path/to/archive.a}}` +`ar -t {{path/to/file.a}}` - Replace or add files to an archive: @@ -17,7 +17,7 @@ - Insert an object file index (equivalent to using `ranlib`): -`ar -s {{path/to/archive.a}}` +`ar -s {{path/to/file.a}}` - Create an archive with files and an accompanying object file index: